summaryrefslogtreecommitdiffstats
path: root/libavcodec/vorbis.c
Commit message (Expand)AuthorAgeFilesLines
* vorbis: fix overflows in floor1[] vector and inverse db table index.Ronald S. Bultje2012-02-021-10/+9
* vorbis: Avoid some out-of-bounds readsChris Evans2012-01-061-7/+8
* Drop ALT_ prefix from BITSTREAM_READER_LE name.Diego Biurrun2011-12-221-1/+1
* doxygen: do not include license boilerplate in Doxygen documentationDiego Biurrun2011-07-151-5/+7
* Replace custom DEBUG preprocessor trickery by the standard one.Diego Biurrun2011-06-031-6/+3
* Replace int_fast integer types with their sized standard posix counterparts.Diego Biurrun2011-05-121-5/+3
* 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
* rename inverse -> ff_inverseMåns Rullgård2006-11-121-1/+1
* Rename ABS macro to FFABS.Diego Biurrun2006-10-111-3/+3
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-071-4/+6
* remove render_line from vorbis.h, add ff_vorbis_floor1_render_list insteadOded Shimon2006-10-011-25/+46
* make some more functions global so they can be shared with vorbis_enc.cOded Shimon2006-10-011-70/+19
* make ready_floor1_list() shared for vorbis_enc.cOded Shimon2006-10-011-61/+50
* vorbis.h -> vorbis_data.cOded Shimon2006-09-301-8/+125
* Get rid of get_bits_long_le, get_bits_long was fixed and now behaves the same...Reimar Döffinger2006-09-251-18/+7
* fix to vorbis decoder for book==0Oded Shimon2006-09-241-1/+1
* Remove unused variable.Diego Biurrun2006-09-101-1/+1
* vorbis simd tweaksLoren Merritt2006-08-111-1/+1
* vorbis cosmetics: mdct0,mdct1 => mdct[2]Loren Merritt2006-08-101-52/+49
* misc tweaks in vorbis_residue_decode().Loren Merritt2006-08-101-11/+19
* sse and 3dnow implementations of float->int conversion and mdct windowing.Loren Merritt2006-08-101-45/+54
* 3dnow2 implementation of imdct.Loren Merritt2006-08-081-1/+1
* another div -> fastdiv, another 2% faster vorbis.Loren Merritt2006-08-031-1/+3
* sse & sse2 implementations of vorbis channel coupling.Loren Merritt2006-08-031-20/+27
* int16_t is faster than int_fast16_t for division.Loren Merritt2006-08-031-2/+2
* Cosmetics. Add the defines needed for debug output.Benjamin Larsson2006-05-111-0/+2
* fix a crash on x86_64Loren Merritt2006-05-111-1/+1
* vorbis 5:1 decoding fix, fix mi2_vorbis51.mp4, patch by Denes Balatoni <dbala...Denes Balatoni2006-05-071-1/+3
* Vorbis specs requires blocksize_1 >= blocksize_0, error if it's false.Uoti Urpala2006-04-231-1/+8
* kill some warningsMåns Rullgård2006-02-251-1/+1
* Correct the relation between floors of type 0 and block sizes.Alexander Strasser2006-02-051-13/+20
* 10l (malloc check with the wrong pointer)Alexander Strasser2006-02-041-7/+9
OpenPOWER on IntegriCloud