summaryrefslogtreecommitdiff
path: root/libavcodec
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
* 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-111-138/+77
* 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
* Use the correct reference tables for interlaced MBAFF MBs in the loop filter.Michael Niedermayer2008-08-102-9/+14
* Do not execute the part of fill_caches() for the loopfilter that overwritesMichael Niedermayer2008-08-101-1/+1
* Remove more code that has become useless after the pairless MBAFF loopMichael Niedermayer2008-08-091-8/+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
* Doxygenate avcodec_version().Stefano Sabatini2008-08-081-1/+4
* fix 4:2:2 psnrBaptiste Coudurier2008-08-081-4/+5
* 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
* Cosmetics: rename loop counters in eval_refl()Vitor Sessak2008-08-061-8/+7
* Simplify eval_refl(): do not store a buffer value in a var when the buffer co...Vitor Sessak2008-08-061-5/+5
* Simplify eval_refl(): s/b == 0/!b/Vitor Sessak2008-08-061-1/+1
* Simplify range checking in eval_refl(). Before theVitor Sessak2008-08-061-7/+1
* Cosmetics: reindentVitor Sessak2008-08-061-5/+2
* Simplify do_output_subblock(): Remove a unneeded memcpyVitor Sessak2008-08-061-3/+1
* Electronic Arts TGV decoderPeter Ross2008-08-064-1/+344
* Simplify eval_refl(): return directly when needed instead of storing the retu...Vitor Sessak2008-08-061-3/+2
* Simplify rms(): merge a few operations in the same statementVitor Sessak2008-08-061-5/+2
* Cosmetical simplification in t_sqrt()Vitor Sessak2008-08-061-1/+1
* Check available size before writing in decode_frame()Vitor Sessak2008-08-061-0/+3
* Check *data_size in decode_frame()Vitor Sessak2008-08-061-0/+3
* Cosmetics: alignmentVitor Sessak2008-08-061-2/+2
* Flip (by making buf[i] -> buf[size-i-1]) two buffers: {sp,gain}_block. ThisVitor Sessak2008-08-061-21/+18
* Prevent low delay from being used with mpeg1.Michael Niedermayer2008-08-051-2/+2
* OKed sections of code from the SoC AAC decoderRobert Swain2008-08-051-0/+241
* Move shared tables to aactab.c and add declarations to aactab.h. Also sync withRobert Swain2008-08-052-751/+809
* AAC definitions and structures that have been OKed from the SoC AAC decoderRobert Swain2008-08-051-0/+88
* Use local variabes for *stride, where local variables exist.Michael Niedermayer2008-08-051-9/+9
* indentMichael Niedermayer2008-08-051-4/+4