summaryrefslogtreecommitdiffstats
path: root/libavcodec/aacenc.h
Commit message (Expand)AuthorAgeFilesLines
* Mark some arrays that never change as const.Anton Khirnov2017-02-011-2/+2
* Remove unnecessary dsputil.h #includesDiego Biurrun2013-02-261-1/+0
* floatdsp: move vector_fmul_reverse from dsputil to avfloatdsp.Ronald S. Bultje2013-01-221-1/+0
* Add a float DSP framework to libavutilJustin Ruggles2012-06-081-0/+2
* aacenc: use AVCodec.encode2()Justin Ruggles2012-03-201-1/+2
* aacenc: Deinterleave input samples before processing.Nathan Caldwell2012-01-231-1/+5
* aacenc: Store channel count in AACEncContext.Nathan Caldwell2012-01-231-0/+1
* aacenc: Move Q^3/4 calculation to it's own tableNathan Caldwell2012-01-231-0/+2
* aacenc: Request normalized float samples instead of converting s16 samples to...Nathan Caldwell2012-01-231-1/+1
* aacenc: Make chan_map const correctAlex Converse2011-06-291-1/+1
* aacenc: Save channel configuration for later use.Nathan Caldwell2011-06-271-0/+1
* aacenc: Add stereo_mode option.Nathan Caldwell2011-06-021-0/+6
* Add AVX FFT implementation.Vitor Sessak2011-04-261-1/+1
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* aacenc: Fix a segfault in search_for_quantizersNathan Caldwell2011-03-081-1/+1
* aacenc: remove the data arraysYoung Han Lee2011-03-071-3/+2
* aacenc: Use exact values when quantizing, not fuzzy values.Alex Converse2010-05-141-1/+1
* Remove DECLARE_ALIGNED_{8,16} macrosMåns Rullgård2010-03-061-3/+3
* Move array specifiers outside DECLARE_ALIGNED() invocationsMåns Rullgård2010-01-221-3/+3
* Merge FFTContext and MDCTContextMåns Rullgård2009-09-201-2/+2
* Cosmetics: Pretty print the AAC encoder.Alex Converse2009-07-081-2/+2
* Merge the AAC encoder from SoC svn. It is still considered experimental.Alex Converse2009-07-081-0/+71
OpenPOWER on IntegriCloud