]> git.sesse.net Git - ffmpeg/history - libavcodec/ac3enc_template.c
H.264: Add optimizations to predict x86 assembly.
[ffmpeg] / libavcodec / ac3enc_template.c
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...