summaryrefslogtreecommitdiffstats
path: root/libavcodec/vorbis_dec.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* simplify vorbis windowingLoren Merritt2008-07-131-72/+39
* Set frame_size to the gcd of what the decoder can output.Michael Niedermayer2008-06-251-0/+1
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-121-1/+1
* Remove one more set of useless parentheses from a return call.Diego Biurrun2008-05-061-1/+1
* Add long names to many AVCodec declarations.Stefano Sabatini2008-04-271-0/+1
* Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng2008-03-211-2/+2
* constMichael Niedermayer2008-02-011-1/+1
* Initialize "saved" buffer to zero.Benoit Fouet2008-01-041-1/+1
* stupid code (casting of void*) found by checktree.shMichael Niedermayer2007-12-011-18/+18
* fix issue130Michael Niedermayer2007-10-311-0/+1
OpenPOWER on IntegriCloud