log vorbis_dec.c @ 12262:dde20597f15e libavcodec

age author description
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