]> git.sesse.net Git - ffmpeg/history - libavcodec/aacenc.h
dashenc: Simplify code by using a local variable
[ffmpeg] / libavcodec / aacenc.h
2013-02-25 Diego BiurrunRemove unnecessary dsputil.h #includes
2013-01-22 Ronald S. Bultjefloatdsp: move vector_fmul_reverse from dsputil to...
2012-06-08 Justin RugglesAdd a float DSP framework to libavutil
2012-03-20 Justin Rugglesaacenc: use AVCodec.encode2()
2012-01-23 Nathan Caldwellaacenc: Deinterleave input samples before processing.
2012-01-23 Nathan Caldwellaacenc: Store channel count in AACEncContext.
2012-01-23 Nathan Caldwellaacenc: Move Q^3/4 calculation to it's own table
2012-01-23 Nathan Caldwellaacenc: Request normalized float samples instead of...
2011-06-30 Alex Converseaacenc: Make chan_map const correct
2011-06-28 Nathan Caldwellaacenc: Save channel configuration for later use.
2011-06-02 Nathan Caldwellaacenc: Add stereo_mode option.
2011-04-26 Vitor SessakAdd AVX FFT implementation.
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-03-08 Nathan Caldwellaacenc: Fix a segfault in search_for_quantizers
2011-03-07 Young Han Leeaacenc: remove the data arrays
2010-05-14 Alex Converseaacenc: Use exact values when quantizing, not fuzzy...
2010-03-06 Måns RullgårdRemove DECLARE_ALIGNED_{8,16} macros
2010-01-22 Måns RullgårdMove array specifiers outside DECLARE_ALIGNED() invocations
2009-09-20 Måns RullgårdMerge FFTContext and MDCTContext
2009-07-08 Alex ConverseCosmetics: Pretty print the AAC encoder.
2009-07-08 Alex ConverseMerge the AAC encoder from SoC svn. It is still conside...