log vc1.c @ 5750:09f99af1db40 libavcodec

age author description
Sat, 15 Sep 2007 11:06:27 +0000 kostya Enable error resilience in WMV3/VC-1 decoder libavcodec
Sat, 15 Sep 2007 09:24:53 +0000 kostya HALFPQ should be used only for when PQUANT is selected libavcodec
Sat, 15 Sep 2007 09:23:58 +0000 kostya In case when any quantizer may occur, HALFPQ should be zero libavcodec
Sun, 26 Aug 2007 22:33:48 +0000 aurel move get_unary() to its own file libavcodec
Thu, 09 Aug 2007 01:08:28 +0000 alex use skip_bits where appropriate libavcodec
Thu, 09 Aug 2007 00:13:31 +0000 alex use get_bits1(..) instead get_bits(.., 1) libavcodec
Wed, 08 Aug 2007 22:54:47 +0000 alex use get_unary from bitstream.h libavcodec
Fri, 13 Jul 2007 13:04:55 +0000 diego Replace non-existing @fixme doxygen tags with @todo. libavcodec
Fri, 06 Jul 2007 14:11:29 +0000 kostya Drop redundant assignment and variable libavcodec
Thu, 05 Jul 2007 10:40:25 +0000 diego license header consistency cosmetics libavcodec
Thu, 28 Jun 2007 15:53:36 +0000 kostya this prediction direction adjustment is wrong libavcodec
Tue, 12 Jun 2007 15:03:28 +0000 kostya Typo libavcodec
Tue, 12 Jun 2007 09:29:25 +0000 diego misc spelling fixes libavcodec
Thu, 10 May 2007 10:14:58 +0000 aurel those tables don't need to be extern libavcodec
Thu, 10 May 2007 10:12:02 +0000 aurel use header instead of copying table declarations libavcodec
Thu, 10 May 2007 09:00:44 +0000 diego Remove redundant #inclusion of common.h, avcodec.h already #includes it. libavcodec
Wed, 09 May 2007 16:59:46 +0000 kostya Add ff_ prefix to (externally) visible variables libavcodec
Wed, 09 May 2007 11:30:30 +0000 kostya Use correct dequantizer value libavcodec
Sun, 06 May 2007 11:40:42 +0000 kostya Add prefix to some variables for consistency libavcodec
Sun, 06 May 2007 10:58:32 +0000 kostya Move variables to vc1data.h libavcodec
Fri, 04 May 2007 03:34:21 +0000 kostya Move some declarations into header libavcodec
Fri, 04 May 2007 00:09:33 +0000 diego Move VC1 parser to its own file. libavcodec
Sat, 21 Apr 2007 15:55:45 +0000 diego Remove unused variable. libavcodec
Wed, 18 Apr 2007 17:36:52 +0000 kostya Pullback should be performed on scaled motion vectors in B-frames libavcodec
Tue, 10 Apr 2007 05:31:22 +0000 kostya Set C predictor to zero if unavailable (should fix B-frame border artifacts) libavcodec
Wed, 04 Apr 2007 13:26:26 +0000 kostya vc1_split should be static libavcodec
Tue, 27 Mar 2007 07:28:52 +0000 kostya FASTTX==0 means additional 16 bits in extradata libavcodec
Tue, 27 Mar 2007 07:27:53 +0000 kostya One more FASTTX-related hack libavcodec
Sun, 25 Mar 2007 06:00:06 +0000 kostya 1000l to myself - get correct quantization for blocks 1 and 2 libavcodec
Sun, 18 Mar 2007 18:07:27 +0000 kostya Zero MV vectors for P frame intra blocks libavcodec