| Commit message (Expand) | Author | Age | Files | Lines |
* | More OKed AAC decoder code hunks | Robert Swain | 2008-08-18 | 3 | -0/+104 |
* | More OKed AAC decoder code hunks | Robert Swain | 2008-08-18 | 2 | -0/+23 |
* | Mark SAMPLE_FMT_S24 as deprecated. | Peter Ross | 2008-08-18 | 1 | -1/+1 |
* | Add okayed chunks of AAC encoder psychoacoustic model | Kostya Shishkov | 2008-08-18 | 2 | -0/+154 |
* | Add okayed parts for AAC encoder | Kostya Shishkov | 2008-08-18 | 1 | -4/+14 |
* | Import more ok'd parts of ALAC encoder from GSoC repo. | Ramiro Polla | 2008-08-17 | 1 | -15/+125 |
* | remove some unneeded header includes | Justin Ruggles | 2008-08-17 | 2 | -4/+0 |
* | Add missing header includes to fix 'make checkheaders'. | Diego Biurrun | 2008-08-17 | 1 | -1/+2 |
* | use LFG instead of Mersenne Twister for AC-3 PRNG | Justin Ruggles | 2008-08-17 | 2 | -5/+4 |
* | Mark adx_decode_init() as type int instead of void, the function returns | Diego Biurrun | 2008-08-17 | 1 | -1/+1 |
* | fix and simplify frame size check and reencoding in verbatim mode | Justin Ruggles | 2008-08-17 | 1 | -12/+17 |
* | alacenc: NULL_IF_CONFIG_SMALL long_name. | Ramiro Polla | 2008-08-17 | 1 | -1/+1 |
* | G.729 decoder main code | Vladimir Voroshilov | 2008-08-17 | 2 | -0/+104 |
* | More okayed chunks of AAC encoder | Kostya Shishkov | 2008-08-17 | 1 | -2/+30 |
* | Import ok'd parts of ALAC encoder from GSoC repo. | Ramiro Polla | 2008-08-17 | 1 | -0/+197 |
* | update my email address to one which does not depend on my service provider | Justin Ruggles | 2008-08-16 | 4 | -4/+4 |
* | use range of lpc orders in ORDER_METHOD_EST | Justin Ruggles | 2008-08-16 | 1 | -4/+4 |
* | cosmetics: adjust line breaks and vertical alignment | Justin Ruggles | 2008-08-16 | 3 | -8/+11 |
* | use limited range of lpc orders when quantizing coefficients | Justin Ruggles | 2008-08-16 | 3 | -4/+4 |
* | lpc: cosmetics: vertically align declarations and definitions. | Ramiro Polla | 2008-08-16 | 2 | -8/+8 |
* | flacenc, lpc: Move LPC code from flacenc.c to new lpc.[ch] files. | Ramiro Polla | 2008-08-16 | 4 | -190/+253 |
* | flacenc: Allow more flexible shift calculation in LPC. | Ramiro Polla | 2008-08-16 | 1 | -10/+11 |
* | Fix rc_eq mem leak. | Michael Niedermayer | 2008-08-16 | 2 | -2/+1 |
* | Revert r14260 | Michael Niedermayer | 2008-08-16 | 1 | -1/+0 |
* | Synchronize AAC encoder with renamings in aac.h | Kostya Shishkov | 2008-08-16 | 1 | -8/+8 |
* | Add approved chunks to AAC encoder | Kostya Shishkov | 2008-08-16 | 1 | -2/+58 |
* | Use memcpy() for PCM S16/S32 codecs when codec byte-order matches machine byt... | Peter Ross | 2008-08-16 | 1 | -31/+47 |
* | Don't try to free shared ff_sine_* tables pointed to by s->windows[] | Robert Swain | 2008-08-15 | 1 | -2/+0 |
* | More OKed AAC decoder hunks | Robert Swain | 2008-08-15 | 4 | -5/+283 |
* | Synchronise AAC decoder code with that from SoC | Robert Swain | 2008-08-15 | 4 | -459/+506 |
* | document some dsp alignments | Loren Merritt | 2008-08-15 | 1 | -6/+7 |
* | More OKed sections of AAC decoder code | Robert Swain | 2008-08-15 | 2 | -0/+347 |
* | The ff_sine_#[] should be aligned as they will commonly be used in dsputil | Robert Swain | 2008-08-14 | 1 | -5/+5 |
* | ensure we get explicit definition of various _XOPEN_SOURCE functions we use | Aurelien Jacobs | 2008-08-14 | 1 | -0/+4 |
* | mlp: Define End-of-Stream code in common header file and use it in decoder. | Ramiro Polla | 2008-08-14 | 2 | -1/+4 |
* | Remove not OKed parts from AAC encoder | Kostya Shishkov | 2008-08-14 | 1 | -56/+0 |
* | Add declarations for the sine tables used in wma.c (half window sizes: 128, | Robert Swain | 2008-08-14 | 3 | -4/+17 |
* | Change wma.c to use the ff_sine_window_init() from mdct.c | Robert Swain | 2008-08-14 | 1 | -6/+2 |
* | Okayed parts of AAC encoder | Kostya Shishkov | 2008-08-14 | 1 | -0/+313 |
* | file which should have been added in r14749 | Loren Merritt | 2008-08-14 | 1 | -0/+92 |
* | missing prototype | Loren Merritt | 2008-08-14 | 1 | -0/+1 |
* | gcc chokes on the 7 registers needed for float_to_int16_interleave6 (even ins... | Loren Merritt | 2008-08-14 | 2 | -43/+20 |
* | gcc chokes on xmm constraints, so pessimize int32_to_float_fmul_scalar_sse a ... | Loren Merritt | 2008-08-14 | 1 | -2/+2 |
* | mlp: split simple inline function that xors 4 bytes into one. | Ramiro Polla | 2008-08-14 | 3 | -6/+10 |
* | special case 6 channel version of float_to_int16_interleave | Loren Merritt | 2008-08-13 | 1 | -5/+51 |
* | simd int->float | Loren Merritt | 2008-08-13 | 5 | -4/+57 |
* | simd downmix | Loren Merritt | 2008-08-13 | 4 | -16/+120 |
* | don't mark the delayed samples for upmixing if they haven't been downmixed | Loren Merritt | 2008-08-13 | 1 | -1/+1 |
* | oops, non-normalized downmix to mono contaminated add_bias for non-simd float... | Loren Merritt | 2008-08-13 | 1 | -2/+5 |
* | mlp: Cosmetics: Close comments in an extra line and | Ramiro Polla | 2008-08-13 | 1 | -11/+12 |