summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* 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
* split encoding part of dsputil_mmx into its own fileAurelien Jacobs2008-02-25
* Remove commented-out av_log calls.Diego Biurrun2008-02-25
* Fix trellis quant + AAN DCT.Michael Niedermayer2008-02-25
* Make diego happy.Michael Niedermayer2008-02-25
* compile various fdct only when encoders are enabledAurelien Jacobs2008-02-25
* Fix MSVC identification, patch by Eddie Pang.Eddie Pang2008-02-25
* Make code C conformant.Michael Niedermayer2008-02-25
* Clarify the documentation for 'ffmpeg -v'.Stefano Sabatini2008-02-25
* Improve wording/grammar of Doxygen comments.Diego Biurrun2008-02-25
* Clarify which BSD license.Michael Niedermayer2008-02-25
* cosmetics: prettyprintDiego Biurrun2008-02-25
* Allow use of my AAN DCT under BSD, AMD has agreed to write and contributeMichael Niedermayer2008-02-25
* Make parse_options() use parse_number_or_die().Stefano Sabatini2008-02-25
* Export and document in cmdutils.h the function parse_number_or_die().Stefano Sabatini2008-02-25
* fix mace durationBaptiste Coudurier2008-02-25
* protect malloc overflowBaptiste Coudurier2008-02-25