]> git.sesse.net Git - ffmpeg/history - libavcodec/ac3enc_template.c
dv: Initialize encoder tables during encoder init.
[ffmpeg] / libavcodec / ac3enc_template.c
2012-03-20 Justin Rugglesac3enc: update to AVCodec.encode2()
2012-02-13 Diego BiurrunDrop unnecessary av_uninit attributes from some variabl...
2011-11-02 Justin Rugglesac3enc: doxygen update.
2011-09-05 Justin Rugglesac3enc: Add channel coupling support for the fixed...
2011-09-05 Justin Rugglesac3enc: scale floating-point coupling channel coefficie...
2011-09-05 Justin Rugglesac3enc: fix encoding of stereo ac3 files when rematrixi...
2011-08-22 Justin Rugglesac3enc: remove outdated TODO comment for apply_channel_...
2011-08-10 Justin Rugglesac3enc: clip coupling coordinates during calculation
2011-08-09 Justin Rugglesac3enc: remove unneeded #include
2011-08-09 Justin Rugglesac3enc: restructure coupling coordinate reuse calculation
2011-08-09 Justin Rugglesac3enc: allow new coupling coordinates to be sent indep...
2011-08-09 Justin Rugglesac3enc: separate exponent bit counting from exponent...
2011-07-27 Justin Ruggleseac3enc: support writing of basic mixing and info metadata
2011-07-21 Justin Ruggleseac3enc: use different numbers of blocks per frame...
2011-07-13 Justin Rugglesac3enc: merge AC3MDCTContext with AC3EncodeContext.
2011-07-13 Justin Rugglesac3enc: prefer passing AC3EncodeContext rather than...
2011-07-01 Justin Rugglesac3enc: clip coefficients after MDCT.
2011-06-27 Justin Rugglesac3enc: move ff_ac3_encode_frame() to ac3enc_template.c
2011-06-15 Justin Rugglesac3enc: use correct alignment and length in channel...
2011-06-13 Justin Rugglesac3enc: fix allocation of floating point samples.
2011-06-13 Justin Rugglesac3enc: split templated float vs. fixed functions into...