summaryrefslogtreecommitdiff
path: root/libavcodec/vorbis_dec.c
Commit message (Expand)AuthorAge
* Check validity of channels & samplerate.Reinhard Tartler2010-03-24
* Check submap indexes.Google Chrome2010-02-09
* Check begin/end/partition_size.Google Chrome2010-02-09
* Check res_setup->books.Google Chrome2010-02-09
* Check masterbook index and subclass book index.Google Chrome2010-02-09
* Add checks for per-packet mode indexes and per-header mode mapping indexes.Google Chrome2010-02-09
* Check classbook value.Google Chrome2010-02-09
* Fix book_idx check.Google Chrome2010-02-09
* Sanity checks for magnitude and angle.Google Chrome2010-02-09
* = -> == typo.Google Chrome2010-02-09
* Check dimensions against 0 too.Reinhard Tartler2010-02-09
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
* Rename all vorbis encoder related typedefs to not use _t for POSIX compatibilityOded Shimon2008-12-12
* Fix memleak for currupt input.Carl Eugen Hoyos2008-10-01
* Interleaved forward/backward channels processing in order to increase chancesSiarhei Siamashka2008-10-01
* Optimize vorbis_residue_decode() so that vr->type is a constant.Michael Niedermayer2008-08-31
* mdct wrapper function to match fftLoren Merritt2008-08-12
* optimize imdct_half:Loren Merritt2008-08-12
* Modify all codecs to report their supported input and output sample format(s).Peter Ross2008-07-31
* r14205 broke vorbis float_to_int on ppcLoren Merritt2008-07-29
* float_to_int16_interleave: change src to an array of pointers instead of assu...Loren Merritt2008-07-16
* vorbis: reduce memory by reusing buffersLoren Merritt2008-07-15
* unroll another common case in vorbis_residue_decodeLoren Merritt2008-07-15
* exploit mdct symmetryLoren Merritt2008-07-13
* simplify vorbis windowingLoren Merritt2008-07-13
* Set frame_size to the gcd of what the decoder can output.Michael Niedermayer2008-06-25
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-12
* Remove one more set of useless parentheses from a return call.Diego Biurrun2008-05-06
* Add long names to many AVCodec declarations.Stefano Sabatini2008-04-27
* Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng2008-03-21
* constMichael Niedermayer2008-02-01
* Initialize "saved" buffer to zero.Benoit Fouet2008-01-04
* stupid code (casting of void*) found by checktree.shMichael Niedermayer2007-12-01
* fix issue130Michael Niedermayer2007-10-31
* use skip_bits where appropriateAlex Beregszaszi2007-08-09
* use get_bits1(..) instead get_bits(.., 1)Alex Beregszaszi2007-08-09
* Don't segfault if an empty codebook gets used.Denes Balatoni2007-07-17
* license header consistency cosmeticsDiego Biurrun2007-07-05
* rename vorbis.c to vorbis_dec.c and vorbis_common.c to vorbis.cAurelien Jacobs2007-05-10