log ac3_parser.c @ 12475:9fef0a8ddd63 libavcodec

age author description
Sat, 10 Jul 2010 22:12:30 +0000 mru Add av_ prefix to bswap macros libavcodec
Sat, 10 Jul 2010 22:09:01 +0000 mru bswap: change ME to NE in macro names libavcodec
Wed, 07 Jul 2010 23:52:24 +0000 jbr ac3: make the value of codec_id during (E-)AC-3 parsing stay CODEC_ID_EAC3 libavcodec
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
Thu, 24 Apr 2008 22:27:13 +0000 bwolowiec add a ff_ac3_parse_header_full() which calls ff_ac3_parse_header() libavcodec
Tue, 22 Apr 2008 11:14:01 +0000 bwolowiec change ff_ac3_parse_header() to take a GetBitContext instead of const char* libavcodec
Sat, 19 Apr 2008 12:04:33 +0000 michael Make most of E-AC-3 work without breaking regression tests. libavcodec
Sat, 19 Apr 2008 02:29:27 +0000 michael Part 2 of EAC3 support, this is still disabled as it breaks regressions libavcodec
Sat, 19 Apr 2008 01:59:55 +0000 michael Add new_frame_start and need_next_header. libavcodec
Sat, 19 Apr 2008 01:50:40 +0000 michael Change aac and ac3 parsers to use ff_combine_frame(). libavcodec
Fri, 18 Apr 2008 03:09:01 +0000 michael remove AACAC3FrameFlag libavcodec
Wed, 09 Apr 2008 22:11:21 +0000 bwolowiec undo changes in aac_ac3_parser libavcodec
Mon, 07 Apr 2008 20:54:08 +0000 bwolowiec Corrections of errors in aac_ac3_parser libavcodec
Sat, 05 Apr 2008 20:09:36 +0000 bwolowiec change of aac_ac3_parser, so it is able to send complete portion of data to decoder libavcodec
Fri, 28 Mar 2008 20:42:55 +0000 bwolowiec change name from stream type to frame type in AC3 code libavcodec
Fri, 28 Mar 2008 19:59:58 +0000 bwolowiec removal of stream_type in AACAC3ParseContext and adding AACAC3FrameFlag libavcodec
Mon, 24 Mar 2008 22:21:22 +0000 bwolowiec using EAC3_STREAM_TYPE_* instead of numbers libavcodec
Mon, 24 Mar 2008 21:25:49 +0000 bwolowiec using stream type in eac3 parser libavcodec
Sun, 23 Mar 2008 15:43:29 +0000 jbr Pass AACAC3ParseContext to sync() instead of individual arguments. Patch by libavcodec
Fri, 21 Mar 2008 03:11:20 +0000 zuxy Apply 'cold' attribute to init/uninit functions in libavcodec libavcodec
Sat, 05 Jan 2008 18:40:49 +0000 jbr cosmetics: indentation after last commit libavcodec
Sat, 05 Jan 2008 18:39:55 +0000 jbr move E-AC3 header parsing to ff_ac3_parse_header() libavcodec
Sat, 05 Jan 2008 17:04:57 +0000 jbr remove unneeded variables from AC3HeaderInfo libavcodec
Sun, 09 Dec 2007 03:27:14 +0000 jbr cosmetics: rename common ac3 variables libavcodec
Sun, 09 Dec 2007 03:23:04 +0000 jbr cosmetics: rename ac3 bit allocation variables libavcodec
Sun, 09 Dec 2007 03:21:33 +0000 jbr cosmetics: rename ac3 tables libavcodec
Sat, 13 Oct 2007 12:25:31 +0000 michael prevent infinite loop and memcpy of negative amounts libavcodec
Sat, 15 Sep 2007 02:41:24 +0000 jbr better AC3 header error reporting libavcodec
Sun, 15 Jul 2007 01:31:09 +0000 jbr move some common values to ac3.h and utilize them libavcodec
Tue, 08 May 2007 23:29:07 +0000 aurel cosmetics: rename for consistency after previous aac and ac3 parsers move libavcodec
Tue, 08 May 2007 23:25:31 +0000 aurel move aac and ac3 parsers in their own files libavcodec