summaryrefslogtreecommitdiffstats
path: root/libavcodec/ac3enc_template.c
Commit message (Expand)AuthorAgeFilesLines
* dsputil: Move apply_window_int16 to ac3dspDiego Biurrun2013-12-081-8/+4
* dsputil: Move LOCAL_ALIGNED macros to libavutilDiego Biurrun2013-02-081-0/+1
* (e)ac3enc: use planar sample formatJustin Ruggles2012-10-061-17/+9
* Add a float DSP framework to libavutilJustin Ruggles2012-06-081-1/+6
* ac3enc: update to AVCodec.encode2()Justin Ruggles2012-03-201-5/+13
* Drop unnecessary av_uninit attributes from some variable declarations.Diego Biurrun2012-02-131-1/+1
* ac3enc: doxygen update.Justin Ruggles2011-11-021-7/+4
* ac3enc: Add channel coupling support for the fixed-point AC-3 encoder.Justin Ruggles2011-09-051-18/+14
* ac3enc: scale floating-point coupling channel coefficients inJustin Ruggles2011-09-051-4/+0
* ac3enc: fix encoding of stereo ac3 files when rematrixing is disabled.Justin Ruggles2011-09-051-5/+5
* ac3enc: remove outdated TODO comment for apply_channel_coupling()Justin Ruggles2011-08-221-5/+0
* ac3enc: clip coupling coordinates during calculationJustin Ruggles2011-08-101-2/+1
* ac3enc: remove unneeded #includeJustin Ruggles2011-08-091-2/+0
* ac3enc: restructure coupling coordinate reuse calculationJustin Ruggles2011-08-091-21/+27
* ac3enc: allow new coupling coordinates to be sent independently for eachJustin Ruggles2011-08-091-31/+19
* ac3enc: separate exponent bit counting from exponent grouping.Justin Ruggles2011-08-091-0/+2
* eac3enc: support writing of basic mixing and info metadataJustin Ruggles2011-07-271-1/+1
* eac3enc: use different numbers of blocks per frame to allow higher bitratesJustin Ruggles2011-07-211-12/+12
* ac3enc: merge AC3MDCTContext with AC3EncodeContext.Justin Ruggles2011-07-131-3/+3
* ac3enc: prefer passing AC3EncodeContext rather than AVCodecContextJustin Ruggles2011-07-131-1/+1
* ac3enc: clip coefficients after MDCT.Justin Ruggles2011-07-011-3/+13
* ac3enc: move ff_ac3_encode_frame() to ac3enc_template.cJustin Ruggles2011-06-271-8/+70
* ac3enc: use correct alignment and length in channel coupling dsp functions.Justin Ruggles2011-06-151-11/+13
* ac3enc: fix allocation of floating point samples.Justin Ruggles2011-06-131-0/+20
* ac3enc: split templated float vs. fixed functions into a separate file.Justin Ruggles2011-06-131-0/+377
OpenPOWER on IntegriCloud