]> git.sesse.net Git - ffmpeg/history - libavcodec/ac3enc_fixed.c
cosmetics: Group .name and .long_name together in codec/format declarations
[ffmpeg] / libavcodec / ac3enc_fixed.c
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-07-21 Ronald S. Bultjeac3: don't use different names for option tables in...
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-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-27 Justin Rugglesac3enc: merge log2_tab() into normalize_samples()
2011-06-13 Justin Rugglesac3enc: split templated float vs. fixed functions into...
2011-05-24 Justin Rugglesac3enc: add channel coupling support
2011-04-26 Justin Rugglesac3enc: correct the flipped sign in the ac3_fixed encoder
2011-04-25 Janne Grunauac3: fix memleak in fixed-point encoder
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 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...