]> git.sesse.net Git - ffmpeg/history - libavcodec/vorbisdec.c
parser: Move Doxygen documentation to the header files
[ffmpeg] / libavcodec / vorbisdec.c
2012-09-14 Luca Barbatovorbisdec: ensure FASTDIV denominator is never 1
2012-08-19 Mans Rullgardvorbisdec: remove some pointless comments
2012-08-07 Anton KhirnovReplace all CODEC_ID_* with AV_CODEC_ID_*
2012-06-18 Mans Rullgardvorbisdec: replace div/mod in loop with a counter
2012-06-08 Justin RugglesAdd a float DSP framework to libavutil
2012-06-05 Alex Conversevorbis: Validate that the floor 1 X values contain...
2012-04-06 Martin Storsjöcosmetics: Align codec declarations
2012-03-08 Aaron Colwellvorbisdec: avoid invalid memory access
2012-03-03 Justin Rugglesavcodec: add a Vorbis parser to get packet duration
2012-03-03 Justin Rugglesvorbisdec: read the previous window flag for long windows
2012-02-24 Justin Rugglesvorbisdec: add a flush() function
2012-02-15 Martin Storsjövorbis: Add ff_ prefix to nonstatic symbols
2012-02-15 Martin Storsjödsputil: Add ff_ prefix to the dsputil*_init* functions
2012-02-15 Martin Storsjövlc/rl: Add ff_ prefix to the nonstatic symbols
2012-02-02 Ronald S. Bultjevorbis: fix overflows in floor1[] vector and inverse...
2012-01-28 Alex Conversecosmetics: Remove extra newlines at EOF
2012-01-08 Chris Evansvorbis: An additional defense in the Vorbis codec.
2012-01-07 Reinhard Tartlervorbisdec: Fix decoding bug with channel handling
2012-01-07 Diego Biurruncosmetics: drop some pointless parentheses
2011-12-22 Diego BiurrunDrop ALT_ prefix from BITSTREAM_READER_LE name.
2011-12-02 Justin RugglesAdd avcodec_decode_audio4().
2011-11-10 Justin Rugglesvorbisdec: remove AVCODEC_MAX_AUDIO_FRAME_SIZE check
2011-11-10 Justin Rugglesvorbisdec: remove unneeded buf_size==0 check
2011-11-10 Justin Rugglesvorbisdec: return proper error codes instead of made...
2011-10-23 Justin Rugglescosmetics: remove extra spaces before end-of-statement...
2011-10-23 Justin Rugglesvorbisdec: check output buffer size before writing...
2011-10-20 Anton Khirnovlavc: use avpriv_ prefix for ff_split_xiph_headers.
2011-07-29 Anton Khirnovlavc: use designated initialisers for all codecs.
2011-07-14 Diego Biurrundoxygen: do not include license boilerplate in Doxygen...
2011-06-20 Justin RugglesReplace usages of av_get_bits_per_sample_fmt() with...
2011-06-07 Diego Biurrunvorbisdec: Restore mistakenly removed debug output.
2011-06-02 Diego Biurrunvorbis: Remove non-compiling debug statement.
2011-06-02 Diego Biurrunvorbis: Remove pointless DEBUG #ifdef around debug...
2011-06-02 Diego BiurrunReplace #ifdef + av_log() combinations by av_dlog().
2011-06-02 Diego BiurrunReplace custom debug output functions by av_dlog().
2011-05-18 Justin RugglesAdd floating-point sample format support to the ac3...
2011-05-12 Diego BiurrunReplace int_fast integer types with their sized standar...
2011-04-29 Diego Biurrunvorbis: Replace sized int_fast integer types with plain...
2011-04-29 Diego Biurrunvorbisdec: Replace some sizeof(type) by sizeof(*variable).
2011-04-27 Diego Biurrunvorbisdec: Rename silly "class_" variable to plain...
2011-04-24 Diego Biurrunvorbisdec: Employ proper printf format specifiers for...
2011-04-23 Diego Biurrunvorbis: Rename decoder/encoder files to follow general...