log ac3dec.c @ 6517:48759bfbd073 libavcodec

age author description
Fri, 21 Mar 2008 03:11:20 +0000 zuxy Apply 'cold' attribute to init/uninit functions in libavcodec libavcodec
Mon, 10 Mar 2008 21:59:30 +0000 jbr make input buffer const, as it should be. fixes a warning. libavcodec
Sun, 09 Mar 2008 17:05:19 +0000 jbr downmix before imdct unless different size transforms are used. about 20% libavcodec
Sat, 01 Mar 2008 16:10:19 +0000 jbr use scale factor instead of sum for downmix level adjustment. avoids division libavcodec
Sat, 01 Mar 2008 15:48:18 +0000 jbr pre-calculate downmix coefficient sums. 2% faster 5.1-to-stereo downmixing. libavcodec
Sat, 01 Mar 2008 04:39:39 +0000 jbr Use 24-bit fixed-point transform coefficients until just before MDCT. This libavcodec
Sun, 13 Jan 2008 11:02:08 +0000 superdump Add variable alpha and size of half window for Kaiser-Bessel Derived window libavcodec
Sat, 12 Jan 2008 11:11:19 +0000 andoma Make the Kaiser-Bessel window generator a common function libavcodec
Tue, 08 Jan 2008 23:44:48 +0000 jbr used defined name for testing error resilience level libavcodec
Mon, 07 Jan 2008 00:18:02 +0000 jbr split out init of downmix coeffs into a separate function that can be called libavcodec
Sun, 06 Jan 2008 23:56:19 +0000 jbr remove unneeded variable from AC3DecodeContext libavcodec
Sun, 06 Jan 2008 23:33:30 +0000 jbr make sure that the last coupling band stops at the end of the coupling range libavcodec
Sun, 06 Jan 2008 20:15:24 +0000 jbr fix phase flag processing for the case when coupling coordinates are reused 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
Sat, 05 Jan 2008 15:23:39 +0000 jbr cosmetics: indentation libavcodec
Sat, 05 Jan 2008 15:22:53 +0000 jbr check for request_channels at codec init libavcodec
Fri, 04 Jan 2008 23:09:58 +0000 aurel improve CRC API libavcodec
Fri, 04 Jan 2008 00:39:03 +0000 jbr cosmetics: indentation and add a TODO comment libavcodec
Thu, 03 Jan 2008 23:05:53 +0000 jbr only check ac3 crc if AVCodecContext.error_resilience > 0 libavcodec
Thu, 03 Jan 2008 02:26:29 +0000 jbr add crc check to ac3 decoder libavcodec
Sun, 30 Dec 2007 22:58:20 +0000 jbr simplify libavcodec
Sun, 30 Dec 2007 22:28:17 +0000 jbr pass an AC3DecodeContext to ac3_downmix() instead of multiple arguments libavcodec
Sun, 30 Dec 2007 21:26:30 +0000 jbr cosmetics: rename sampling_rate to sample_rate libavcodec
Sun, 30 Dec 2007 21:24:49 +0000 jbr do not need to cast a (void *) libavcodec
Sun, 30 Dec 2007 21:09:08 +0000 jbr cosmetics: vertical realignment after last commit libavcodec
Sun, 30 Dec 2007 20:58:50 +0000 jbr cosmetics: rename all AC3DecodeContext variables from ctx to s libavcodec
Sun, 30 Dec 2007 20:47:22 +0000 jbr cosmetics: rename GetBitContext gb to gbc libavcodec
Sun, 30 Dec 2007 03:10:18 +0000 jbr remove unused context variable libavcodec
Thu, 20 Dec 2007 00:55:08 +0000 jbr Add option for user to scale the amount of dynamic range compression which is libavcodec
Mon, 17 Dec 2007 01:09:00 +0000 jbr Skip dialog normalization. It shouldn't be used by the decoder, and there is libavcodec
Mon, 17 Dec 2007 01:03:19 +0000 jbr Revert commit made in revision 11228. I'm getting some strange results in the libavcodec
Sun, 16 Dec 2007 04:25:50 +0000 jbr downmix before the IMDCT if no block switching is used libavcodec
Sat, 15 Dec 2007 07:00:19 +0000 andoma Make AC3 decoder honor avctx->request_channels libavcodec
Sun, 09 Dec 2007 03:28:10 +0000 jbr cosmetics: rename ac3 decoder variables 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
Sun, 02 Dec 2007 15:43:08 +0000 diego Misc spelling fixes, prefer American over British English. libavcodec
Sat, 15 Sep 2007 02:44:28 +0000 jbr skip incomplete frames libavcodec
Sat, 15 Sep 2007 02:41:24 +0000 jbr better AC3 header error reporting libavcodec
Sat, 15 Sep 2007 00:43:40 +0000 jbr fix random dithering of zero-bit mantissas libavcodec
Sat, 15 Sep 2007 00:19:21 +0000 jbr cosmetics: rename variables. tbl->tab for consistency with other AC3 tables libavcodec
Sat, 15 Sep 2007 00:00:57 +0000 jbr fix decoding of DolbyNet AC3 libavcodec
Thu, 09 Aug 2007 00:39:35 +0000 jbr cosmetics: vertical alignment libavcodec
Thu, 09 Aug 2007 00:36:49 +0000 jbr comments modification: add, clean up, Doxygenize, and reword libavcodec
Sun, 05 Aug 2007 21:48:46 +0000 jbr cosmetics: blank lines, remove some comments libavcodec
Sun, 05 Aug 2007 21:34:33 +0000 jbr add pointer to the parent context for use with av_log() libavcodec
Sun, 05 Aug 2007 21:10:09 +0000 jbr use array for dynamic range scaling factors libavcodec
Sun, 05 Aug 2007 19:36:35 +0000 jbr add dialogue normalization libavcodec
Sat, 04 Aug 2007 22:32:17 +0000 jbr add support for downmixing to stereo or mono libavcodec
Sat, 04 Aug 2007 20:59:22 +0000 jbr use dsputil for float to signed 16-bit sample conversion libavcodec
Sat, 04 Aug 2007 20:32:57 +0000 jbr cosmetics: indentation libavcodec
Sat, 04 Aug 2007 19:19:48 +0000 jbr consolidate decoding of lfe and coupling channels with decoding of full-bandwidth channels. libavcodec
Sat, 04 Aug 2007 15:01:21 +0000 jbr there are only 4 rematrixing bands libavcodec
Sat, 04 Aug 2007 13:52:56 +0000 jbr cosmetics: use more appropriate names for iterator variables. libavcodec
Sat, 04 Aug 2007 13:30:37 +0000 jbr move some variables to a more local scope. libavcodec
Sat, 04 Aug 2007 13:26:46 +0000 jbr make exponent decoding consistent (prepare for merging coupling and lfe code with normal channel code). libavcodec
Sat, 04 Aug 2007 12:04:41 +0000 jbr cosmetics: use braces when it makes the code easier to read. libavcodec
Sat, 04 Aug 2007 11:55:10 +0000 jbr change AC3DecodeContext variable to local variable libavcodec