summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* 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
* floating point AAN IDCTMichael Niedermayer2008-02-26
* remove useless bracesBaptiste Coudurier2008-02-26
* indentationBaptiste Coudurier2008-02-26
* rescale frame size, fix i.3g2Baptiste Coudurier2008-02-26
* move parameters reset after setting stream parameters, will need those infosBaptiste Coudurier2008-02-26
* decode mng color decorrelationLoren Merritt2008-02-26
* Remove START_TIMER and STOP_TIMER macros.Diego Biurrun2008-02-26
* Disable vhook on Interix, patch by Pete Ross, pross xvid org.Peter Ross2008-02-26
* This header just needs stdint.h, not inttypes.h, which is a superset ofPeter Ross2008-02-26
* simplifyLoren Merritt2008-02-26