summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* remove a float->double->float conversion.Loren Merritt2008-08-12
* optimize imdct_half:Loren Merritt2008-08-12
* indentLoren Merritt2008-08-12
* split-radix FFTLoren Merritt2008-08-12
* import yasm macros from x264Loren Merritt2008-08-11
* Synchronise code with AAC decoder in SoCRobert Swain2008-08-11
* More OKed hunks of the AAC decoder from SoCRobert Swain2008-08-11
* Fixing the units in DV50 tables (both coordinates areRoman Shaposhnik2008-08-11
* Apply PCM ENCODE/DECODE() macros to the S/U,8/24/32,LE/BE PCM codecs.Peter Ross2008-08-11
* Coalescing the un-weighting and de-quantization steps for fasterRoman Shaposhnik2008-08-11
* Simplify colour conversion in Fraps as suggested by MichaelKostya Shishkov2008-08-11
* The deblock filter does not need all the intra availability stuff so doMichael Niedermayer2008-08-11
* Simplify constrained_intra_pred code in fill_caches().Michael Niedermayer2008-08-11
* Support MBAFF + constrained intra prediction.Michael Niedermayer2008-08-11
* Bump minor version as av_log_missing_feature() was added to public API inRobert Swain2008-08-10
* Add a generic function to lavc to log messages about missing features.Justin Ruggles2008-08-10
* R and B components are stored as a differences to G component in Fraps v5.Kostya Shishkov2008-08-10
* Mask bits of reference indexes properly to avoid negative numbers entanglingMichael Niedermayer2008-08-10
* Remove a few more lines of unneeded code in fill_caches() for MBAFF.Michael Niedermayer2008-08-10
* Use the correct reference tables for interlaced MBAFF MBs in the loop filter.Michael Niedermayer2008-08-10
* Do not execute the part of fill_caches() for the loopfilter that overwritesMichael Niedermayer2008-08-10
* Remove more code that has become useless after the pairless MBAFF loopMichael Niedermayer2008-08-09
* Sync already committed code with that in SoC and commit more OKed hunks of codeRobert Swain2008-08-09
* Remove odd pairwise deblock filtering applied to MBAFF MBs.Michael Niedermayer2008-08-09
* Doxygenate avcodec_version().Stefano Sabatini2008-08-08
* fix 4:2:2 psnrBaptiste Coudurier2008-08-08
* Add simpler/cleaner/faster F32BE encoding/decoding.Peter Ross2008-08-07
* Simplify PCM codec; change 'n' in pcm_decode_frame() to equal "total number o...Peter Ross2008-08-07
* Prevent DAUD PCM encoder from fetching values outside of ff_reverse[] array b...Peter Ross2008-08-07
* Cosmetics: rename loop counters in eval_refl()Vitor Sessak2008-08-06
* Simplify eval_refl(): do not store a buffer value in a var when the buffer co...Vitor Sessak2008-08-06
* Simplify eval_refl(): s/b == 0/!b/Vitor Sessak2008-08-06
* Simplify range checking in eval_refl(). Before theVitor Sessak2008-08-06
* Cosmetics: reindentVitor Sessak2008-08-06
* Simplify do_output_subblock(): Remove a unneeded memcpyVitor Sessak2008-08-06
* Electronic Arts TGV decoderPeter Ross2008-08-06
* Simplify eval_refl(): return directly when needed instead of storing the retu...Vitor Sessak2008-08-06
* Simplify rms(): merge a few operations in the same statementVitor Sessak2008-08-06
* Cosmetical simplification in t_sqrt()Vitor Sessak2008-08-06
* Check available size before writing in decode_frame()Vitor Sessak2008-08-06
* Check *data_size in decode_frame()Vitor Sessak2008-08-06
* Cosmetics: alignmentVitor Sessak2008-08-06
* Flip (by making buf[i] -> buf[size-i-1]) two buffers: {sp,gain}_block. ThisVitor Sessak2008-08-06
* Prevent low delay from being used with mpeg1.Michael Niedermayer2008-08-05
* OKed sections of code from the SoC AAC decoderRobert Swain2008-08-05
* Move shared tables to aactab.c and add declarations to aactab.h. Also sync withRobert Swain2008-08-05
* AAC definitions and structures that have been OKed from the SoC AAC decoderRobert Swain2008-08-05
* Use local variabes for *stride, where local variables exist.Michael Niedermayer2008-08-05
* indentMichael Niedermayer2008-08-05
* Simplify l1mv/l1ref calculation.Michael Niedermayer2008-08-05