15365 Commits (644173759146be1cff244e8cf6a26de26bf07edf)
 

Author SHA1 Message Date
Michael Niedermayer 6441737591 Make ff_pca_init() allocate it struct instead of letting the user provide 16 years ago
Michael Niedermayer 7b0a6612c6 Do not mix declarations and statements (by ramiro). 16 years ago
Michael Niedermayer 88ccaf6f31 put testing code under #ifdef TEST 16 years ago
Michael Niedermayer cd5cd37741 Testing code uses random(). 16 years ago
Michael Niedermayer a50bd69d9d fix includes 16 years ago
Michael Niedermayer 7a0d00d49e Principal component analysis 16 years ago
Ramiro Polla 83e92ab6b8 alacenc: NULL_IF_CONFIG_SMALL long_name. 16 years ago
Vladimir Voroshilov 5209846850 G.729 decoder main code 16 years ago
Kostya Shishkov 720d52c678 More okayed chunks of AAC encoder 16 years ago
Ramiro Polla 6b93147684 Import ok'd parts of ALAC encoder from GSoC repo. 16 years ago
Justin Ruggles 38c1a5c4d9 update my email address to one which does not depend on my service provider 16 years ago
Justin Ruggles 81fc8a63c5 use range of lpc orders in ORDER_METHOD_EST 16 years ago
Justin Ruggles 9045f5e72d cosmetics: adjust line breaks and vertical alignment 16 years ago
Justin Ruggles 56c07e2989 use limited range of lpc orders when quantizing coefficients 16 years ago
Dave Yeo e748e34dd6 struct timeval requires #include <sys/time.h> 16 years ago
Ramiro Polla e9e3c9801e lpc: cosmetics: vertically align declarations and definitions. 16 years ago
David Conrad 1b0f6fb830 Use correct asm object type and necessary -DPIC for yasm on 64-bit Darwin 16 years ago
Ramiro Polla c50da3ad6c flacenc, lpc: Move LPC code from flacenc.c to new lpc.[ch] files. 16 years ago
Ramiro Polla 51c796d012 flacenc: Allow more flexible shift calculation in LPC. 16 years ago
Michael Niedermayer 3cffbe090a Fix rc_eq mem leak. 16 years ago
Michael Niedermayer 847d05360b Revert r14260 16 years ago
Kostya Shishkov f5c3eae3cb Synchronize AAC encoder with renamings in aac.h 16 years ago
Kostya Shishkov 817015e4e2 Add approved chunks to AAC encoder 16 years ago
Peter Ross 38a1c7f2be Use memcpy() for PCM S16/S32 codecs when codec byte-order matches machine byte-order. 16 years ago
Diego Biurrun 4c00864f31 Surround format-specific functions with matching preprocessor conditionals. 16 years ago
Diego Biurrun 7402ee234a Surround AVInputFormat declarations with format-specific #ifdefs. 16 years ago
Diego Biurrun 964454263c Replace generic CONFIG_MUXERS preprocessor condition around format-specific 16 years ago
Diego Biurrun bcb5430abe Replace generic CONFIG_MUXERS preprocessor conditions around AVOutputFormat 16 years ago
Diego Biurrun 082f7acfc4 cosmetics: Remove redundant #endif comments that are very close to the #ifdef 16 years ago
Diego Biurrun fb9f111710 cosmetics: misc spelling fixes 16 years ago
Michael Niedermayer ff9c8d7c6f Add flag to mark demuxers that can output discontinuous timestamps. 16 years ago
Michael Niedermayer 8a9d72a0ff Simplify by using FFMAX. 16 years ago
Robert Swain cce540c5e7 Don't try to free shared ff_sine_* tables pointed to by s->windows[] 16 years ago
Robert Swain 9ffd5c1cee More OKed AAC decoder hunks 16 years ago
Måns Rullgård aa6ed60895 Add myself as ARM maintainer 16 years ago
Robert Swain 848a5815ce Synchronise AAC decoder code with that from SoC 16 years ago
Loren Merritt 2272e04aa7 document some dsp alignments 16 years ago
Robert Swain 62a57fae59 More OKed sections of AAC decoder code 16 years ago
Michael Niedermayer e9b9a2f86f Add -fasm and -std=c99 when supported. 16 years ago
Aurelien Jacobs a964e813a1 use h_addr_list[0] instead of h_addr as this is the posix hostent field name 16 years ago
Robert Swain 47698b83fd The ff_sine_#[] should be aligned as they will commonly be used in dsputil 16 years ago
Aurelien Jacobs 7246177d80 ensure we get explicit definition of various _XOPEN_SOURCE functions we use 16 years ago
Baptiste Coudurier b5f46e9340 import ok'd hunks for mxf muxer 16 years ago
Diego Biurrun 2b409ca9d6 Remove hackish support for fastmemcpy from MPlayer. 16 years ago
Ramiro Polla 1e8bd10c57 mlp: Define End-of-Stream code in common header file and use it in decoder. 16 years ago
Kostya Shishkov 07be55dc8b Remove not OKed parts from AAC encoder 16 years ago
Diego Biurrun 29a717aef2 Use '#include <poll.h>' instead of '#include <sys/poll.h>'. 16 years ago
Daniel Serpell 084cadabbc Add an example of higher resolution video encoding for the PSP to the FAQ. 16 years ago
Daniel Serpell b96e074dc7 Fix the PSP examples in the FAQ to use libx264 as codec instead of h264. 16 years ago
Robert Swain 69fc4da360 Add declarations for the sine tables used in wma.c (half window sizes: 128, 16 years ago