summaryrefslogtreecommitdiff
path: root/libavcodec/vorbisdec.c
Commit message (Expand)AuthorAgeFilesLines
* vorbisdec: fix heap buffer overflow.Michael Niedermayer2012-08-021-1/+1
* vorbisdec: switch to av_assertMichael Niedermayer2012-07-111-4/+2
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-181-5/+12
|\
| * vorbisdec: replace div/mod in loop with a counterMans Rullgard2012-06-181-5/+12
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-081-1/+4
|\ \ | |/
| * Add a float DSP framework to libavutilJustin Ruggles2012-06-081-1/+4
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-061-8/+4
|\ \ | |/
| * vorbis: Validate that the floor 1 X values contain no duplicates.Alex Converse2012-06-051-1/+5
* | vorbisdec: use correct channels variable.Reimar Döffinger2012-04-121-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-04-071-11/+11
|\ \ | |/
| * cosmetics: Align codec declarationsMartin Storsjö2012-04-061-11/+11
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-091-0/+3
|\ \ | |/
| * vorbisdec: avoid invalid memory accessAaron Colwell2012-03-081-0/+3
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-041-3/+4
|\ \ | |/
| * 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
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-261-0/+12
|\ \ | |/
| * vorbisdec: add a flush() functionJustin Ruggles2012-02-241-0/+12
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-161-3/+3
|\ \ | |/
| * 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
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-031-5/+5
|\ \ | |/
| * vorbis: fix overflows in floor1[] vector and inverse db table index.Ronald S. Bultje2012-02-021-5/+5
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-291-1/+0
|\ \ | |/
| * 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
* | vorbisdec: Check that the x values of floor1 are unique.Michael Niedermayer2012-01-161-0/+8
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-081-4/+3
|\ \ | |/
| * cosmetics: drop some pointless parenthesesDiego Biurrun2012-01-071-4/+3
* | vorbis: make sure ch is non zero before calling vorbis_residue_decodeMichael Niedermayer2012-01-041-3/+5
* | vorbis: An additional defense in the Vorbis codec.Chris Evans2012-01-041-10/+25
* | vorbis: Fix decoder bug.Chris Evans2012-01-041-1/+7
* | vorbisdec: Make sure blocksize is not set to an invalid value.Michael Niedermayer2012-01-041-2/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-231-1/+1
|\ \ | |/
| * Drop ALT_ prefix from BITSTREAM_READER_LE name.Diego Biurrun2011-12-221-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-031-13/+20
|\ \ | |/
| * Add avcodec_decode_audio4().Justin Ruggles2011-12-021-13/+20
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-11-111-60/+60
|\ \ | |/
| * 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
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-241-9/+15
|\ \ | |/
| * 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
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-211-1/+1
|\ \ | |/
| * lavc: use avpriv_ prefix for ff_split_xiph_headers.Anton Khirnov2011-10-201-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-301-8/+7
|\ \ | |/
| * lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-291-8/+7