Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-03-15aac: convert to new channel layout APIAnton Khirnov
2021-09-20Replace all occurences of av_mallocz_array() by av_calloc()Andreas Rheinhardt
2016-03-23lavc/psymodel: check for av_malloc failureGanesh Ajjanagadde
2015-12-02AAC encoder: improve SF range utilizationClaudio Freire
2015-10-12AAC encoder: cosmetics from last commitClaudio Freire
2015-10-11AAC encoder: Extensive improvementsClaudio Freire
2015-06-01Merge commit '03927cb73399e6f07185fc7f8851d7612b4187b6'Michael Niedermayer
2015-05-31psymodel: Check memory allocationVittorio Giovara
2014-10-14avcodec/iirfilter: Make ff_iir_filter_free_state() also zero the freed pointerMichael Niedermayer
2014-10-14avcodec/iirfilter: Change ff_iir_filter_free_coeffs() so it clears the pointe...Michael Niedermayer
2014-04-14avcodec/psymodel: use av_malloc(z)_array()Michael Niedermayer
2013-07-01Avoid a null pointer dereference on oom in the aac encoder.Carl Eugen Hoyos
2013-03-20mips: Optimization of IIR filter functionBojan Zivkovic
2013-03-07psymodel: dont apply lowpass filters with a cutoff close to the nyquistMichael Niedermayer
2012-08-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-08-15Don't include common.h from avutil.hMartin Storsjö
2012-08-08Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-07-30aacenc: new default cutoffMichael Niedermayer
2012-01-29Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-01-28cosmetics: Remove extra newlines at EOFAlex Converse
2012-01-24Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-01-23aacenc: Deinterleave input samples before processing.Nathan Caldwell
2012-01-23aacenc: Request normalized float samples instead of converting s16 samples to...Nathan Caldwell
2011-06-30Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-06-30psymodel: Add channels and channel groups to the psymodel.Nathan Caldwell
2011-05-09Merge remote branch 'qatar/master'Michael Niedermayer
2011-05-08psymodel: Remove wrapper functions.Nathan Caldwell
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-01-21cosmetics: vertical alignment and line wrapJustin Ruggles
2011-01-21Add memory allocation failure checks to ff_iir_filter_init_coeffs().Justin Ruggles
2011-01-20cosmetics: vertical alignment and line wrapJustin Ruggles
2011-01-20Add memory allocation failure checks to ff_iir_filter_init_coeffs().Justin Ruggles
2010-08-31psymodel: Const correct FFPsyWindowInfo.Alex Converse
2010-07-10Fix a leak in the AAC encoderMartin Storsjö
2010-06-2910l: Revert r23867. It didn't make any sense.Alex Converse
2010-06-29Make ff_psy_preprocess_end() act like av_freep().Alex Converse
2010-04-02aacenc: Don't lowpass the input unless specifically requested.Alex Converse
2009-07-14Use cutoff frequency to adjust bandwidth in the generic psymodel preprocess.Alex Converse
2009-07-09cosmetics: Remove unnecessary {} around if/for blocks;Diego Biurrun
2009-07-09cosmetics: prettyprinting, K&R style, break overly long linesDiego Biurrun
2009-07-09Cosmetics: Pretty print the AAC encoder.Alex Converse
2009-07-09Merge the AAC encoder from SoC svn. It is still considered experimental.Alex Converse