]> git.sesse.net Git - ffmpeg/history - libavcodec/ac3enc_float.c
threads: always include necessary headers for number of CPUs detection
[ffmpeg] / libavcodec / ac3enc_float.c
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-07-29 Anton Khirnovlavc: use designated initialisers for all codecs.
2011-07-21 Justin Ruggleseac3enc: use different numbers of blocks per frame...
2011-07-14 Martin Storsjöac3enc: Mark AVClasses const
2011-07-13 Justin Rugglesac3enc: merge AC3MDCTContext with AC3EncodeContext.
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-13 Justin Rugglesac3enc: remove empty ac3_float function that is never...
2011-06-13 Justin Rugglesac3enc: split templated float vs. fixed functions into...
2011-05-27 Justin Rugglesac3enc: add support for E-AC-3 encoding.
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.