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
2013-09-12avcodec/aacenc: use enum for aac coder.Michael Niedermayer
2013-09-12aacenc: add AAC_CODER_(FAAC|ANMR|etc.) macrosTimothy Gu
2013-03-20mips: Optimization of AAC coefficients encoder functionsBojan Zivkovic
2013-02-26Merge commit 'c242bbd8b6939507a1a6fb64101b0553d92d303f'Michael Niedermayer
2013-02-26Remove unnecessary dsputil.h #includesDiego Biurrun
2013-01-23Merge commit '42d324694883cdf1fff1612ac70fa403692a1ad4'Michael Niedermayer
2013-01-22floatdsp: move vector_fmul_reverse from dsputil to avfloatdsp.Ronald S. Bultje
2012-06-09Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-06-08Add a float DSP framework to libavutilJustin Ruggles
2012-03-22Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-03-21aacenc: use AVCodec.encode2()Justin Ruggles
2012-01-24Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-01-23aacenc: Deinterleave input samples before processing.Nathan Caldwell
2012-01-23aacenc: Store channel count in AACEncContext.Nathan Caldwell
2012-01-23aacenc: Move Q^3/4 calculation to it's own tableNathan Caldwell
2012-01-23aacenc: Request normalized float samples instead of converting s16 samples to...Nathan Caldwell
2011-11-28aacenc: make the aac coder user choosable.Michael Niedermayer
2011-11-28aacenc: add AAC_CODER_NBMichael Niedermayer
2011-07-01Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-06-30aacenc: Make chan_map const correctAlex Converse
2011-06-29Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-06-28aacenc: Save channel configuration for later use.Nathan Caldwell
2011-06-03Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-06-02aacenc: Add stereo_mode option.Nathan Caldwell
2011-04-27Merge remote branch 'qatar/master'Michael Niedermayer
2011-04-26Add AVX FFT implementation.Vitor Sessak
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-03-09aacenc: Fix a segfault in search_for_quantizersNathan Caldwell
2011-03-08aacenc: Fix a segfault in search_for_quantizersNathan Caldwell
2011-03-08aacenc: remove the data arraysYoung Han Lee
2011-03-07aacenc: remove the data arraysYoung Han Lee
2010-05-14aacenc: Use exact values when quantizing, not fuzzy values.Alex Converse
2010-03-06Remove DECLARE_ALIGNED_{8,16} macrosMåns Rullgård
2010-01-22Move array specifiers outside DECLARE_ALIGNED() invocationsMåns Rullgård
2009-09-20Merge FFTContext and MDCTContextMåns Rullgård
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