log dca.c @ 9411:4cb7c65fc775 libavcodec

age author description
Sun, 12 Apr 2009 08:35:26 +0000 stefano Split bitstream.h, put the bitstream writer stuff in the new file libavcodec
Sat, 11 Apr 2009 11:47:15 +0000 cehoyos Use INIT_VLC_USE_STATIC and not its value "1". libavcodec
Tue, 07 Apr 2009 15:59:50 +0000 rbultje Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an libavcodec
Sun, 01 Feb 2009 02:00:19 +0000 diego Use full internal pathname in doxygen @file directives. libavcodec
Sat, 29 Nov 2008 10:06:37 +0000 kostya Add support for parsing and decoding DCA-HD streams. libavcodec
Sat, 15 Nov 2008 20:31:03 +0000 banan Proper channel output reordering for the dca decoder. libavcodec
Tue, 11 Nov 2008 08:46:29 +0000 banan Comment typo libavcodec
Tue, 11 Nov 2008 08:30:32 +0000 banan Remove channel layout table that only should be used by encoders. libavcodec
Sun, 02 Nov 2008 21:51:27 +0000 banan Change the dca channel layout, S -> SIDE not BACK. libavcodec
Sun, 02 Nov 2008 21:04:28 +0000 andoma Change multichannel API define prefix from "CHANNEL_" to "CH_". libavcodec
Sat, 01 Nov 2008 20:49:37 +0000 banan Guess channel layout based on the number of channels if a custom layout is specified in amode. libavcodec
Sat, 01 Nov 2008 20:27:05 +0000 banan Add channel layouts for dca. libavcodec
Tue, 28 Oct 2008 15:20:52 +0000 banan Fix compilation, remove stray ; libavcodec
Tue, 28 Oct 2008 14:50:46 +0000 banan Fix selection of quant step table libavcodec
Sun, 26 Oct 2008 10:14:16 +0000 banan Disable codec downmix when not using simd instead of silently produce silence libavcodec
Sun, 26 Oct 2008 09:54:53 +0000 banan Fix dca decoder with non simd float2int16 conversion libavcodec
Sun, 26 Oct 2008 09:50:15 +0000 banan Fix compilation with TRACE libavcodec
Sat, 30 Aug 2008 11:01:58 +0000 michael Remove the cos_mod table that has become unused after replacing the imdct libavcodec
Sat, 30 Aug 2008 10:47:13 +0000 michael Replace obfuscated mdct in qmf_32_subbands() by ff_imdct_half(). libavcodec
Sat, 30 Aug 2008 10:41:53 +0000 michael Get rid of the 512 sample memmove(). libavcodec
Fri, 29 Aug 2008 18:37:40 +0000 michael Half the size of subband_fir_noidea and get rid of memmove & memset of it. libavcodec
Fri, 29 Aug 2008 14:53:07 +0000 michael Move t1 and t2 declaration from the QMF code closer to where they are used. libavcodec
Fri, 29 Aug 2008 14:44:47 +0000 michael Simplify (drop useless intermediate sum and diff arrays). libavcodec
Fri, 29 Aug 2008 10:14:01 +0000 andoma 5,1l: samples_chanptr[] should be (const float *) libavcodec
Fri, 29 Aug 2008 10:12:44 +0000 andoma dca: Set data_size outside block loop. libavcodec
Fri, 29 Aug 2008 10:09:51 +0000 andoma dca: Do float -> int16 interleaving in-place using s->dsp.float_to_int16_interleave() libavcodec
Sun, 24 Aug 2008 05:47:45 +0000 kostya Correct scaling factor in DCA decoder synthesis. libavcodec
Sat, 23 Aug 2008 13:35:12 +0000 michael Remove redundant FFMIN(). libavcodec
Sat, 23 Aug 2008 13:29:13 +0000 michael Increase buffer size to 16384 patch by Alexander E. Patrakov" patrakov gmail libavcodec
Thu, 31 Jul 2008 10:47:31 +0000 pross Modify all codecs to report their supported input and output sample format(s). libavcodec