summaryrefslogtreecommitdiff
path: root/libavcodec/aacenc.h
Commit message (Expand)AuthorAge
* Remove unnecessary dsputil.h #includesDiego Biurrun2013-02-26
* floatdsp: move vector_fmul_reverse from dsputil to avfloatdsp.Ronald S. Bultje2013-01-22
* Add a float DSP framework to libavutilJustin Ruggles2012-06-08
* aacenc: use AVCodec.encode2()Justin Ruggles2012-03-20
* aacenc: Deinterleave input samples before processing.Nathan Caldwell2012-01-23
* aacenc: Store channel count in AACEncContext.Nathan Caldwell2012-01-23
* aacenc: Move Q^3/4 calculation to it's own tableNathan Caldwell2012-01-23
* aacenc: Request normalized float samples instead of converting s16 samples to...Nathan Caldwell2012-01-23
* aacenc: Make chan_map const correctAlex Converse2011-06-29
* aacenc: Save channel configuration for later use.Nathan Caldwell2011-06-27
* aacenc: Add stereo_mode option.Nathan Caldwell2011-06-02
* Add AVX FFT implementation.Vitor Sessak2011-04-26
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* aacenc: Fix a segfault in search_for_quantizersNathan Caldwell2011-03-08
* aacenc: remove the data arraysYoung Han Lee2011-03-07
* aacenc: Use exact values when quantizing, not fuzzy values.Alex Converse2010-05-14
* Remove DECLARE_ALIGNED_{8,16} macrosMåns Rullgård2010-03-06
* Move array specifiers outside DECLARE_ALIGNED() invocationsMåns Rullgård2010-01-22
* Merge FFTContext and MDCTContextMåns Rullgård2009-09-20
* Cosmetics: Pretty print the AAC encoder.Alex Converse2009-07-08
* Merge the AAC encoder from SoC svn. It is still considered experimental.Alex Converse2009-07-08