15377 Commits (46dd2738ae321adcc36cc9137b6a978e2e007733)
 

Author SHA1 Message Date
Justin Ruggles 46dd2738ae remove some unneeded header includes 17 years ago
Michael Niedermayer a8aefc8aed Copy and paste LGPL from tree.h, the previous one referred to a non-existing 17 years ago
Diego Biurrun ee8cc834ae Add missing header includes to fix 'make checkheaders'. 17 years ago
Diego Biurrun 82ed0b763a Add missing stdint.h header to fix 'make checkheaders'. 17 years ago
Justin Ruggles ec0350c983 use LFG instead of Mersenne Twister for AC-3 PRNG 17 years ago
Diego Biurrun defa0cd6f5 Mark adx_decode_init() as type int instead of void, the function returns 17 years ago
Michael Niedermayer 8cb2db4edb restore alphabetical order of TESTS 17 years ago
Michael Niedermayer 31bcb290cc Add PCA to TESTS. 17 years ago
Justin Ruggles f1f373c220 fix and simplify frame size check and reencoding in verbatim mode 17 years ago
Michael Niedermayer 4869f47eca Add multiple inclusion guards for consistency and to avoid them being 17 years ago
Michael Niedermayer ab1388e435 Move context struct to c file. 17 years ago
Michael Niedermayer f43ad0fe74 Add prototypes to header (based on code by ramiro) 17 years ago
Michael Niedermayer 6441737591 Make ff_pca_init() allocate it struct instead of letting the user provide 17 years ago
Michael Niedermayer 7b0a6612c6 Do not mix declarations and statements (by ramiro). 17 years ago
Michael Niedermayer 88ccaf6f31 put testing code under #ifdef TEST 17 years ago
Michael Niedermayer cd5cd37741 Testing code uses random(). 17 years ago
Michael Niedermayer a50bd69d9d fix includes 17 years ago
Michael Niedermayer 7a0d00d49e Principal component analysis 17 years ago
Ramiro Polla 83e92ab6b8 alacenc: NULL_IF_CONFIG_SMALL long_name. 17 years ago
Vladimir Voroshilov 5209846850 G.729 decoder main code 17 years ago
Kostya Shishkov 720d52c678 More okayed chunks of AAC encoder 17 years ago
Ramiro Polla 6b93147684 Import ok'd parts of ALAC encoder from GSoC repo. 17 years ago
Justin Ruggles 38c1a5c4d9 update my email address to one which does not depend on my service provider 17 years ago
Justin Ruggles 81fc8a63c5 use range of lpc orders in ORDER_METHOD_EST 17 years ago
Justin Ruggles 9045f5e72d cosmetics: adjust line breaks and vertical alignment 17 years ago
Justin Ruggles 56c07e2989 use limited range of lpc orders when quantizing coefficients 17 years ago
Dave Yeo e748e34dd6 struct timeval requires #include <sys/time.h> 17 years ago
Ramiro Polla e9e3c9801e lpc: cosmetics: vertically align declarations and definitions. 17 years ago
David Conrad 1b0f6fb830 Use correct asm object type and necessary -DPIC for yasm on 64-bit Darwin 17 years ago
Ramiro Polla c50da3ad6c flacenc, lpc: Move LPC code from flacenc.c to new lpc.[ch] files. 17 years ago
Ramiro Polla 51c796d012 flacenc: Allow more flexible shift calculation in LPC. 17 years ago
Michael Niedermayer 3cffbe090a Fix rc_eq mem leak. 17 years ago
Michael Niedermayer 847d05360b Revert r14260 17 years ago
Kostya Shishkov f5c3eae3cb Synchronize AAC encoder with renamings in aac.h 17 years ago
Kostya Shishkov 817015e4e2 Add approved chunks to AAC encoder 17 years ago
Peter Ross 38a1c7f2be Use memcpy() for PCM S16/S32 codecs when codec byte-order matches machine byte-order. 17 years ago
Diego Biurrun 4c00864f31 Surround format-specific functions with matching preprocessor conditionals. 17 years ago
Diego Biurrun 7402ee234a Surround AVInputFormat declarations with format-specific #ifdefs. 17 years ago
Diego Biurrun 964454263c Replace generic CONFIG_MUXERS preprocessor condition around format-specific 17 years ago
Diego Biurrun bcb5430abe Replace generic CONFIG_MUXERS preprocessor conditions around AVOutputFormat 17 years ago
Diego Biurrun 082f7acfc4 cosmetics: Remove redundant #endif comments that are very close to the #ifdef 17 years ago
Diego Biurrun fb9f111710 cosmetics: misc spelling fixes 17 years ago
Michael Niedermayer ff9c8d7c6f Add flag to mark demuxers that can output discontinuous timestamps. 17 years ago
Michael Niedermayer 8a9d72a0ff Simplify by using FFMAX. 17 years ago
Robert Swain cce540c5e7 Don't try to free shared ff_sine_* tables pointed to by s->windows[] 17 years ago
Robert Swain 9ffd5c1cee More OKed AAC decoder hunks 17 years ago
Måns Rullgård aa6ed60895 Add myself as ARM maintainer 17 years ago
Robert Swain 848a5815ce Synchronise AAC decoder code with that from SoC 17 years ago
Loren Merritt 2272e04aa7 document some dsp alignments 17 years ago
Robert Swain 62a57fae59 More OKed sections of AAC decoder code 17 years ago