]> git.sesse.net Git - ffmpeg/history - libavcodec/eac3enc.c
decode: be more explicit about storing the last packet properties
[ffmpeg] / libavcodec / eac3enc.c
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-10-03 Diego Biurruncosmetics: Group .name and .long_name together in codec...
2013-05-04 Diego Biurrunavcodec: Add av_cold attributes to init functions missi...
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-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-08-09 Justin Rugglesac3enc: allow new coupling coordinates to be sent indep...
2011-07-27 Justin Ruggleseac3enc: support writing of basic mixing and info metadata
2011-07-21 Justin Ruggleseac3enc: use different numbers of blocks per frame...
2011-07-19 Justin Rugglescosmetics: indentation
2011-07-19 Justin Ruggleseac3enc: use frame exponent strategy when applicable.
2011-07-14 Martin Storsjöac3enc: Mark AVClasses const
2011-06-27 Justin Rugglesac3enc: move ff_ac3_encode_frame() to ac3enc_template.c
2011-06-13 Justin Rugglesac3enc: split templated float vs. fixed functions into...
2011-06-07 Justin RugglesMove E-AC-3 encoder functions to a separate eac3enc...