summaryrefslogtreecommitdiff
path: root/libavcodec/vorbisdec.c
Commit message (Expand)AuthorAge
* lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-27
* lavc: AV-prefix all codec flagsVittorio Giovara2015-07-27
* lavc: Replace av_dlog and tprintf with internal macrosVittorio Giovara2015-04-19
* vorbis: Check the vlc value in setup_classifsLuca Barbato2015-03-08
* vorbis: Use a local codebook variableLuca Barbato2015-03-08
* lavc: remove unused traces of fmtconvert usageAnton Khirnov2015-02-28
* vorbisdec: Check memory allocationsVittorio Giovara2015-02-17
* avcodec: Don't anonymously typedef structsDiego Biurrun2015-02-14
* cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-03
* vorbis: return meaningful errorsLuca Barbato2013-06-07
* vorbis: fallback to normal division instead of crashingLuca Barbato2013-05-19
* vorbis: simplify the inner loop in setup_classifsLuca Barbato2013-05-19
* vorbis: use normal integer values for iteratorsLuca Barbato2013-05-19
* vorbis: refactor vorbis_residue_decode_internalLuca Barbato2013-05-19
* vorbisdec: do not leak the first frame.Anton Khirnov2013-03-10
* lavc decoders: work with refcounted frames.Anton Khirnov2013-03-08
* vorbisdec: check memory allocationsLuca Barbato2013-03-06
* vorbisdec: cosmetics: rename variable avccontext to avctxJustin Ruggles2013-02-25
* vorbisdec: Accept 0 amplitude_bitsLuca Barbato2013-02-25
* vorbisdec: Add missing checksLuca Barbato2013-02-25
* vorbisdec: cosmeticsLuca Barbato2013-02-25
* vorbisdec: Error on bark_map_size equal to 0.Michael Niedermayer2013-02-25
* vorbis: decode directly to the user-provided AVFrameJustin Ruggles2013-02-12
* vorbisdsp: change block_size type from int to intptr_t.Ronald S. Bultje2013-01-20
* Move vorbis_inverse_coupling from dsputil to vorbisdspcontext.Ronald S. Bultje2013-01-19
* lavc: Move vector_fmul_window to AVFloatDSPContextJustin Ruggles2013-01-16
* miscellaneous typo fixesDiego Biurrun2012-12-21
* lavc: add a wrapper for AVCodecContext.get_buffer().Anton Khirnov2012-12-04
* vorbisdec: use float planar sample formatJustin Ruggles2012-11-19
* vorbisdec: ensure FASTDIV denominator is never 1Luca Barbato2012-09-14
* vorbisdec: remove some pointless commentsMans Rullgard2012-08-19
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* vorbisdec: replace div/mod in loop with a counterMans Rullgard2012-06-18
* Add a float DSP framework to libavutilJustin Ruggles2012-06-08
* vorbis: Validate that the floor 1 X values contain no duplicates.Alex Converse2012-06-05
* cosmetics: Align codec declarationsMartin Storsjö2012-04-06
* vorbisdec: avoid invalid memory accessAaron Colwell2012-03-08
* avcodec: add a Vorbis parser to get packet durationJustin Ruggles2012-03-03
* vorbisdec: read the previous window flag for long windowsJustin Ruggles2012-03-03
* vorbisdec: add a flush() functionJustin Ruggles2012-02-24
* vorbis: Add ff_ prefix to nonstatic symbolsMartin Storsjö2012-02-15
* dsputil: Add ff_ prefix to the dsputil*_init* functionsMartin Storsjö2012-02-15
* vlc/rl: Add ff_ prefix to the nonstatic symbolsMartin Storsjö2012-02-15
* vorbis: fix overflows in floor1[] vector and inverse db table index.Ronald S. Bultje2012-02-02
* cosmetics: Remove extra newlines at EOFAlex Converse2012-01-27
* vorbis: An additional defense in the Vorbis codec.Chris Evans2012-01-08
* vorbisdec: Fix decoding bug with channel handlingReinhard Tartler2012-01-07
* cosmetics: drop some pointless parenthesesDiego Biurrun2012-01-07
* Drop ALT_ prefix from BITSTREAM_READER_LE name.Diego Biurrun2011-12-22
* Add avcodec_decode_audio4().Justin Ruggles2011-12-02