]> git.sesse.net Git - ffmpeg/history - libavcodec/ac3enc_fixed.c
ac3enc: Add codec-specific options for writing AC-3 metadata.
[ffmpeg] / libavcodec / ac3enc_fixed.c
2011-03-27 Justin Rugglesac3enc: Add codec-specific options for writing AC-3...
2011-03-23 Justin RugglesAdd apply_window_int16() to DSPContext with x86-optimiz...
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-03-14 Justin Rugglesac3enc: add SIMD-optimized shifting functions for use...
2011-03-14 Justinac3enc: do not right-shift fixed-point coefficients...
2011-02-13 Justin Rugglesac3enc: Add x86-optimized function to speed up log2_tab().
2011-02-10 Justin Rugglesac3enc: Remove unneeded clipping of shift amount.
2011-02-10 Justin Rugglesac3enc: remove right shifting from lshift_tab() and...
2011-01-26 Diego Elio PettenòAdd ff_ prefix to data symbols of encoders, decoders...
2011-01-22 Justin Rugglesac3enc: use dsputil functions in apply_window()
2011-01-05 Justin RugglesConvert floating-point MDCT coefficients to 24-bit...
2011-01-04 Justin RugglesChange the AC-3 encoder to use floating-point.
2011-01-03 Justin RugglesMove fixed-point parts of the AC-3 encoder to separate...