summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* remove mdct tmp bufferLoren Merritt2008-08-1214-48/+27
* remove a float->double->float conversion.Loren Merritt2008-08-121-4/+4
* optimize imdct_half:Loren Merritt2008-08-126-352/+241
* indentLoren Merritt2008-08-122-12/+11
* split-radix FFTLoren Merritt2008-08-127-436/+778
* import yasm macros from x264Loren Merritt2008-08-111-0/+546
* yasm buildsystemLoren Merritt2008-08-112-0/+34
* Synchronise code with AAC decoder in SoCRobert Swain2008-08-111-13/+7
* More OKed hunks of the AAC decoder from SoCRobert Swain2008-08-114-1/+482
* Fixing the units in DV50 tables (both coordinates areRoman Shaposhnik2008-08-112-1210/+1195
* Apply PCM ENCODE/DECODE() macros to the S/U,8/24/32,LE/BE PCM codecs.Peter Ross2008-08-112-148/+87
* Coalescing the un-weighting and de-quantization steps for fasterRoman Shaposhnik2008-08-112-52/+20
* Simplify colour conversion in Fraps as suggested by MichaelKostya Shishkov2008-08-111-10/+2
* The deblock filter does not need all the intra availability stuff so doMichael Niedermayer2008-08-111-1/+1
* Simplify constrained_intra_pred code in fill_caches().Michael Niedermayer2008-08-111-9/+10
* Support MBAFF + constrained intra prediction.Michael Niedermayer2008-08-113-5/+62
* Bump minor version as av_log_missing_feature() was added to public API inRobert Swain2008-08-101-1/+1
* Add a generic function to lavc to log messages about missing features.Justin Ruggles2008-08-102-0/+25
* R and B components are stored as a differences to G component in Fraps v5.Kostya Shishkov2008-08-101-2/+17
* Mask bits of reference indexes properly to avoid negative numbers entanglingMichael Niedermayer2008-08-101-2/+2
* Remove a few more lines of unneeded code in fill_caches() for MBAFF.Michael Niedermayer2008-08-101-4/+4
* FOURCC addition: added 3IV2, another mpeg4 id. incoming/video_3iv2/video_3iv2...Benjamin Larsson2008-08-101-0/+1
* Use the correct reference tables for interlaced MBAFF MBs in the loop filter.Michael Niedermayer2008-08-102-9/+14
* Add MDEC tags to Electronic Arts demuxer.Peter Ross2008-08-101-0/+25
* Do not execute the part of fill_caches() for the loopfilter that overwritesMichael Niedermayer2008-08-101-1/+1
* Cosmetics: move at the beginning of the file the av_frac_* functions, avoidStefano Sabatini2008-08-101-52/+49
* Remove more code that has become useless after the pairless MBAFF loopMichael Niedermayer2008-08-091-8/+0
* Remove reference to the unsupported master format from ffserver.conf.Stefano Sabatini2008-08-091-1/+0
* Sync already committed code with that in SoC and commit more OKed hunks of codeRobert Swain2008-08-095-15/+529
* Remove odd pairwise deblock filtering applied to MBAFF MBs.Michael Niedermayer2008-08-091-169/+81
* matroskadec: add basic tags support (metadata)Aurelien Jacobs2008-08-082-1/+73
* PCM regression tests.Peter Ross2008-08-084-1/+149
* Cosmetics: fix weird indent.Stefano Sabatini2008-08-081-1/+1
* Implement avfilter_version().Stefano Sabatini2008-08-082-1/+10
* Implement avdevice_version().Stefano Sabatini2008-08-082-1/+12
* Implement avformat_version().Stefano Sabatini2008-08-082-1/+11
* Doxygenate avcodec_version().Stefano Sabatini2008-08-081-1/+4
* Implement avutil_version().Stefano Sabatini2008-08-083-1/+35
* Cosmetics: make a v4l2 error message consistent with r14647.Stefano Sabatini2008-08-081-1/+1
* Change OSS long names.Benoit Fouet2008-08-081-2/+2
* fix 4:2:2 psnrBaptiste Coudurier2008-08-081-4/+5
* remove mxf.c, previously copied to mxfdec.cBaptiste Coudurier2008-08-071-1074/+0
* Add simpler/cleaner/faster F32BE encoding/decoding.Peter Ross2008-08-071-14/+39
* Simplify PCM codec; change 'n' in pcm_decode_frame() to equal "total number o...Peter Ross2008-08-071-15/+8
* Prevent DAUD PCM encoder from fetching values outside of ff_reverse[] array b...Peter Ross2008-08-071-1/+1
* Remove unused redefinition of av_log for test.Benoit Fouet2008-08-071-5/+1
* Remove useless 'channels' assignment.Benoit Fouet2008-08-071-2/+0
* rename mxf.c to mxfdec.cBaptiste Coudurier2008-08-072-1/+1075
* Maintain pointer to end of AVFormatContext.packet_buffer listMåns Rullgård2008-08-062-11/+16
* Cosmetics: rename loop counters in eval_refl()Vitor Sessak2008-08-061-8/+7