]> git.sesse.net Git - ffmpeg/history - libavcodec/vorbisenc.c
aacdec: Drop some unused function arguments
[ffmpeg] / libavcodec / vorbisenc.c
2012-10-06 Justin Rugglesvorbisenc: use float planar sample format
2012-08-22 Justin Rugglesvorbisenc: set AVCodecContext.bit_rate to 0
2012-08-22 Justin Rugglesvorbisenc: fix quality parameter
2012-08-07 Anton KhirnovReplace all CODEC_ID_* with AV_CODEC_ID_*
2012-06-05 Alex Conversevorbis: Validate that the floor 1 X values contain...
2012-04-06 Martin Storsjöcosmetics: Align codec declarations
2012-03-21 Justin Rugglesvorbisenc: use AVCodec.encode2()
2012-03-09 Diego BiurrunFix a bunch of common typos.
2012-03-04 Justin Rugglesvorbisenc: add output buffer overwrite protection
2012-02-25 Justin Rugglesvorbisenc: check all allocations for failure
2011-07-29 Anton Khirnovlavc: use designated initialisers for all codecs.
2011-05-12 Diego BiurrunReplace int_fast integer types with their sized standar...
2011-04-23 Diego Biurrunvorbis: Rename decoder/encoder files to follow general...