35 Commits (cc69ccb6d44042b1f795da66306116b0964af996)

Author SHA1 Message Date
Michael Niedermayer f43ac02723 avcodec/iirfilter: Make ff_iir_filter_free_state() also zero the freed pointer 10 years ago
Michael Niedermayer 43fb16cf74 avcodec/iirfilter: Change ff_iir_filter_free_coeffs() so it clears the pointers as well 10 years ago
Michael Niedermayer d42a61922b avcodec/psymodel: use av_malloc(z)_array() 11 years ago
Carl Eugen Hoyos f4aa8085f2 Avoid a null pointer dereference on oom in the aac encoder. 12 years ago
Bojan Zivkovic 7d29c6eebc mips: Optimization of IIR filter function 12 years ago
Michael Niedermayer fee5da6b0a psymodel: dont apply lowpass filters with a cutoff close to the nyquist 12 years ago
Martin Storsjö 1d9c2dc89a Don't include common.h from avutil.h 12 years ago
Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 12 years ago
Michael Niedermayer 72dabdfc58 aacenc: new default cutoff 12 years ago
Alex Converse 7181c4edee cosmetics: Remove extra newlines at EOF 13 years ago
Nathan Caldwell 9b8e2a8709 aacenc: Deinterleave input samples before processing. 13 years ago
Nathan Caldwell 025ccf1f8b aacenc: Request normalized float samples instead of converting s16 samples to float. 13 years ago
Nathan Caldwell 0bc01cc9fe psymodel: Add channels and channel groups to the psymodel. 14 years ago
Nathan Caldwell b58e298572 psymodel: Remove wrapper functions. 14 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Justin Ruggles 99c2111b12 cosmetics: vertical alignment and line wrap 14 years ago
Justin Ruggles 20d1f6fec1 Add memory allocation failure checks to ff_iir_filter_init_coeffs(). 14 years ago
Justin Ruggles 75b98610a7 cosmetics: vertical alignment and line wrap 14 years ago
Justin Ruggles d42dc217ed Add memory allocation failure checks to ff_iir_filter_init_coeffs(). 14 years ago
Alex Converse 0e107f7890 psymodel: Const correct FFPsyWindowInfo. 14 years ago
Martin Storsjö 771c86c13d Fix a leak in the AAC encoder 15 years ago
Alex Converse 7ca4a72f47 10l: Revert r23867. It didn't make any sense. 15 years ago
Alex Converse 9a3fe1ae6e Make ff_psy_preprocess_end() act like av_freep(). 15 years ago
Alex Converse 636da41a20 aacenc: Don't lowpass the input unless specifically requested. 15 years ago
Alex Converse 2876a9dbaf Use cutoff frequency to adjust bandwidth in the generic psymodel preprocess. 16 years ago
Diego Biurrun c8f47d8b79 cosmetics: Remove unnecessary {} around if/for blocks; 16 years ago
Diego Biurrun 99d61d340c cosmetics: prettyprinting, K&R style, break overly long lines 16 years ago
Alex Converse fd257dc4c0 Cosmetics: Pretty print the AAC encoder. 16 years ago
Alex Converse 78e65cd772 Merge the AAC encoder from SoC svn. It is still considered experimental. 16 years ago