]> git.sesse.net Git - ffmpeg/history - libavcodec/ac3enc_float.c
lavc: mark the old audio/video encoding API as deprecated
[ffmpeg] / libavcodec / ac3enc_float.c
2015-07-27 Vittorio Giovaralavc: AV-prefix all codec flags
2014-06-22 Diego Biurrundsputil: Split audio operations off into a separate...
2014-06-13 Diego Biurrunac3: Only initialize float_dsp for the float encoder...
2014-06-12 Diego BiurrunRemove some unnecessary CONFIG_FOO_COMPONENT ifdefs
2013-12-08 Diego Biurrundsputil: Move apply_window_int16 to ac3dsp
2013-10-03 Diego Biurruncosmetics: Group .name and .long_name together in codec...
2012-10-06 Justin Ruggles(e)ac3enc: use planar sample format
2012-08-07 Anton KhirnovReplace all CODEC_ID_* with AV_CODEC_ID_*
2012-06-08 Justin RugglesAdd a float DSP framework to libavutil
2012-04-06 Martin Storsjöcosmetics: Align codec declarations
2012-03-20 Justin Rugglesac3enc: update to AVCodec.encode2()
2012-02-29 Justin Ruggles(e)ac3enc: select a default bit rate based on the chann...
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.