]> git.sesse.net Git - ffmpeg/history - libavcodec/vorbisdec.c
get_bits: Move BITSTREAM_READER_LE definition before all relevant #includes
[ffmpeg] / libavcodec / vorbisdec.c
2016-06-07 Diego Biurrunget_bits: Move BITSTREAM_READER_LE definition before...
2015-07-27 Vittorio Giovaralavc: AV-prefix all codec capabilities
2015-07-27 Vittorio Giovaralavc: AV-prefix all codec flags
2015-04-19 Vittorio Giovaralavc: Replace av_dlog and tprintf with internal macros
2015-03-08 Luca Barbatovorbis: Check the vlc value in setup_classifs
2015-03-08 Luca Barbatovorbis: Use a local codebook variable
2015-02-28 Anton Khirnovlavc: remove unused traces of fmtconvert usage
2015-02-17 Vittorio Giovaravorbisdec: Check memory allocations
2015-02-14 Diego Biurrunavcodec: Don't anonymously typedef structs
2013-10-03 Diego Biurruncosmetics: Group .name and .long_name together in codec...
2013-06-07 Luca Barbatovorbis: return meaningful errors
2013-05-19 Luca Barbatovorbis: fallback to normal division instead of crashing
2013-05-19 Luca Barbatovorbis: simplify the inner loop in setup_classifs
2013-05-19 Luca Barbatovorbis: use normal integer values for iterators
2013-05-19 Luca Barbatovorbis: refactor vorbis_residue_decode_internal
2013-03-10 Anton Khirnovvorbisdec: do not leak the first frame.
2013-03-08 Anton Khirnovlavc decoders: work with refcounted frames.
2013-03-06 Luca Barbatovorbisdec: check memory allocations
2013-02-25 Justin Rugglesvorbisdec: cosmetics: rename variable avccontext to...
2013-02-25 Luca Barbatovorbisdec: Accept 0 amplitude_bits
2013-02-25 Luca Barbatovorbisdec: Add missing checks
2013-02-25 Luca Barbatovorbisdec: cosmetics
2013-02-25 Michael Niedermayervorbisdec: Error on bark_map_size equal to 0.
2013-02-12 Justin Rugglesvorbis: decode directly to the user-provided AVFrame
2013-01-21 Ronald S. Bultjevorbisdsp: change block_size type from int to intptr_t.
2013-01-20 Ronald S. BultjeMove vorbis_inverse_coupling from dsputil to vorbisdspc...
2013-01-16 Justin Ruggleslavc: Move vector_fmul_window to AVFloatDSPContext
2012-12-20 Diego Biurrunmiscellaneous typo fixes
2012-12-04 Anton Khirnovlavc: add a wrapper for AVCodecContext.get_buffer().
2012-11-20 Justin Rugglesvorbisdec: use float planar sample format
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...