| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/vorbis: fix decoding of single element huffman trees | Michael Niedermayer | 2014-03-08 | 1 | -0/+5 |
* | avcodec/vorbis: return proper error codes from ff_vorbis_len2vlc() | Michael Niedermayer | 2014-03-08 | 1 | -4/+4 |
* | Merge commit 'e951b6d94c441d46b396ef12da1428297d77251d' | Michael Niedermayer | 2013-02-26 | 1 | -2/+2 |
|\ |
|
| * | vorbisdec: cosmetics: rename variable avccontext to avctx | Justin Ruggles | 2013-02-25 | 1 | -2/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-10-01 | 1 | -3/+1 |
|\| |
|
| * | avcodec: Drop some silly commented-out av_log() invocations | Diego Biurrun | 2012-10-01 | 1 | -3/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-06-06 | 1 | -1/+8 |
|\| |
|
| * | vorbis: Validate that the floor 1 X values contain no duplicates. | Alex Converse | 2012-06-05 | 1 | -1/+8 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-02-03 | 1 | -10/+9 |
|\| |
|
| * | vorbis: fix overflows in floor1[] vector and inverse db table index. | Ronald S. Bultje | 2012-02-02 | 1 | -10/+9 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-01-07 | 1 | -7/+8 |
|\| |
|
| * | vorbis: Avoid some out-of-bounds reads | Chris Evans | 2012-01-06 | 1 | -7/+8 |
* | | vorbis: Fix last quarter of CVE-2011-3893 | Michael Niedermayer | 2012-01-04 | 1 | -1/+1 |
* | | ogg: Avoid the possibility to read out-of-bounds of a static global array in ... | Chris Evans | 2012-01-04 | 1 | -2/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-12-23 | 1 | -1/+1 |
|\| |
|
| * | Drop ALT_ prefix from BITSTREAM_READER_LE name. | Diego Biurrun | 2011-12-22 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-07-15 | 1 | -0/+6 |
|\| |
|
| * | doxygen: do not include license boilerplate in Doxygen documentation | Diego Biurrun | 2011-07-15 | 1 | -5/+7 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-06-03 | 1 | -6/+3 |
|\| |
|
| * | Replace custom DEBUG preprocessor trickery by the standard one. | Diego Biurrun | 2011-06-03 | 1 | -6/+3 |
* | | Merge remote branch 'qatar/master' | Michael Niedermayer | 2011-05-13 | 1 | -5/+3 |
|\| |
|
| * | Replace int_fast integer types with their sized standard posix counterparts. | Diego Biurrun | 2011-05-12 | 1 | -5/+3 |
* | | Merge remote branch 'qatar/master' | Michael Niedermayer | 2011-04-30 | 1 | -5/+4 |
|\| |
|
| * | vorbis: Replace sized int_fast integer types with plain int/unsigned. | Diego Biurrun | 2011-04-29 | 1 | -5/+4 |
| * | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
|/ |
|
* | Remove explicit filename from Doxygen @file commands. | Diego Biurrun | 2010-04-20 | 1 | -1/+1 |
* | whitespace cosmetics, prettyprinting, K&R coding style | Diego Biurrun | 2009-09-29 | 1 | -44/+45 |
* | some more linebreak and brace placement cosmetics | Diego Biurrun | 2009-09-28 | 1 | -12/+24 |
* | brace placement and linebreak cosmetics | Diego Biurrun | 2009-09-28 | 1 | -16/+22 |
* | Remove unused variable. | Reimar Döffinger | 2009-08-30 | 1 | -1/+0 |
* | indent | Loren Merritt | 2009-08-27 | 1 | -13/+13 |
* | 1.5x faster ff_vorbis_floor1_render_list, 5% faster vorbis decoding on Core2. | Loren Merritt | 2009-08-27 | 1 | -6/+32 |
* | Add extra validation checks to ff_vorbis_len2vlc. | Reimar Döffinger | 2009-07-08 | 1 | -0/+5 |
* | Rename bitstream.h to get_bits.h. | Stefano Sabatini | 2009-04-13 | 1 | -1/+1 |
* | Use full internal pathname in doxygen @file directives. | Diego Biurrun | 2009-02-01 | 1 | -1/+1 |
* | Rename all vorbis encoder related typedefs to not use _t for POSIX compatibility | Oded Shimon | 2008-12-12 | 1 | -2/+2 |
* | Remove unnecessary parentheses from return calls. | Diego Biurrun | 2008-05-06 | 1 | -1/+1 |
* | 30% faster ff_vorbis_floor1_render_list, 3% faster overall | Loren Merritt | 2008-02-09 | 1 | -15/+12 |
* | license header consistency cosmetics | Diego Biurrun | 2007-07-05 | 1 | -1/+0 |
* | rename vorbis.c to vorbis_dec.c and vorbis_common.c to vorbis.c | Aurelien Jacobs | 2007-05-10 | 1 | -1564/+112 |
* | loosen vorbis_enc.c dependencies by spliting vorbis.c | Aurelien Jacobs | 2007-05-10 | 1 | -152/+0 |
* | extract vorbis header spliting code into a reusable function | Aurelien Jacobs | 2007-03-25 | 1 | -27/+3 |
* | rename inverse -> ff_inverse | Måns Rullgård | 2006-11-12 | 1 | -1/+1 |
* | Rename ABS macro to FFABS. | Diego Biurrun | 2006-10-11 | 1 | -3/+3 |
* | Change license headers to say 'FFmpeg' instead of 'this program/this library' | Diego Biurrun | 2006-10-07 | 1 | -4/+6 |
* | remove render_line from vorbis.h, add ff_vorbis_floor1_render_list instead | Oded Shimon | 2006-10-01 | 1 | -25/+46 |
* | make some more functions global so they can be shared with vorbis_enc.c | Oded Shimon | 2006-10-01 | 1 | -70/+19 |
* | make ready_floor1_list() shared for vorbis_enc.c | Oded Shimon | 2006-10-01 | 1 | -61/+50 |
* | vorbis.h -> vorbis_data.c | Oded Shimon | 2006-09-30 | 1 | -8/+125 |
* | Get rid of get_bits_long_le, get_bits_long was fixed and now behaves the same... | Reimar Döffinger | 2006-09-25 | 1 | -18/+7 |