aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* fix versions in .pc filesMåns Rullgård2008-02-271-16/+16
* free in case of multiple type == 2Baptiste Coudurier2008-02-271-0/+1
* return error if malloc failsBaptiste Coudurier2008-02-271-0/+2
* fix possible overflow with memmoveBaptiste Coudurier2008-02-271-1/+1
* fix libavfilter version extractionMåns Rullgård2008-02-271-1/+1
* Print libavfilter version if it is enabled in configureVitor Sessak2008-02-271-0/+4
* makes really sure that no undefined behavior can happenAurelien Jacobs2008-02-271-1/+1
* better includeMichael Niedermayer2008-02-261-1/+1
* include dependencies ...Michael Niedermayer2008-02-261-0/+3
* Add multiple inclusion guards.Diego Biurrun2008-02-261-0/+5
* Add explanatory comment to '#define FLOAT float'.Diego Biurrun2008-02-261-0/+1
* Avoid infinite loop.Aurelien Jacobs2008-02-261-1/+1
* Make gcc ignore the distinction between +0.0 and -0.0, this allows it toMichael Niedermayer2008-02-261-0/+1
* print enabled things in columnsMåns Rullgård2008-02-261-7/+4
* 10l, alphabetic orderingVitor Sessak2008-02-261-1/+1
* Build system changes for libavfilter addition. Add --enable-avfilter configur...Vitor Sessak2008-02-262-2/+44
* Make libavfilter define its version like the other libav* libsVitor Sessak2008-02-261-1/+11
* simplify version number extractionMåns Rullgård2008-02-261-19/+20
* less preprocessor magic in version number macrosMåns Rullgård2008-02-261-4/+10
* less preprocessor magic in version number macrosMåns Rullgård2008-02-266-26/+54
* 25% faster floating point AAN IDCT.Michael Niedermayer2008-02-261-0/+1
* Stuffing bytes to not violate minimum legality rate.Michael Niedermayer2008-02-261-0/+21
* Remove another temporary variable with which gcc has problems.Michael Niedermayer2008-02-261-4/+5
* support keyframes indexes starting at 0, broken files created by omneon, fix ...Baptiste Coudurier2008-02-261-1/+2
* support mov reference files, ref.mov/ref.m2v/ref.wav and detect BrianCox.movBaptiste Coudurier2008-02-261-6/+97
* cosmetics: Demplayerify indentation.Diego Biurrun2008-02-261-224/+227
* Add comments to some #endif directives.Diego Biurrun2008-02-261-2/+2
* cosmetics: spelling/grammarDiego Biurrun2008-02-261-26/+27
* Alternative and faster (on gcc x86) plane rotation.Michael Niedermayer2008-02-261-0/+10
* Get rid of another useless variable.Michael Niedermayer2008-02-261-8/+8
* Avoid a=b+c but rather use a+=b (gcc is too stupid to do this itself),Michael Niedermayer2008-02-261-14/+14
* One variable less. No real change to the actual code.Michael Niedermayer2008-02-261-15/+18
* floating point AAN IDCTMichael Niedermayer2008-02-267-0/+180
* remove useless bracesBaptiste Coudurier2008-02-261-2/+1
* indentationBaptiste Coudurier2008-02-261-19/+19
* rescale frame size, fix i.3g2Baptiste Coudurier2008-02-261-1/+1
* move parameters reset after setting stream parameters, will need those infosBaptiste Coudurier2008-02-261-21/+24
* decode mng color decorrelationLoren Merritt2008-02-264-3/+37
* Remove START_TIMER and STOP_TIMER macros.Diego Biurrun2008-02-261-92/+3
* Disable vhook on Interix, patch by Pete Ross, pross xvid org.Peter Ross2008-02-261-0/+3
* This header just needs stdint.h, not inttypes.h, which is a superset ofPeter Ross2008-02-261-1/+1
* simplifyLoren Merritt2008-02-261-1/+1
* split encoding part of dsputil_mmx into its own fileAurelien Jacobs2008-02-254-1409/+1436
* Remove commented-out av_log calls.Diego Biurrun2008-02-251-12/+0
* Fix trellis quant + AAN DCT.Michael Niedermayer2008-02-254-143/+162
* Make diego happy.Michael Niedermayer2008-02-251-2/+2
* compile various fdct only when encoders are enabledAurelien Jacobs2008-02-251-3/+2
* Fix MSVC identification, patch by Eddie Pang.Eddie Pang2008-02-251-1/+1
* Make code C conformant.Michael Niedermayer2008-02-251-1/+1
* Clarify the documentation for 'ffmpeg -v'.Stefano Sabatini2008-02-252-3/+3