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