summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* fix wc3movie demuxer to conform to the PTS APIMike Melanson2008-03-01
* more aspect ratios added in one of the ammendmentsLoren Merritt2008-03-01
* fix the id CIN demuxer by using the pts API correctlyMike Melanson2008-03-01
* simplification proposed by RichAurelien Jacobs2008-03-01
* add cdvcMichael Niedermayer2008-02-29
* Make AMR-NB block size const and 8 bits.Benoit Fouet2008-02-29
* Define block size for AMR-WB (use IF2 table).Benoit Fouet2008-02-29
* suppress the second warningMichael Niedermayer2008-02-28
* Use cltd instead of cdq asm mnemonic, ICC and gcc support both, butReimar Döffinger2008-02-28
* 1000l parenthesisBaptiste Coudurier2008-02-28
* code is ok for 4bpp in mov too, fix 16grey.movBaptiste Coudurier2008-02-28
* set codec bps to grayscale bits, fix 256grey.movBaptiste Coudurier2008-02-28
* Add empty line in output to increase readability.Diego Biurrun2008-02-27
* check for inline asm supportMåns Rullgård2008-02-27
* simplify lzo-test ruleMåns Rullgård2008-02-27
* fix version in libavfilter.pcMåns Rullgård2008-02-27
* Add more riff IDs to support remuxing.Benjamin Larsson2008-02-27
* add weird first atom to probe, finally fix bartjones.movBaptiste Coudurier2008-02-27
* fix versions in .pc filesMåns Rullgård2008-02-27
* free in case of multiple type == 2Baptiste Coudurier2008-02-27
* return error if malloc failsBaptiste Coudurier2008-02-27
* fix possible overflow with memmoveBaptiste Coudurier2008-02-27
* fix libavfilter version extractionMåns Rullgård2008-02-27
* Print libavfilter version if it is enabled in configureVitor Sessak2008-02-27
* makes really sure that no undefined behavior can happenAurelien Jacobs2008-02-27
* better includeMichael Niedermayer2008-02-26
* include dependencies ...Michael Niedermayer2008-02-26
* Add multiple inclusion guards.Diego Biurrun2008-02-26
* Add explanatory comment to '#define FLOAT float'.Diego Biurrun2008-02-26
* Avoid infinite loop.Aurelien Jacobs2008-02-26
* Make gcc ignore the distinction between +0.0 and -0.0, this allows it toMichael Niedermayer2008-02-26
* print enabled things in columnsMåns Rullgård2008-02-26
* 10l, alphabetic orderingVitor Sessak2008-02-26
* Build system changes for libavfilter addition. Add --enable-avfilter configur...Vitor Sessak2008-02-26
* Make libavfilter define its version like the other libav* libsVitor Sessak2008-02-26
* simplify version number extractionMåns Rullgård2008-02-26
* less preprocessor magic in version number macrosMåns Rullgård2008-02-26
* less preprocessor magic in version number macrosMåns Rullgård2008-02-26
* 25% faster floating point AAN IDCT.Michael Niedermayer2008-02-26
* Stuffing bytes to not violate minimum legality rate.Michael Niedermayer2008-02-26
* Remove another temporary variable with which gcc has problems.Michael Niedermayer2008-02-26
* support keyframes indexes starting at 0, broken files created by omneon, fix ...Baptiste Coudurier2008-02-26
* support mov reference files, ref.mov/ref.m2v/ref.wav and detect BrianCox.movBaptiste Coudurier2008-02-26
* cosmetics: Demplayerify indentation.Diego Biurrun2008-02-26
* Add comments to some #endif directives.Diego Biurrun2008-02-26
* cosmetics: spelling/grammarDiego Biurrun2008-02-26
* Alternative and faster (on gcc x86) plane rotation.Michael Niedermayer2008-02-26
* Get rid of another useless variable.Michael Niedermayer2008-02-26
* Avoid a=b+c but rather use a+=b (gcc is too stupid to do this itself),Michael Niedermayer2008-02-26
* One variable less. No real change to the actual code.Michael Niedermayer2008-02-26