log ac3dec.c @ 12501:b3f9612d4ea7 libavcodec

age author description
Thu, 13 May 2010 20:41:36 +0000 cehoyos Fix compilation of AC3 decoder if E-AC3 decoder was disabled. libavcodec
Thu, 22 Apr 2010 21:43:36 +0000 jbr ac3dec: return smaller of buf_size and frame_size instead of always returning libavcodec
Sat, 03 Apr 2010 14:15:00 +0000 stefano Replace all remaining occurrences of AVERROR_NOMEM with libavcodec
Tue, 30 Mar 2010 23:30:55 +0000 stefano Define AVMediaType enum, and use it instead of enum CodecType, which libavcodec
Tue, 30 Mar 2010 22:09:14 +0000 cehoyos Add spectral extension to the E-AC-3 decoder. libavcodec
Thu, 28 Jan 2010 23:19:33 +0000 jbr Simplify error handling by processing header errors separate from CRC and libavcodec
Sun, 24 Jan 2010 23:55:33 +0000 jbr Only check frame size if the header is valid. libavcodec
Tue, 12 Jan 2010 23:02:07 +0000 reimar Use MULH instead of 64x64 multiplication, around 5% overall speedup on Intel Atom. libavcodec
Sat, 14 Nov 2009 00:25:48 +0000 jbr ac3dec: apply dynamic range compression to correct channels in dual-mono mode. libavcodec
Sun, 08 Nov 2009 03:06:05 +0000 jbr ac3dec: revert r20089. The change was just wrong. 10l for me. libavcodec
Thu, 01 Oct 2009 00:06:54 +0000 jbr Change an error to a warning to support broken AC-3 files known to exist. libavcodec
Wed, 30 Sep 2009 21:51:02 +0000 jbr 10l: wrong operation in stereo rematrixing libavcodec
Wed, 30 Sep 2009 01:25:04 +0000 jbr Simplify stereo rematrixing by only using one temporary variable. It is also libavcodec
Wed, 30 Sep 2009 01:09:57 +0000 jbr remove unneeded assignment in inner loop. rematrixing bands are contiguous. libavcodec
Sun, 27 Sep 2009 07:16:51 +0000 jbr Rearrange loop structure for approx. 35-50% faster calc_transform_coeffs_cpl() libavcodec
Sun, 27 Sep 2009 06:38:57 +0000 jbr Move variable declaration to inside of loop. libavcodec
Sun, 27 Sep 2009 06:38:13 +0000 jbr Cosmetics: Rename some variables. libavcodec
Sun, 27 Sep 2009 06:33:23 +0000 jbr Simplify coupling band loop. libavcodec
Wed, 05 Aug 2009 02:31:13 +0000 jbr cosmetics: reindent after last commit libavcodec
Wed, 05 Aug 2009 02:30:34 +0000 jbr ac3dec: simplify zero-bit mantissa dithering by calculating it libavcodec
Wed, 05 Aug 2009 01:58:28 +0000 jbr cosmetics: indentation and line wrap libavcodec
Wed, 05 Aug 2009 01:14:28 +0000 jbr cosmetics after last commit libavcodec
Wed, 05 Aug 2009 01:13:42 +0000 jbr Modify decode_band_structure() so that the actual band structure is only libavcodec
Wed, 05 Aug 2009 01:00:41 +0000 jbr Use coupling band sizes instead of coupling band structure when libavcodec
Mon, 03 Aug 2009 22:05:31 +0000 jbr cosmetics: add more detailed information to the documentation for libavcodec
Thu, 23 Jul 2009 02:33:25 +0000 diego refactoring: properly separate AC-3 and E-AC-3 code libavcodec
Thu, 23 Jul 2009 00:15:23 +0000 diego Make sure that eac3_decoder only gets enabled when CONFIG_EAC3_DECODER is set. libavcodec
Mon, 29 Jun 2009 19:07:04 +0000 rbultje Rename ff_log_missing_feature() to av_log_missing_feature(). libavcodec
Thu, 21 May 2009 00:09:23 +0000 jbr eac3dec: revert commit r18860. keep the AHT IDCT 24-bit. will make AHT GAQ libavcodec
Tue, 19 May 2009 22:58:09 +0000 diego The AC-3 decoder is now LGPL. Exchange the license header and change references libavcodec