summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-19PD#143976: update ffmpeg to v3.3Jian Wang6142-214403/+746659
2013-06-30Avoid a null pointer dereference on oom in the aac encoder.Carl Eugen Hoyos1-1/+1
2013-03-20mips: Optimization of IIR filter functionBojan Zivkovic6-2/+243
2013-03-07psymodel: dont apply lowpass filters with a cutoff close to the nyquistMichael Niedermayer1-1/+1
2012-08-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer247-79/+550
2012-08-15Don't include common.h from avutil.hMartin Storsjö238-2/+346
2012-08-07Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer672-4320/+4730
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov582-3512/+3512
2012-07-29aacenc: new default cutoffMichael Niedermayer3-1/+6
2012-01-28Merge remote-tracking branch 'qatar/master'Michael Niedermayer104-240/+851
2012-01-28cosmetics: Remove extra newlines at EOFAlex Converse91-92/+0
2012-01-24Merge remote-tracking branch 'qatar/master'Michael Niedermayer21-586/+1271
2012-01-23aacenc: Deinterleave input samples before processing.Nathan Caldwell5-62/+80
2012-01-23aacenc: Request normalized float samples instead of converting s16 samples to...Nathan Caldwell5-20/+18
2011-06-30Merge remote-tracking branch 'qatar/master'Michael Niedermayer20-202/+272
2011-06-29psymodel: Add channels and channel groups to the psymodel.Nathan Caldwell5-25/+91
2011-05-09Merge remote branch 'qatar/master'Michael Niedermayer11-138/+120
2011-05-08psymodel: Remove wrapper functions.Nathan Caldwell3-43/+25
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard1335-5388/+5388
2011-01-21cosmetics: vertical alignment and line wrapJustin Ruggles3-8/+9
2011-01-21Add memory allocation failure checks to ff_iir_filter_init_coeffs().Justin Ruggles3-6/+17
2011-01-20cosmetics: vertical alignment and line wrapJustin Ruggles3-8/+9
2011-01-20Add memory allocation failure checks to ff_iir_filter_init_coeffs().Justin Ruggles3-6/+17
2010-08-30psymodel: Const correct FFPsyWindowInfo.Alex Converse3-4/+4
2010-07-10Fix a leak in the AAC encoderMartin Storsjö1-0/+1
2010-06-2810l: Revert r23867. It didn't make any sense.Alex Converse1-3/+0
2010-06-28Make ff_psy_preprocess_end() act like av_freep().Alex Converse1-0/+3
2010-04-02aacenc: Don't lowpass the input unless specifically requested.Alex Converse1-5/+2
2009-07-14Use cutoff frequency to adjust bandwidth in the generic psymodel preprocess.Alex Converse1-1/+3
2009-07-08cosmetics: Remove unnecessary {} around if/for blocks;Diego Biurrun4-51/+36
2009-07-08cosmetics: prettyprinting, K&R style, break overly long linesDiego Biurrun4-109/+135
2009-07-08Cosmetics: Pretty print the AAC encoder.Alex Converse6-288/+288
2009-07-08Merge the AAC encoder from SoC svn. It is still considered experimental.Alex Converse10-115/+1992