summaryrefslogtreecommitdiffstats
path: root/libavcodec/vorbisdec.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add avcodec_decode_audio4().Justin Ruggles2011-12-021-13/+20
* vorbisdec: remove AVCODEC_MAX_AUDIO_FRAME_SIZE checkJustin Ruggles2011-11-101-6/+0
* vorbisdec: remove unneeded buf_size==0 checkJustin Ruggles2011-11-101-3/+0
* vorbisdec: return proper error codes instead of made-up onesJustin Ruggles2011-11-101-52/+61
* cosmetics: remove extra spaces before end-of-statement semi-colonsJustin Ruggles2011-10-231-6/+6
* vorbisdec: check output buffer size before writing outputJustin Ruggles2011-10-231-3/+9
* lavc: use avpriv_ prefix for ff_split_xiph_headers.Anton Khirnov2011-10-201-1/+1
* lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-291-8/+7
* doxygen: do not include license boilerplate in Doxygen documentationDiego Biurrun2011-07-151-5/+7
* Replace usages of av_get_bits_per_sample_fmt() with av_get_bytes_per_sample().Justin Ruggles2011-06-201-1/+1
* vorbisdec: Restore mistakenly removed debug output.Diego Biurrun2011-06-071-0/+4
* vorbis: Remove non-compiling debug statement.Diego Biurrun2011-06-031-3/+0
* vorbis: Remove pointless DEBUG #ifdef around debug output macros.Diego Biurrun2011-06-031-6/+0
* Replace #ifdef + av_log() combinations by av_dlog().Diego Biurrun2011-06-031-8/+5
* Replace custom debug output functions by av_dlog().Diego Biurrun2011-06-031-93/+101
OpenPOWER on IntegriCloud