log dca.c @ 11530:86e4be64519e libavcodec

age author description
Sat, 06 Mar 2010 14:34:46 +0000 mru Move FFT parts from dsputil.h to fft.h libavcodec
Sat, 06 Mar 2010 14:24:59 +0000 mru Remove DECLARE_ALIGNED_{8,16} macros libavcodec
Fri, 26 Feb 2010 18:50:01 +0000 fenrir Fixed a segfault in the DCA decoder with corrupted streams. libavcodec
Fri, 22 Jan 2010 03:25:11 +0000 mru Move array specifiers outside DECLARE_ALIGNED() invocations libavcodec
Wed, 28 Oct 2009 14:40:05 +0000 michael Remove unused variable j. libavcodec
Wed, 28 Oct 2009 10:51:51 +0000 michael Split synth filter out of dca.c. libavcodec
Sat, 10 Oct 2009 08:49:57 +0000 reimar Fix 100l incorrect bitmask check. libavcodec
Thu, 08 Oct 2009 14:40:14 +0000 conrad dca and aac decoders use float_to_int16_interleave, so check for libavcodec
Sun, 20 Sep 2009 17:30:20 +0000 mru Merge FFTContext and MDCTContext libavcodec
Thu, 10 Sep 2009 08:49:59 +0000 mru DCA: move an aligned array from stack to context libavcodec
Sat, 16 May 2009 14:17:08 +0000 serge Support for getting (i)MDCT output multiplied by a constant scaling factor. libavcodec
Tue, 21 Apr 2009 17:37:03 +0000 kostya Make VLC tables in DCA decoder use INIT_VLC_USE_NEW_STATIC libavcodec
Mon, 13 Apr 2009 16:20:26 +0000 stefano Rename bitstream.h to get_bits.h. libavcodec
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
Thu, 12 Jun 2008 21:50:13 +0000 stefano Make AVCodec long_names definition conditional depending on CONFIG_SMALL. libavcodec
Sun, 27 Apr 2008 10:52:44 +0000 diego Add long names to many AVCodec declarations. libavcodec
Thu, 10 Apr 2008 06:15:17 +0000 banan Only set channels in the stream if previously unset, fixes resampling crash on broken dca frames libavcodec
Fri, 21 Mar 2008 03:11:20 +0000 zuxy Apply 'cold' attribute to init/uninit functions in libavcodec libavcodec
Thu, 06 Mar 2008 14:22:02 +0000 banan Don't use unchecked data from the bitstream. libavcodec
Wed, 13 Feb 2008 09:26:10 +0000 diego typo fix: inited --> initialized libavcodec
Fri, 01 Feb 2008 01:40:46 +0000 michael Fix const qualifer issues found by -Wcast-qual. libavcodec
Sat, 05 Jan 2008 21:23:57 +0000 jbr check for request_channels in dca init function libavcodec
Fri, 04 Jan 2008 20:02:10 +0000 banan Enable proper output from the LFE channel, based on patch from Mathias Rauen dear dot madshi at net libavcodec
Sat, 15 Dec 2007 07:01:33 +0000 andoma Make DCA decoder honor avctx->request_channels in a more advisory way. libavcodec
Sun, 02 Dec 2007 21:12:43 +0000 reimar Use the correct "const float *" type for variable instead of casting const away. libavcodec
Thu, 06 Sep 2007 14:55:13 +0000 kostya Set data_size to zero when DCA header parse failed libavcodec
Thu, 23 Aug 2007 20:28:28 +0000 reimar Add request_channels member to AVCodecContext so we now have a proper libavcodec
Thu, 24 May 2007 04:08:48 +0000 kostya fix dca_bitalloc_index decoder init libavcodec
Thu, 24 May 2007 04:02:47 +0000 kostya Fix dca.c compilation with #define TRACE libavcodec
Fri, 18 May 2007 10:06:07 +0000 banan Better error reporting. libavcodec
Sat, 05 May 2007 12:18:14 +0000 diego Fix multiple "¡Æinline/static¡Ç is not at beginning of declaration" warnings. libavcodec