summaryrefslogtreecommitdiffstats
path: root/libavcodec/vorbis_dec.c
Commit message (Expand)AuthorAgeFilesLines
* Fix use of unintialized variable introduced in r20411.Reimar Döffinger2010-07-021-1/+2
* vorbisdec: remove variable-length arraysMåns Rullgård2010-07-011-11/+23
* vorbisdec: Take channels into account when checking against residue overflowDavid Conrad2010-06-271-1/+1
* vorbisdec: Fix header parsing with no floor1 partitionsDavid Conrad2010-06-271-1/+1
* vorbisdec: Remove write-only variableDavid Conrad2010-06-271-3/+0
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+1
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-301-1/+1
* Move FFT parts from dsputil.h to fft.hMåns Rullgård2010-03-061-0/+1
* Add support for vorbis 6.1 and 7.1 channel configurations as per the new specRobert Swain2010-01-291-2/+2
* More sane error message when extradata has not been set.Michael Niedermayer2009-12-181-1/+1
* vorbis_dec: factor out duplicated code for index reading, bounds checking andReimar Döffinger2009-10-281-58/+26
* Reindent after channel layout commit from yesterdayRobert Swain2009-10-031-2/+2
* Add vorbis channel layout support according to those defined in the Vorbis IRobert Swain2009-10-021-0/+13
* whitespace cosmetics, prettyprinting, K&R coding styleDiego Biurrun2009-09-291-568/+563
* some more linebreak and brace placement cosmeticsDiego Biurrun2009-09-281-3/+3
* brace placement and linebreak cosmeticsDiego Biurrun2009-09-281-89/+99
* Fix format string to match the types printed.Reimar Döffinger2009-09-231-1/+1
* Check submap indexes.Google Chrome2009-09-231-2/+13
* Make error return sign consistent.Michael Niedermayer2009-09-231-30/+30
* Check begin/end/partition_size.Google Chrome2009-09-231-0/+9
* Check res_setup->books.Google Chrome2009-09-231-1/+6
* Check masterbook index and subclass book index.Google Chrome2009-09-231-2/+12
* Add checks for per-packet mode indexes and per-header mode mapping indexes.Google Chrome2009-09-231-1/+9
* Check classbook value.Google Chrome2009-09-231-0/+4
* Fix book_idx check.Google Chrome2009-09-231-3/+2
* Sanity checks for magnitude and angle.Google Chrome2009-09-231-1/+8
* = -> == typo.Google Chrome2009-09-231-1/+1
* Check dimensions against 0 too.Michael Niedermayer2009-09-231-2/+2
* Check validity of channels & samplerate.Michael Niedermayer2009-09-231-2/+10
* Merge FFTContext and MDCTContextMåns Rullgård2009-09-201-1/+1
* Make sure that values generated for ff_vorbis_len2vlc inReimar Döffinger2009-07-081-1/+1
* Use iMDCT output scaling to simplify ffvorbis and make it slightly faster.Siarhei Siamashka2009-05-201-19/+3
* Fix for a problem with inverted sign of output data from ffvorbis decoder.Siarhei Siamashka2009-05-201-2/+2
* Support for getting (i)MDCT output multiplied by a constant scaling factor.Siarhei Siamashka2009-05-161-2/+2
* Fix for issue #829 ("ffvorbis outputs crackling sound, libvorbis plays fine")Siarhei Siamashka2009-05-141-1/+1
* Rename bitstream.h to get_bits.h.Stefano Sabatini2009-04-131-1/+1
* Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann2009-04-071-1/+3
* 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
* Fix memleak for currupt input.Carl Eugen Hoyos2008-10-011-0/+1
* Interleaved forward/backward channels processing in order to increase chancesSiarhei Siamashka2008-10-011-9/+7
* Optimize vorbis_residue_decode() so that vr->type is a constant.Michael Niedermayer2008-08-311-9/+20
* mdct wrapper function to match fftLoren Merritt2008-08-121-1/+1
* optimize imdct_half:Loren Merritt2008-08-121-5/+5
* Modify all codecs to report their supported input and output sample format(s).Peter Ross2008-07-311-0/+1
* r14205 broke vorbis float_to_int on ppcLoren Merritt2008-07-291-1/+1
* float_to_int16_interleave: change src to an array of pointers instead of assu...Loren Merritt2008-07-161-1/+5
* vorbis: reduce memory by reusing buffersLoren Merritt2008-07-151-15/+9
* unroll another common case in vorbis_residue_decodeLoren Merritt2008-07-151-0/+8
* exploit mdct symmetryLoren Merritt2008-07-131-10/+10
OpenPOWER on IntegriCloud