log vorbis_dec.c @ 12530:63edd10ad4bc libavcodec tip

age author description
Mon, 30 Aug 2010 22:34:09 +0000 conrad vorbisdec: Use int instead of uint16_fast_t for index variables libavcodec
Fri, 06 Aug 2010 16:10:42 +0000 alexc vorbis_dec: Change partition_class[] to uint8_t. libavcodec
Tue, 03 Aug 2010 00:27:54 +0000 alexc vorbisdec: Return AVERROR(ENOMEM) on malloc() failure. libavcodec
Tue, 03 Aug 2010 00:25:06 +0000 alexc vorbisdec: Prevent a potential integer overflow. libavcodec
Mon, 02 Aug 2010 20:35:50 +0000 mru vorbisdec: change a uint_fast32_t to 'unsigned', fix llvm-gcc build libavcodec
Fri, 02 Jul 2010 17:05:36 +0000 reimar Fix use of unintialized variable introduced in r20411. libavcodec
Thu, 01 Jul 2010 23:36:48 +0000 mru vorbisdec: remove variable-length arrays libavcodec
Sun, 27 Jun 2010 01:46:23 +0000 conrad vorbisdec: Take channels into account when checking against residue overflow libavcodec
Sun, 27 Jun 2010 01:46:20 +0000 conrad vorbisdec: Fix header parsing with no floor1 partitions libavcodec
Sun, 27 Jun 2010 01:46:14 +0000 conrad vorbisdec: Remove write-only variable libavcodec
Tue, 20 Apr 2010 14:45:34 +0000 diego Remove explicit filename from Doxygen @file commands. libavcodec
Tue, 30 Mar 2010 23:30:55 +0000 stefano Define AVMediaType enum, and use it instead of enum CodecType, which libavcodec
Sat, 06 Mar 2010 14:34:46 +0000 mru Move FFT parts from dsputil.h to fft.h libavcodec
Fri, 29 Jan 2010 13:51:25 +0000 superdump Add support for vorbis 6.1 and 7.1 channel configurations as per the new spec libavcodec
Fri, 18 Dec 2009 15:50:39 +0000 michael More sane error message when extradata has not been set. libavcodec
Wed, 28 Oct 2009 22:41:45 +0000 reimar vorbis_dec: factor out duplicated code for index reading, bounds checking and libavcodec
Sat, 03 Oct 2009 14:59:40 +0000 superdump Reindent after channel layout commit from yesterday libavcodec
Fri, 02 Oct 2009 12:59:37 +0000 superdump Add vorbis channel layout support according to those defined in the Vorbis I libavcodec
Tue, 29 Sep 2009 11:43:58 +0000 diego whitespace cosmetics, prettyprinting, K&R coding style libavcodec
Mon, 28 Sep 2009 21:46:22 +0000 diego some more linebreak and brace placement cosmetics libavcodec
Mon, 28 Sep 2009 21:13:47 +0000 diego brace placement and linebreak cosmetics libavcodec
Wed, 23 Sep 2009 15:30:38 +0000 reimar Fix format string to match the types printed. libavcodec
Wed, 23 Sep 2009 14:19:17 +0000 michael Check submap indexes. libavcodec
Wed, 23 Sep 2009 13:18:29 +0000 michael Make error return sign consistent. libavcodec
Wed, 23 Sep 2009 13:08:48 +0000 michael Check begin/end/partition_size. libavcodec
Wed, 23 Sep 2009 12:24:21 +0000 michael Check res_setup->books. libavcodec
Wed, 23 Sep 2009 12:17:54 +0000 michael Check masterbook index and subclass book index. libavcodec
Wed, 23 Sep 2009 12:09:33 +0000 michael Add checks for per-packet mode indexes and per-header mode mapping indexes. libavcodec
Wed, 23 Sep 2009 12:02:31 +0000 michael Check classbook value. libavcodec
Wed, 23 Sep 2009 10:45:14 +0000 michael Fix book_idx check. libavcodec
Wed, 23 Sep 2009 10:40:33 +0000 michael Sanity checks for magnitude and angle. libavcodec
Wed, 23 Sep 2009 10:33:49 +0000 michael = -> == typo. libavcodec
Wed, 23 Sep 2009 08:35:29 +0000 michael Check dimensions against 0 too. libavcodec
Wed, 23 Sep 2009 07:46:51 +0000 michael Check validity of channels & samplerate. libavcodec
Sun, 20 Sep 2009 17:30:20 +0000 mru Merge FFTContext and MDCTContext libavcodec
Wed, 08 Jul 2009 19:31:04 +0000 reimar Make sure that values generated for ff_vorbis_len2vlc in libavcodec
Wed, 20 May 2009 07:26:09 +0000 serge Use iMDCT output scaling to simplify ffvorbis and make it slightly faster. libavcodec
Wed, 20 May 2009 07:24:38 +0000 serge Fix for a problem with inverted sign of output data from ffvorbis decoder. libavcodec
Sat, 16 May 2009 14:17:08 +0000 serge Support for getting (i)MDCT output multiplied by a constant scaling factor. libavcodec
Thu, 14 May 2009 06:38:49 +0000 serge Fix for issue #829 ("ffvorbis outputs crackling sound, libvorbis plays fine") libavcodec
Mon, 13 Apr 2009 16:20:26 +0000 stefano Rename bitstream.h to get_bits.h. libavcodec
Tue, 07 Apr 2009 15:59:50 +0000 rbultje Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an libavcodec
Sun, 01 Feb 2009 02:00:19 +0000 diego Use full internal pathname in doxygen @file directives. libavcodec
Fri, 12 Dec 2008 05:12:51 +0000 ods15 Rename all vorbis encoder related typedefs to not use _t for POSIX compatibility libavcodec
Wed, 01 Oct 2008 21:47:49 +0000 cehoyos Fix memleak for currupt input. libavcodec
Wed, 01 Oct 2008 07:28:34 +0000 benoit Interleaved forward/backward channels processing in order to increase chances libavcodec
Sun, 31 Aug 2008 22:49:42 +0000 michael Optimize vorbis_residue_decode() so that vr->type is a constant. libavcodec
Tue, 12 Aug 2008 00:38:30 +0000 lorenm mdct wrapper function to match fft libavcodec
Tue, 12 Aug 2008 00:33:34 +0000 lorenm optimize imdct_half: libavcodec
Thu, 31 Jul 2008 10:47:31 +0000 pross Modify all codecs to report their supported input and output sample format(s). libavcodec
Tue, 29 Jul 2008 14:17:13 +0000 lorenm r14205 broke vorbis float_to_int on ppc libavcodec
Wed, 16 Jul 2008 00:50:12 +0000 lorenm float_to_int16_interleave: change src to an array of pointers instead of assuming it's contiguous. libavcodec
Tue, 15 Jul 2008 23:04:28 +0000 lorenm vorbis: reduce memory by reusing buffers libavcodec
Tue, 15 Jul 2008 23:01:15 +0000 lorenm unroll another common case in vorbis_residue_decode libavcodec
Sun, 13 Jul 2008 15:03:58 +0000 lorenm exploit mdct symmetry libavcodec
Sun, 13 Jul 2008 14:56:01 +0000 lorenm simplify vorbis windowing libavcodec
Wed, 25 Jun 2008 18:35:24 +0000 michael Set frame_size to the gcd of what the decoder can output. libavcodec
Thu, 12 Jun 2008 21:50:13 +0000 stefano Make AVCodec long_names definition conditional depending on CONFIG_SMALL. libavcodec
Tue, 06 May 2008 09:20:50 +0000 diego Remove one more set of useless parentheses from a return call. libavcodec
Sun, 27 Apr 2008 10:52:44 +0000 diego Add long names to many AVCodec declarations. libavcodec