summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
...
* Add declarations for the sine tables used in wma.c (half window sizes: 128,Robert Swain2008-08-14
* Change wma.c to use the ff_sine_window_init() from mdct.cRobert Swain2008-08-14
* Okayed parts of AAC encoderKostya Shishkov2008-08-14
* file which should have been added in r14749Loren Merritt2008-08-14
* missing prototypeLoren Merritt2008-08-14
* gcc chokes on the 7 registers needed for float_to_int16_interleave6 (even ins...Loren Merritt2008-08-14
* gcc chokes on xmm constraints, so pessimize int32_to_float_fmul_scalar_sse a ...Loren Merritt2008-08-14
* mlp: split simple inline function that xors 4 bytes into one.Ramiro Polla2008-08-14
* special case 6 channel version of float_to_int16_interleaveLoren Merritt2008-08-13
* simd int->floatLoren Merritt2008-08-13
* simd downmixLoren Merritt2008-08-13
* don't mark the delayed samples for upmixing if they haven't been downmixedLoren Merritt2008-08-13
* oops, non-normalized downmix to mono contaminated add_bias for non-simd float...Loren Merritt2008-08-13
* mlp: Cosmetics: Close comments in an extra line andRamiro Polla2008-08-13
* 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