summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Improve wording/grammar of Doxygen comments.Diego Biurrun2008-02-251-14/+14
* Clarify which BSD license.Michael Niedermayer2008-02-251-1/+1
* cosmetics: prettyprintDiego Biurrun2008-02-251-9/+9
* Allow use of my AAN DCT under BSD, AMD has agreed to write and contributeMichael Niedermayer2008-02-251-0/+3
* Make parse_options() use parse_number_or_die().Stefano Sabatini2008-02-251-3/+4
* Export and document in cmdutils.h the function parse_number_or_die().Stefano Sabatini2008-02-251-0/+15
* fix mace durationBaptiste Coudurier2008-02-251-0/+4
* protect malloc overflowBaptiste Coudurier2008-02-251-0/+2
* indentationBaptiste Coudurier2008-02-251-10/+10
* fail if extradata cannot be allocatedBaptiste Coudurier2008-02-251-23/+14
* 10l, protect malloc overflowBaptiste Coudurier2008-02-251-0/+2
* support QDM2 in aiff, QDM2.aifBaptiste Coudurier2008-02-251-0/+8
* remove useless close functionBaptiste Coudurier2008-02-251-6/+1
* indentationBaptiste Coudurier2008-02-251-39/+39
* remove useless castsBaptiste Coudurier2008-02-251-3/+3
* cosmeticsBaptiste Coudurier2008-02-251-17/+6
* remove useless tags, codec_get_id matches independently and qt uses lower cas...Baptiste Coudurier2008-02-251-2/+0
* set bps to uncompressed original sound data for compressed audioBaptiste Coudurier2008-02-251-1/+6
* fix duration for ima4Baptiste Coudurier2008-02-251-1/+3
* ima4 in aiff supportBaptiste Coudurier2008-02-251-3/+11
* png filtersLoren Merritt2008-02-252-25/+140
* Fix outdated comment.Diego Biurrun2008-02-251-1/+1