]> git.sesse.net Git - ffmpeg/history - libavcodec/ac3enc_float.c
vsrc_buffer.h: add file doxy
[ffmpeg] / libavcodec / ac3enc_float.c
2011-05-24 Justin Rugglesac3enc: add channel coupling support
2011-04-03 Mans Rullgardac3enc: use generic fixed-point mdct
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 RullgardMove ff_kbd_window_init() to a separate file
2011-03-19 Mans Rullgardfft: remove inline wrappers for function pointers
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-03-17 Justin Rugglesac3enc: add float_to_fixed24() with x86-optimized versi...
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.