]> git.sesse.net Git - ffmpeg/history - libavcodec/ac3enc.h
dsputil: Split audio operations off into a separate context
[ffmpeg] / libavcodec / ac3enc.h
2014-06-22 Diego Biurrundsputil: Split audio operations off into a separate...
2014-06-13 Diego Biurrunac3: Only initialize float_dsp for the float encoder...
2014-03-04 Vittorio Giovaraput_bits: Remove unused includes
2012-06-08 Justin RugglesAdd a float DSP framework to libavutil
2012-03-20 Justin Rugglesac3enc: update to AVCodec.encode2()
2011-11-25 Mans RullgardMake channel layout masks unsigned
2011-10-11 John Stebbinsfix AC3ENC_OPT_MODE_ON/OFF
2011-09-05 Justin Rugglesac3enc: Add channel coupling support for the fixed...
2011-08-11 Justin Rugglesac3enc: add macros for option names to make them more...
2011-08-09 Justin Rugglesac3enc: allow new coupling coordinates to be sent indep...
2011-08-09 Justin Rugglesac3enc: separate exponent bit counting from exponent...
2011-07-27 Justin Ruggleseac3enc: support writing of basic mixing and info metadata
2011-07-21 Justin Ruggleseac3enc: use different numbers of blocks per frame...
2011-07-19 Justin Ruggleseac3enc: use frame exponent strategy when applicable.
2011-07-13 Justin Rugglesac3enc: merge AC3MDCTContext with AC3EncodeContext.
2011-07-13 Justin Rugglesac3enc: prefer passing AC3EncodeContext rather than...
2011-07-01 Justin Rugglesac3enc: clip coefficients after MDCT.
2011-06-27 Justin Rugglesac3enc: move ff_ac3_encode_frame() to ac3enc_template.c
2011-06-22 Justin Rugglesac3enc: avoid masking output in asym_quant() by using...
2011-06-13 Justin Rugglesac3enc: fix allocation of floating point samples.
2011-06-13 Justin Rugglesac3enc: remove empty ac3_float function that is never...
2011-06-13 Justin Rugglesac3enc: split templated float vs. fixed functions into...
2011-06-13 Justin Rugglesac3enc: dynamically allocate AC3EncodeContext fields...
2011-06-13 Justin Rugglesac3enc: use function pointer to choose between AC-3...
2011-06-07 Justin RugglesMove E-AC-3 encoder functions to a separate eac3enc...
2002-10-28 Fabrice Bellardpreparing integration of new AC3 decoder
2002-04-08 Zdenek Kabelac* encoding of AC3 with more than 2 channels
2001-07-22 Fabrice BellardInitial revision