summaryrefslogtreecommitdiff
path: root/libavcodec/ac3enc_template.c
Commit message (Expand)AuthorAge
* ac3enc_template: Use the correct context fieldVittorio Giovara2015-07-27
* dsputil: Split audio operations off into a separate contextDiego Biurrun2014-06-22
* Add missing headers to make template files compile (more) standaloneDiego Biurrun2014-03-26
* dsputil: Move apply_window_int16 to ac3dspDiego Biurrun2013-12-08
* dsputil: Move LOCAL_ALIGNED macros to libavutilDiego Biurrun2013-02-08
* (e)ac3enc: use planar sample formatJustin Ruggles2012-10-06
* Add a float DSP framework to libavutilJustin Ruggles2012-06-08
* ac3enc: update to AVCodec.encode2()Justin Ruggles2012-03-20
* Drop unnecessary av_uninit attributes from some variable declarations.Diego Biurrun2012-02-13
* ac3enc: doxygen update.Justin Ruggles2011-11-02
* ac3enc: Add channel coupling support for the fixed-point AC-3 encoder.Justin Ruggles2011-09-05
* ac3enc: scale floating-point coupling channel coefficients inJustin Ruggles2011-09-05
* ac3enc: fix encoding of stereo ac3 files when rematrixing is disabled.Justin Ruggles2011-09-05
* ac3enc: remove outdated TODO comment for apply_channel_coupling()Justin Ruggles2011-08-22
* ac3enc: clip coupling coordinates during calculationJustin Ruggles2011-08-10
* ac3enc: remove unneeded #includeJustin Ruggles2011-08-09
* ac3enc: restructure coupling coordinate reuse calculationJustin Ruggles2011-08-09
* 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
* 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: use correct alignment and length in channel coupling dsp functions.Justin Ruggles2011-06-15
* ac3enc: fix allocation of floating point samples.Justin Ruggles2011-06-13
* ac3enc: split templated float vs. fixed functions into a separate file.Justin Ruggles2011-06-13