log qdm2.c @ 8590:7a463923ecd1 libavcodec

age author description
Tue, 13 Jan 2009 23:44:16 +0000 aurel Change semantic of CONFIG_*, HAVE_* and ARCH_*. 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 18:53:04 +0000 banan Prevent the qdm2 code from overreading/overflowing. Fixes Coverity ID 112 run 2 libavcodec
Sat, 19 Jul 2008 15:48:53 +0000 banan Fix for possible null pointer dereferencing, closes Coverity report 68 run 2. libavcodec
Fri, 18 Jul 2008 21:16:59 +0000 michael minor simplification of qdm2_decode_fft_packets() libavcodec
Tue, 24 Jun 2008 20:01:31 +0000 stefang mark read-only data as const libavcodec
Thu, 12 Jun 2008 21:50:13 +0000 stefano Make AVCodec long_names definition conditional depending on CONFIG_SMALL. libavcodec
Mon, 26 May 2008 23:14:25 +0000 diego consistency cosmetics: indices --> indexes libavcodec
Sun, 27 Apr 2008 22:39:51 +0000 diego Add long names to AVCodec declarations. libavcodec
Wed, 13 Feb 2008 09:26:10 +0000 diego typo fix: inited --> initialized libavcodec
Fri, 01 Feb 2008 15:37:24 +0000 michael const libavcodec
Sun, 06 Jan 2008 16:02:55 +0000 diego Rename two structures, identifiers starting with _[A-Z] are reserved. libavcodec
Thu, 05 Jul 2007 10:40:25 +0000 diego license header consistency cosmetics libavcodec
Tue, 15 May 2007 20:47:55 +0000 reimar Use DECLARE_ALIGNED to ease porting libavcodec
Fri, 19 Jan 2007 22:12:59 +0000 alex rename BE/LE_8/16/32 to AV_RL/B_8/16/32 libavcodec