summaryrefslogtreecommitdiffstats
path: root/libavcodec/vorbis_dec.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* use skip_bits where appropriateAlex Beregszaszi2007-08-091-1/+1
* use get_bits1(..) instead get_bits(.., 1)Alex Beregszaszi2007-08-091-1/+1
* Don't segfault if an empty codebook gets used.Denes Balatoni2007-07-171-2/+2
* 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-0/+1638
OpenPOWER on IntegriCloud