summaryrefslogtreecommitdiff
path: root/libavcodec/vorbis_dec.c
Commit message (Expand)AuthorAge
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
* Move FFT parts from dsputil.h to fft.hMåns Rullgård2010-03-06
* Add support for vorbis 6.1 and 7.1 channel configurations as per the new specRobert Swain2010-01-29
* More sane error message when extradata has not been set.Michael Niedermayer2009-12-18
* vorbis_dec: factor out duplicated code for index reading, bounds checking andReimar Döffinger2009-10-28
* Reindent after channel layout commit from yesterdayRobert Swain2009-10-03
* Add vorbis channel layout support according to those defined in the Vorbis IRobert Swain2009-10-02
* whitespace cosmetics, prettyprinting, K&R coding styleDiego Biurrun2009-09-29
* some more linebreak and brace placement cosmeticsDiego Biurrun2009-09-28
* brace placement and linebreak cosmeticsDiego Biurrun2009-09-28
* Fix format string to match the types printed.Reimar Döffinger2009-09-23
* Check submap indexes.Google Chrome2009-09-23
* Make error return sign consistent.Michael Niedermayer2009-09-23
* Check begin/end/partition_size.Google Chrome2009-09-23
* Check res_setup->books.Google Chrome2009-09-23
* Check masterbook index and subclass book index.Google Chrome2009-09-23
* Add checks for per-packet mode indexes and per-header mode mapping indexes.Google Chrome2009-09-23
* Check classbook value.Google Chrome2009-09-23
* Fix book_idx check.Google Chrome2009-09-23
* Sanity checks for magnitude and angle.Google Chrome2009-09-23
* = -> == typo.Google Chrome2009-09-23
* Check dimensions against 0 too.Michael Niedermayer2009-09-23
* Check validity of channels & samplerate.Michael Niedermayer2009-09-23
* Merge FFTContext and MDCTContextMåns Rullgård2009-09-20
* Make sure that values generated for ff_vorbis_len2vlc inReimar Döffinger2009-07-08
* Use iMDCT output scaling to simplify ffvorbis and make it slightly faster.Siarhei Siamashka2009-05-20
* Fix for a problem with inverted sign of output data from ffvorbis decoder.Siarhei Siamashka2009-05-20
* Support for getting (i)MDCT output multiplied by a constant scaling factor.Siarhei Siamashka2009-05-16
* Fix for issue #829 ("ffvorbis outputs crackling sound, libvorbis plays fine")Siarhei Siamashka2009-05-14
* Rename bitstream.h to get_bits.h.Stefano Sabatini2009-04-13
* Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann2009-04-07
* 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