log aac_ac3_parser.c @ 12501:b3f9612d4ea7 libavcodec

age author description
Thu, 04 Mar 2010 02:32:48 +0000 alexc Cosmetics: Re-indent after last commit. libavcodec
Thu, 04 Mar 2010 02:30:51 +0000 alexc AAC parser: Don't write channels, sample rate, and frame size each frame. libavcodec
Wed, 13 May 2009 17:59:46 +0000 alexc Cosmetics after last commit libavcodec
Wed, 13 May 2009 17:57:58 +0000 alexc Allow parsing and decoding of ADTS AAC files with channel config = 0 libavcodec
Sun, 19 Apr 2009 15:05:32 +0000 jbr Add channel layout support to the AC-3 decoder and AC-3 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, 29 Oct 2008 21:08:14 +0000 michael Reset state after some frame header is found. libavcodec
Mon, 22 Sep 2008 03:00:26 +0000 michael Fix all the recent problems Justin had run into with the AC3 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
Sat, 19 Apr 2008 11:14:55 +0000 michael This fixes the code so it is correct on both sides of the if(). libavcodec
Sat, 19 Apr 2008 10:48:50 +0000 michael indent libavcodec
Sat, 19 Apr 2008 02:58:36 +0000 michael 100l I broke AC3 in MPEG seeking. libavcodec
Sat, 19 Apr 2008 02:28:24 +0000 michael part 1 of EAC3 support 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
Tue, 08 Apr 2008 06:18:36 +0000 bwolowiec Correction of typo 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 19:59:58 +0000 bwolowiec removal of stream_type in AACAC3ParseContext and adding AACAC3FrameFlag libavcodec
Sun, 23 Mar 2008 15:43:29 +0000 jbr Pass AACAC3ParseContext to sync() instead of individual arguments. Patch by libavcodec
Sat, 05 Jan 2008 21:08:20 +0000 jbr add downmixing support to libfaad decoder libavcodec
Sat, 05 Jan 2008 15:18:15 +0000 jbr do not set channels before checking request_channels libavcodec
Sat, 05 Jan 2008 05:36:00 +0000 jbr adjust output channels based on AVCodecContext.request_channels in AC3 parser libavcodec
Thu, 03 Jan 2008 22:42:37 +0000 jbr cosmetics: indentation after last commit libavcodec
Thu, 03 Jan 2008 22:41:59 +0000 jbr remove workaround which is no longer needed due to libavcodec
Sat, 13 Oct 2007 09:58:39 +0000 michael factorize code and add safety check to prevent memcpying negative amounts 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