summaryrefslogtreecommitdiff
path: root/libavcodec/ac3enc_template.c
Commit message (Expand)AuthorAge
* 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