summaryrefslogtreecommitdiff
path: root/libavcodec/ac3enc.h
Commit message (Expand)AuthorAge
* ac3enc: allow Dolby Pro Logic IIz as the Dolby Surround EX mode.Tim Walker2014-09-26
* ac3enc: allow Dolby Pro Logic II as a preferred downmix mode.Tim Walker2014-09-26
* dsputil: Split motion estimation compare bits off into their own contextDiego Biurrun2014-07-17
* dsputil: Split audio operations off into a separate contextDiego Biurrun2014-06-22
* ac3: Only initialize float_dsp for the float encoder variantDiego Biurrun2014-06-13
* put_bits: Remove unused includesVittorio Giovara2014-03-04
* Add a float DSP framework to libavutilJustin Ruggles2012-06-08
* ac3enc: update to AVCodec.encode2()Justin Ruggles2012-03-20
* Make channel layout masks unsignedMans Rullgard2011-11-25
* fix AC3ENC_OPT_MODE_ON/OFFJohn Stebbins2011-10-11
* ac3enc: Add channel coupling support for the fixed-point AC-3 encoder.Justin Ruggles2011-09-05
* ac3enc: add macros for option names to make them more understandable.Justin Ruggles2011-08-11
* ac3enc: allow new coupling coordinates to be sent independently for eachJustin Ruggles2011-08-09
* ac3enc: separate exponent bit counting from exponent grouping.Justin Ruggles2011-08-09
* eac3enc: support writing of basic mixing and info metadataJustin Ruggles2011-07-27
* eac3enc: use different numbers of blocks per frame to allow higher bitratesJustin Ruggles2011-07-21
* eac3enc: use frame exponent strategy when applicable.Justin Ruggles2011-07-19
* ac3enc: merge AC3MDCTContext with AC3EncodeContext.Justin Ruggles2011-07-13
* ac3enc: prefer passing AC3EncodeContext rather than AVCodecContextJustin Ruggles2011-07-13
* ac3enc: clip coefficients after MDCT.Justin Ruggles2011-07-01
* ac3enc: move ff_ac3_encode_frame() to ac3enc_template.cJustin Ruggles2011-06-27
* ac3enc: avoid masking output in asym_quant() by using signed values forJustin Ruggles2011-06-22
* ac3enc: fix allocation of floating point samples.Justin Ruggles2011-06-13
* ac3enc: remove empty ac3_float function that is never calledJustin Ruggles2011-06-13
* ac3enc: split templated float vs. fixed functions into a separate file.Justin Ruggles2011-06-13
* ac3enc: dynamically allocate AC3EncodeContext fields windowed_samples and mdctJustin Ruggles2011-06-13
* ac3enc: use function pointer to choose between AC-3 and E-AC-3 header outputJustin Ruggles2011-06-13
* Move E-AC-3 encoder functions to a separate eac3enc.c file.Justin Ruggles2011-06-07
* preparing integration of new AC3 decoderFabrice Bellard2002-10-28
* * encoding of AC3 with more than 2 channelsZdenek Kabelac2002-04-08
* Initial revisionFabrice Bellard2001-07-22