summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* Initialize correctly optind.Eduardo Bragatto2008-01-09
* Fix a bug causing the generated stream to be corrupt if the bufferAndreas Öman2008-01-09
* Correctly use output format stream index for bitstream filter when doing stre...Andreas Öman2008-01-09
* Error checking: make sure that there are 3 parameters and that theMike Melanson2008-01-09
* used defined name for testing error resilience levelJustin Ruggles2008-01-08
* Fix random typos.Diego Biurrun2008-01-08
* Fix illegal identifiers, names starting with _ and uppercase are reserved.Diego Biurrun2008-01-08
* Add compilation rule for tools/trasher.Diego Biurrun2008-01-08
* Remove unused variable i.Diego Biurrun2008-01-08
* Allow compilation of test programs when TEST is defined.Diego Biurrun2008-01-08
* Remove unused variable j.Diego Biurrun2008-01-08
* Remove unused variable variance.Diego Biurrun2008-01-08
* Fix test program compilation, random() needs to be undefined.Diego Biurrun2008-01-08
* url_write is part of the public API so it may not be under ifdef.Guillaume LecrefECERF2008-01-08
* Remove clip_table as it is not used anymore.Diego Pettenò2008-01-08
* Split range coding chapter in binary and integersMichael Niedermayer2008-01-08
* argh s/ffmpeg/snow/Michael Niedermayer2008-01-08
* Range coder state transition table, based on a patch by lars punkt taeuber Ã...Michael Niedermayer2008-01-08
* Remove extra word.Michael Niedermayer2008-01-08
* check av_new_stream return valueBaptiste Coudurier2008-01-08
* check av_new_stream return valueBaptiste Coudurier2008-01-08
* * fixing a bug preventing default values to be set correctlyRoman Shaposhnik2008-01-08
* Mention damaged input testing.Michael Niedermayer2008-01-08
* A little proggy i wrote years ago.Michael Niedermayer2008-01-08
* Randomly change the amount of noise if nothing is explicitly set.Michael Niedermayer2008-01-08
* LMLM4 demuxerIvo van Poorten2008-01-07
* Linux Media Labs MPEG-4 (LMLM4) demuxerIvo van Poorten2008-01-07
* Implement read_timestamp and enable seeking in PVA files.Ivo van Poorten2008-01-07
* cosmeticsIvo van Poorten2008-01-07
* remove unnecessary checkIvo van Poorten2008-01-07
* use ff_parse_pes_pts for parsing an MPEG-PES timestampIvo van Poorten2008-01-07
* Move parsing of MPEG-PES timestamp to mpeg.h (as an inline function) so itIvo van Poorten2008-01-07
* Move printing of the license status at the end of configure output, soRoberto Togni2008-01-07
* Dont crash if resampling is requested but no audio packets are ever processed.Andreas Öman2008-01-07
* Fix access to the last element of the table.Aurelien Jacobs2008-01-07
* Mark the ff_svq1_frame_size_table as constant.Diego Pettenò2008-01-07
* Move wmv1_scantable to .rodata section by making it an array of arrays.Diego Pettenò2008-01-07
* Make the av_class member of PPContext a poiner to constant AVClass.Diego Pettenò2008-01-07
* Mark the tables in g726.c as constant.Diego Pettenò2008-01-07
* Make v4l.c's video_formats constant and static.Diego Pettenò2008-01-07
* Remove unused symbol.Diego Pettenò2008-01-07
* split out init of downmix coeffs into a separate function that can be calledJustin Ruggles2008-01-07
* Make ff_mkv_codec_tags lie entirely in .rodata section.Aurelien Jacobs2008-01-07
* remove unneeded variable from AC3DecodeContextJustin Ruggles2008-01-06
* make sure that the last coupling band stops at the end of the coupling rangeJustin Ruggles2008-01-06
* cosmetics: Add another pair of parentheses to aid readability.Diego Biurrun2008-01-06
* fix phase flag processing for the case when coupling coordinates are reusedJustin Ruggles2008-01-06
* Rename two structures, identifiers starting with _[A-Z] are reserved.Diego Biurrun2008-01-06
* cosmetics, split overly long linesBaptiste Coudurier2008-01-06
* Fractional parts of motion vectors should be accounted separately tooKostya Shishkov2008-01-06