summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* use limited range of lpc orders when quantizing coefficientsJustin Ruggles2008-08-16
* lpc: cosmetics: vertically align declarations and definitions.Ramiro Polla2008-08-16
* flacenc, lpc: Move LPC code from flacenc.c to new lpc.[ch] files.Ramiro Polla2008-08-16
* flacenc: Allow more flexible shift calculation in LPC.Ramiro Polla2008-08-16
* Fix rc_eq mem leak.Michael Niedermayer2008-08-16
* Revert r14260Michael Niedermayer2008-08-16
* Synchronize AAC encoder with renamings in aac.hKostya Shishkov2008-08-16
* Add approved chunks to AAC encoderKostya Shishkov2008-08-16
* Use memcpy() for PCM S16/S32 codecs when codec byte-order matches machine byt...Peter Ross2008-08-16
* Don't try to free shared ff_sine_* tables pointed to by s->windows[]Robert Swain2008-08-15
* More OKed AAC decoder hunksRobert Swain2008-08-15
* Synchronise AAC decoder code with that from SoCRobert Swain2008-08-15
* document some dsp alignmentsLoren Merritt2008-08-15
* More OKed sections of AAC decoder codeRobert Swain2008-08-15
* The ff_sine_#[] should be aligned as they will commonly be used in dsputilRobert Swain2008-08-14
* ensure we get explicit definition of various _XOPEN_SOURCE functions we useAurelien Jacobs2008-08-14
* mlp: Define End-of-Stream code in common header file and use it in decoder.Ramiro Polla2008-08-14
* Remove not OKed parts from AAC encoderKostya Shishkov2008-08-14
* 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