summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* print enabled things in columnsMåns Rullgård2008-02-26
| | | | Originally committed as revision 12251 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l, alphabetic orderingVitor Sessak2008-02-26
| | | | Originally committed as revision 12250 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Build system changes for libavfilter addition. Add --enable-avfilter ↵Vitor Sessak2008-02-26
| | | | | | | | configure option. Patch by myself, Bobby Bingham and Víctor Paesa. Originally committed as revision 12249 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make libavfilter define its version like the other libav* libsVitor Sessak2008-02-26
| | | | Originally committed as revision 12248 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify version number extractionMåns Rullgård2008-02-26
| | | | Originally committed as revision 12247 to svn://svn.ffmpeg.org/ffmpeg/trunk
* less preprocessor magic in version number macrosMåns Rullgård2008-02-26
| | | | Originally committed as revision 26105 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* less preprocessor magic in version number macrosMåns Rullgård2008-02-26
| | | | Originally committed as revision 12246 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 25% faster floating point AAN IDCT.Michael Niedermayer2008-02-26
| | | | | | Other float code likely benefits as well ... Originally committed as revision 12245 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Stuffing bytes to not violate minimum legality rate.Michael Niedermayer2008-02-26
| | | | | | Note, this is a joke and not related to MPEG CBR. Originally committed as revision 12244 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove another temporary variable with which gcc has problems.Michael Niedermayer2008-02-26
| | | | Originally committed as revision 12243 to svn://svn.ffmpeg.org/ffmpeg/trunk
* support keyframes indexes starting at 0, broken files created by omneon, fix ↵Baptiste Coudurier2008-02-26
| | | | | | ref.mov seeking Originally committed as revision 12242 to svn://svn.ffmpeg.org/ffmpeg/trunk
* support mov reference files, ref.mov/ref.m2v/ref.wav and detect BrianCox.movBaptiste Coudurier2008-02-26
| | | | Originally committed as revision 12241 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Demplayerify indentation.Diego Biurrun2008-02-26
| | | | Originally committed as revision 12240 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add comments to some #endif directives.Diego Biurrun2008-02-26
| | | | Originally committed as revision 12239 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: spelling/grammarDiego Biurrun2008-02-26
| | | | Originally committed as revision 12238 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Alternative and faster (on gcc x86) plane rotation.Michael Niedermayer2008-02-26
| | | | Originally committed as revision 12237 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Get rid of another useless variable.Michael Niedermayer2008-02-26
| | | | Originally committed as revision 12236 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Avoid a=b+c but rather use a+=b (gcc is too stupid to do this itself),Michael Niedermayer2008-02-26
| | | | | | code is exactly the same just uses different variables. Originally committed as revision 12235 to svn://svn.ffmpeg.org/ffmpeg/trunk
* One variable less. No real change to the actual code.Michael Niedermayer2008-02-26
| | | | Originally committed as revision 12234 to svn://svn.ffmpeg.org/ffmpeg/trunk
* floating point AAN IDCTMichael Niedermayer2008-02-26
| | | | Originally committed as revision 12233 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove useless bracesBaptiste Coudurier2008-02-26
| | | | Originally committed as revision 12232 to svn://svn.ffmpeg.org/ffmpeg/trunk
* indentationBaptiste Coudurier2008-02-26
| | | | Originally committed as revision 12231 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rescale frame size, fix i.3g2Baptiste Coudurier2008-02-26
| | | | Originally committed as revision 12230 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move parameters reset after setting stream parameters, will need those infosBaptiste Coudurier2008-02-26
| | | | Originally committed as revision 12229 to svn://svn.ffmpeg.org/ffmpeg/trunk
* decode mng color decorrelationLoren Merritt2008-02-26
| | | | Originally committed as revision 12228 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove START_TIMER and STOP_TIMER macros.Diego Biurrun2008-02-26
| | | | Originally committed as revision 12227 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Disable vhook on Interix, patch by Pete Ross, pross xvid org.Peter Ross2008-02-26
| | | | Originally committed as revision 12226 to svn://svn.ffmpeg.org/ffmpeg/trunk
* This header just needs stdint.h, not inttypes.h, which is a superset ofPeter Ross2008-02-26
| | | | | | | stdint.h. This has the sideeffect of fixing the build on Interix. patch by Pete Ross, pross xvid org Originally committed as revision 12225 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplifyLoren Merritt2008-02-26
| | | | Originally committed as revision 12224 to svn://svn.ffmpeg.org/ffmpeg/trunk
* split encoding part of dsputil_mmx into its own fileAurelien Jacobs2008-02-25
| | | | Originally committed as revision 12223 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove commented-out av_log calls.Diego Biurrun2008-02-25
| | | | Originally committed as revision 12222 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix trellis quant + AAN DCT.Michael Niedermayer2008-02-25
| | | | Originally committed as revision 12221 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make diego happy.Michael Niedermayer2008-02-25
| | | | Originally committed as revision 12220 to svn://svn.ffmpeg.org/ffmpeg/trunk
* compile various fdct only when encoders are enabledAurelien Jacobs2008-02-25
| | | | Originally committed as revision 12219 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix MSVC identification, patch by Eddie Pang.Eddie Pang2008-02-25
| | | | Originally committed as revision 12218 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make code C conformant.Michael Niedermayer2008-02-25
| | | | Originally committed as revision 12217 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Clarify the documentation for 'ffmpeg -v'.Stefano Sabatini2008-02-25
| | | | | | patch by Stefano Sabatini, stefano.sabatini-lala poste it Originally committed as revision 12216 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Improve wording/grammar of Doxygen comments.Diego Biurrun2008-02-25
| | | | Originally committed as revision 12215 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Clarify which BSD license.Michael Niedermayer2008-02-25
| | | | Originally committed as revision 12214 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: prettyprintDiego Biurrun2008-02-25
| | | | Originally committed as revision 12213 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Allow use of my AAN DCT under BSD, AMD has agreed to write and contributeMichael Niedermayer2008-02-25
| | | | | | SSE(float) AAN DCT and IDCT to ffmpeg (no C++, no crap). Originally committed as revision 12212 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make parse_options() use parse_number_or_die().Stefano Sabatini2008-02-25
| | | | | | Patch by Stefano Sabatini stefano sabatini-lala poste it Originally committed as revision 12211 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Export and document in cmdutils.h the function parse_number_or_die().Stefano Sabatini2008-02-25
| | | | | | Patch by Stefano Sabatini: stefano sabatini-lala poste it Originally committed as revision 12210 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix mace durationBaptiste Coudurier2008-02-25
| | | | Originally committed as revision 12209 to svn://svn.ffmpeg.org/ffmpeg/trunk
* protect malloc overflowBaptiste Coudurier2008-02-25
| | | | Originally committed as revision 12208 to svn://svn.ffmpeg.org/ffmpeg/trunk
* indentationBaptiste Coudurier2008-02-25
| | | | Originally committed as revision 12207 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fail if extradata cannot be allocatedBaptiste Coudurier2008-02-25
| | | | Originally committed as revision 12206 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l, protect malloc overflowBaptiste Coudurier2008-02-25
| | | | Originally committed as revision 12205 to svn://svn.ffmpeg.org/ffmpeg/trunk
* support QDM2 in aiff, QDM2.aifBaptiste Coudurier2008-02-25
| | | | Originally committed as revision 12204 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove useless close functionBaptiste Coudurier2008-02-25
| | | | Originally committed as revision 12203 to svn://svn.ffmpeg.org/ffmpeg/trunk