aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* special case 6 channel version of float_to_int16_interleaveLoren Merritt2008-08-131-5/+51
* simd int->floatLoren Merritt2008-08-135-4/+57
* simd downmixLoren Merritt2008-08-134-16/+120
* don't mark the delayed samples for upmixing if they haven't been downmixedLoren Merritt2008-08-131-1/+1
* oops, non-normalized downmix to mono contaminated add_bias for non-simd float...Loren Merritt2008-08-131-2/+5
* mlp: Cosmetics: Close comments in an extra line andRamiro Polla2008-08-131-11/+12
* mlp: Split common code from parser and decoder to be used by encoder.Ramiro Polla2008-08-135-180/+247
* Remove unused variable.Diego Biurrun2008-08-131-1/+0
* mlp_parser: Initialize crc data in its own function.Ramiro Polla2008-08-131-4/+9
* mlpdec: Put some doxy comments to the right of vars instead of interleaved.Ramiro Polla2008-08-131-12/+6
* mlpdec: Split channel parameters from context into their own struct.Ramiro Polla2008-08-131-38/+46
* optimize ac3_downmix.Loren Merritt2008-08-122-24/+36
* mlpdec: whitespace and line-breaking cosmetics.Ramiro Polla2008-08-121-9/+5
* mlpdec: Split filter parameters from context into their own struct.Ramiro Polla2008-08-121-29/+38
* Fix CODEC_ID_PCM_U8 decoder output size calculation to support odd-number of ...Peter Ross2008-08-121-1/+1
* use float_to_int16_interleave in ac3Loren Merritt2008-08-122-18/+9
* use imdct_half in ac3Loren Merritt2008-08-122-53/+15
* cosmetics in dsp initLoren Merritt2008-08-121-6/+4
* mdct wrapper function to match fftLoren Merritt2008-08-129-15/+23
* 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