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