log ac3_parser.c @ 11509:9adad5749f23 libavcodec

age author description
Sun, 19 Apr 2009 15:05:32 +0000 jbr Add channel layout support to the AC-3 decoder and AC-3 parser. libavcodec
Mon, 13 Apr 2009 16:20:26 +0000 stefano Rename bitstream.h to get_bits.h. libavcodec
Fri, 20 Feb 2009 22:00:41 +0000 jbr Set the correct number of samples for E-AC-3 in the AC3 parser. libavcodec
Thu, 19 Feb 2009 00:28:19 +0000 jbr Allow AC-3 parser to modify codec_id. libavcodec
Mon, 19 Jan 2009 15:46:40 +0000 diego cosmetics: Remove pointless period after copyright statement non-sentences. libavcodec
Wed, 07 Jan 2009 18:10:10 +0000 superdump Factorise enum of AC3 error types to be usable by AAC in the ADTS patch that libavcodec
Wed, 17 Dec 2008 02:30:26 +0000 mru AC3: fix strict aliasing violation in parser libavcodec
Mon, 01 Sep 2008 14:33:54 +0000 jbr create a separate codec_id for E-AC-3 libavcodec
Sun, 03 Aug 2008 16:42:32 +0000 jbr cosmetics: make all references to AC-3 capitalized and hyphenated libavcodec
Wed, 25 Jun 2008 12:30:35 +0000 benoit Close parse context. libavcodec
Sat, 07 Jun 2008 22:30:09 +0000 jbr move mix level tables from parser to decoder. have parser read bitstream value instead of using an index to a table in the decoder. libavcodec
Sat, 07 Jun 2008 22:30:03 +0000 jbr add more gain levels and adjust mix level tables accordingly. libavcodec
Sat, 07 Jun 2008 22:29:45 +0000 jbr set default mix levels regardless of bitstream id libavcodec
Sat, 07 Jun 2008 22:29:11 +0000 jbr get substreamid from ac3 parser libavcodec
Sat, 07 Jun 2008 22:29:03 +0000 jbr get the number of blocks from the ac3 parser and use in the ac3 decoder. libavcodec