log ac3dec.c @ 8134:10541875e559 libavcodec

age author description
Thu, 13 Nov 2008 03:18:01 +0000 jbr add a line break in error message text libavcodec
Thu, 13 Nov 2008 03:17:56 +0000 jbr simplify decoding of coupling frequency range libavcodec
Thu, 13 Nov 2008 03:17:50 +0000 jbr cosmetics: rename two variables libavcodec
Mon, 08 Sep 2008 18:18:49 +0000 michael Rename error_resilience to error_recognition. libavcodec
Mon, 01 Sep 2008 14:33:54 +0000 jbr create a separate codec_id for E-AC-3 libavcodec
Sun, 31 Aug 2008 03:08:18 +0000 jbr turn on E-AC-3 decoding support and update the Changelog libavcodec
Sun, 31 Aug 2008 02:32:08 +0000 jbr cosmetics: indentation libavcodec
Sun, 31 Aug 2008 02:30:09 +0000 jbr commit more OKed parts of the E-AC-3 decoder libavcodec
Sat, 30 Aug 2008 23:19:23 +0000 jbr commit more OKed parts of the E-AC-3 decoder libavcodec
Sat, 30 Aug 2008 17:51:03 +0000 jbr cosmetics: update comment about dithering libavcodec
Fri, 29 Aug 2008 00:09:47 +0000 jbr cosmetics: change another "get" to "decode" libavcodec
Fri, 29 Aug 2008 00:06:43 +0000 jbr cosmetics: change "get" to "decode" libavcodec
Thu, 28 Aug 2008 23:16:21 +0000 jbr cosmetics: indentation libavcodec
Thu, 28 Aug 2008 23:04:15 +0000 jbr remove unneeded variable, dither_all libavcodec
Wed, 27 Aug 2008 23:23:54 +0000 jbr cosmetics: indent after last commit libavcodec
Wed, 27 Aug 2008 23:11:05 +0000 jbr do not read exponent strategies from each block for E-AC-3 since they are in the header libavcodec
Wed, 27 Aug 2008 01:40:46 +0000 jbr copy default coupling band structure from table to decoding context (used for E-AC-3) libavcodec
Wed, 27 Aug 2008 01:36:20 +0000 jbr add more OKed parts of the E-AC-3 decoder: structural changes to support AHT mode mantissa decoding libavcodec
Wed, 27 Aug 2008 01:24:43 +0000 jbr cosmetics: rename some functions from *get_* to *decode_* libavcodec
Sat, 23 Aug 2008 03:30:08 +0000 jbr fix decoding of coupling leak info for normal AC-3 libavcodec
Sat, 23 Aug 2008 01:55:52 +0000 jbr cosmetics: indentation libavcodec
Sat, 23 Aug 2008 01:51:42 +0000 jbr add some approved parts of the E-AC-3 decoder libavcodec
Wed, 20 Aug 2008 01:02:32 +0000 jbr cosmetics: indentation libavcodec
Wed, 20 Aug 2008 00:32:17 +0000 jbr commit the OKed parts of the E-AC-3 decoder libavcodec
Wed, 20 Aug 2008 00:15:27 +0000 jbr get data size based on the actual data array instead of coding-in the calculation libavcodec
Wed, 20 Aug 2008 00:08:59 +0000 jbr rename AC3_MAX_FRAME_SIZE to AC3_FRAME_BUFFER_SIZE and increase the size libavcodec
Sun, 17 Aug 2008 19:56:28 +0000 jbr remove some unneeded header includes libavcodec
Sun, 17 Aug 2008 17:41:48 +0000 jbr use LFG instead of Mersenne Twister for AC-3 PRNG libavcodec
Sat, 16 Aug 2008 22:42:59 +0000 jbr update my email address to one which does not depend on my service provider libavcodec
Wed, 13 Aug 2008 23:35:40 +0000 lorenm simd int->float libavcodec
Wed, 13 Aug 2008 23:33:48 +0000 lorenm simd downmix libavcodec
Wed, 13 Aug 2008 23:30:53 +0000 lorenm don't mark the delayed samples for upmixing if they haven't been downmixed libavcodec
Wed, 13 Aug 2008 23:30:28 +0000 lorenm oops, non-normalized downmix to mono contaminated add_bias for non-simd float-to-int. libavcodec
Tue, 12 Aug 2008 23:45:46 +0000 lorenm optimize ac3_downmix. libavcodec
Tue, 12 Aug 2008 03:01:17 +0000 lorenm use float_to_int16_interleave in ac3 libavcodec
Tue, 12 Aug 2008 01:30:24 +0000 lorenm use imdct_half in ac3 libavcodec
Tue, 12 Aug 2008 00:38:30 +0000 lorenm mdct wrapper function to match fft libavcodec
Tue, 12 Aug 2008 00:36:36 +0000 lorenm remove mdct tmp buffer libavcodec
Tue, 05 Aug 2008 01:49:01 +0000 jbr cosmetics: use a better function name than uncouple_channels() libavcodec
Tue, 05 Aug 2008 01:31:40 +0000 jbr cosmetics: change function name and comments to refer to block decoding libavcodec
Tue, 05 Aug 2008 00:32:27 +0000 jbr remove unneeded local variable libavcodec
Sun, 03 Aug 2008 22:29:06 +0000 jbr Read bitstream parameters for E-AC-3 streams before returning an error. libavcodec
Sun, 03 Aug 2008 21:42:43 +0000 jbr Hardcode the table for ungrouping 3 values in 5 bits. It will be reused by libavcodec
Sun, 03 Aug 2008 19:24:04 +0000 jbr use the same table for ungrouping exponents and bap=2 mantissas libavcodec
Sun, 03 Aug 2008 16:42:32 +0000 jbr cosmetics: make all references to AC-3 capitalized and hyphenated libavcodec
Thu, 31 Jul 2008 10:47:31 +0000 pross Modify all codecs to report their supported input and output sample format(s). libavcodec
Sat, 19 Jul 2008 22:01:46 +0000 jbr read 'coupling in use' parameter from bitstream into decoder context first, libavcodec
Sat, 19 Jul 2008 02:54:54 +0000 jbr cosmetic: use hex value instead of decimal to show relation to 0x7FFFFF libavcodec
Thu, 12 Jun 2008 21:50:13 +0000 stefano Make AVCodec long_names definition conditional depending on CONFIG_SMALL. libavcodec
Sun, 08 Jun 2008 21:09:02 +0000 jbr move rematrixing band table to ac3dec_data.c libavcodec
Sat, 07 Jun 2008 22:30:51 +0000 jbr split up header parsing function libavcodec
Sat, 07 Jun 2008 22:30:47 +0000 jbr store exp_strategy for all blocks in decode context libavcodec
Sat, 07 Jun 2008 22:30:43 +0000 jbr store cpl_in_use for all blocks in decode context libavcodec
Sat, 07 Jun 2008 22:30:16 +0000 jbr move the decode context and some macro constants to a new file, ac3dec.h 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:54 +0000 jbr pass bap table to ff_ac3_bit_alloc_calc_bap() libavcodec
Sat, 07 Jun 2008 22:29:38 +0000 jbr cosmetics: indent libavcodec
Sat, 07 Jun 2008 22:29:27 +0000 jbr skip unsupported frame types and substream id's libavcodec
Sat, 07 Jun 2008 22:29:19 +0000 jbr read frame type from header info into decode context libavcodec