]> git.sesse.net Git - ffmpeg/history - libavcodec/vorbisenc.c
xsubdec: Convert to the new bitstream reader
[ffmpeg] / libavcodec / vorbisenc.c
2015-07-27 Vittorio Giovaralavc: AV-prefix all codec capabilities
2015-07-27 Vittorio Giovaralavc: AV-prefix all codec flags
2015-02-14 Diego Biurrunavcodec: Don't anonymously typedef structs
2014-11-13 Vittorio Giovaravorbisenc: add missing parenthesis
2014-03-04 Vittorio Giovaraput_bits: Remove unused includes
2013-10-03 Diego Biurruncosmetics: Group .name and .long_name together in codec...
2013-07-25 Diego Biurruncosmetics: Add '0' to float constants ending in '.'.
2013-03-09 Anton Khirnovlavc: remove disabled FF_API_OLD_ENCODE_AUDIO cruft
2013-02-25 Diego BiurrunRemove unnecessary dsputil.h #includes
2013-02-25 Justin Rugglesvorbisenc: cosmetics: rename variable avccontext to...
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...