]> git.sesse.net Git - ffmpeg/history - libavcodec/vorbisdec.c
cabac: Mark ff_h264_mps_state array as static, it is only used within cabac.c.
[ffmpeg] / libavcodec / vorbisdec.c
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...