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
2012-08-15Don't include common.h from avutil.hMartin Storsjö
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-01-28cosmetics: Remove extra newlines at EOFAlex Converse
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-30psymodel: Add channels and channel groups to the psymodel.Nathan Caldwell
2011-05-08psymodel: Remove wrapper functions.Nathan Caldwell
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
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