summaryrefslogtreecommitdiff
path: root/libavcodec/vorbis.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/vorbis: Split data declarations out into new headerAndreas Rheinhardt2022-10-031-0/+1
* avcodec/vorbis: Fix another 1 << 31 > int32_t::max() with 1u.Dale Curtis2017-12-011-1/+1
* avcodec/vorbis: 1 << 31 > int32_t::max(), so use 1u << 31 instead.Dale Curtis2017-11-241-1/+1
* vorbis: Reorder conditions to avoid possible overreadMark Thompson2017-10-181-2/+2
* Merge commit '6d8fd614ff957af242efcd8a6a0619874382f3a4'Clément Bœsch2016-06-291-24/+2
|\
| * vorbis: Kill some pointless debug codeDiego Biurrun2016-06-071-24/+2
* | Merge commit 'b668662939de3a02454cfc9ba3e6d10b87527a40'Clément Bœsch2016-06-291-1/+0
|\ \ | |/
| * get_bits: Move BITSTREAM_READER_LE definition before all relevant #includesDiego Biurrun2016-06-071-1/+0
* | avcodec/vorbis: fix decoding of single element huffman treesMichael Niedermayer2014-03-081-0/+5
* | avcodec/vorbis: return proper error codes from ff_vorbis_len2vlc()Michael Niedermayer2014-03-081-4/+4
* | Merge commit 'e951b6d94c441d46b396ef12da1428297d77251d'Michael Niedermayer2013-02-261-2/+2
|\ \ | |/
| * vorbisdec: cosmetics: rename variable avccontext to avctxJustin Ruggles2013-02-251-2/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-10-011-3/+1
|\ \ | |/
| * avcodec: Drop some silly commented-out av_log() invocationsDiego Biurrun2012-10-011-3/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-061-1/+8
|\ \ | |/
| * vorbis: Validate that the floor 1 X values contain no duplicates.Alex Converse2012-06-051-1/+8
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-031-10/+9
|\ \ | |/
| * vorbis: fix overflows in floor1[] vector and inverse db table index.Ronald S. Bultje2012-02-021-10/+9
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-071-7/+8
|\ \ | |/
| * vorbis: Avoid some out-of-bounds readsChris Evans2012-01-061-7/+8
* | vorbis: Fix last quarter of CVE-2011-3893Michael Niedermayer2012-01-041-1/+1
* | ogg: Avoid the possibility to read out-of-bounds of a static global array in ...Chris Evans2012-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-07-151-0/+6
|\ \ | |/
| * doxygen: do not include license boilerplate in Doxygen documentationDiego Biurrun2011-07-151-5/+7
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-031-6/+3
|\ \ | |/
| * Replace custom DEBUG preprocessor trickery by the standard one.Diego Biurrun2011-06-031-6/+3
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-05-131-5/+3
|\ \ | |/
| * Replace int_fast integer types with their sized standard posix counterparts.Diego Biurrun2011-05-121-5/+3
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-301-5/+4
|\ \ | |/
| * vorbis: Replace sized int_fast integer types with plain int/unsigned.Diego Biurrun2011-04-291-5/+4
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
|/
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+1
* whitespace cosmetics, prettyprinting, K&R coding styleDiego Biurrun2009-09-291-44/+45
* some more linebreak and brace placement cosmeticsDiego Biurrun2009-09-281-12/+24
* brace placement and linebreak cosmeticsDiego Biurrun2009-09-281-16/+22
* Remove unused variable.Reimar Döffinger2009-08-301-1/+0
* indentLoren Merritt2009-08-271-13/+13
* 1.5x faster ff_vorbis_floor1_render_list, 5% faster vorbis decoding on Core2.Loren Merritt2009-08-271-6/+32
* Add extra validation checks to ff_vorbis_len2vlc.Reimar Döffinger2009-07-081-0/+5
* Rename bitstream.h to get_bits.h.Stefano Sabatini2009-04-131-1/+1
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-011-1/+1
* Rename all vorbis encoder related typedefs to not use _t for POSIX compatibilityOded Shimon2008-12-121-2/+2
* Remove unnecessary parentheses from return calls.Diego Biurrun2008-05-061-1/+1
* 30% faster ff_vorbis_floor1_render_list, 3% faster overallLoren Merritt2008-02-091-15/+12
* license header consistency cosmeticsDiego Biurrun2007-07-051-1/+0
* rename vorbis.c to vorbis_dec.c and vorbis_common.c to vorbis.cAurelien Jacobs2007-05-101-1564/+112
* loosen vorbis_enc.c dependencies by spliting vorbis.cAurelien Jacobs2007-05-101-152/+0
* extract vorbis header spliting code into a reusable functionAurelien Jacobs2007-03-251-27/+3