summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* mlp: Split common code from parser and decoder to be used by encoder.Ramiro Polla2008-08-13
* Remove unused variable.Diego Biurrun2008-08-13
* mlp_parser: Initialize crc data in its own function.Ramiro Polla2008-08-13
* mlpdec: Put some doxy comments to the right of vars instead of interleaved.Ramiro Polla2008-08-13
* mlpdec: Split channel parameters from context into their own struct.Ramiro Polla2008-08-13
* optimize ac3_downmix.Loren Merritt2008-08-12
* mlpdec: whitespace and line-breaking cosmetics.Ramiro Polla2008-08-12
* mlpdec: Split filter parameters from context into their own struct.Ramiro Polla2008-08-12
* Fix CODEC_ID_PCM_U8 decoder output size calculation to support odd-number of ...Peter Ross2008-08-12
* use float_to_int16_interleave in ac3Loren Merritt2008-08-12
* use imdct_half in ac3Loren Merritt2008-08-12
* cosmetics in dsp initLoren Merritt2008-08-12
* mdct wrapper function to match fftLoren Merritt2008-08-12
* remove mdct tmp bufferLoren Merritt2008-08-12
* 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