log vc1.c @ 3450:906c58dcb6ea libavcodec

age author description
Sun, 09 Jul 2006 02:47:09 +0000 kostya Use overlap filter instead of loop filter. libavcodec
Sun, 09 Jul 2006 02:44:05 +0000 kostya Use s->first_slice_line in checks instead of s->mb_y libavcodec
Fri, 07 Jul 2006 05:02:01 +0000 kostya Improve chroma MC: correct case for FASTUVMC=1, use slower but correct /2, and always use halfpel MC. libavcodec
Fri, 07 Jul 2006 04:51:50 +0000 kostya Enable coefficient scaling libavcodec
Fri, 07 Jul 2006 04:50:13 +0000 kostya Don't read out-of-bounds values. libavcodec
Thu, 06 Jul 2006 03:42:51 +0000 kostya Fix one case of choosing MV for chroma libavcodec
Tue, 04 Jul 2006 15:40:09 +0000 kostya Implement intensity compensation libavcodec
Tue, 04 Jul 2006 15:39:21 +0000 kostya Correctly choose global transform mode, MV mode and fix bitplane decoding libavcodec
Tue, 04 Jul 2006 15:33:28 +0000 kostya Optimizations suggested by Michael Niedermayer libavcodec
Mon, 03 Jul 2006 17:22:18 +0000 kostya Correctly detect when use hpel or qpel mode libavcodec
Mon, 03 Jul 2006 17:21:18 +0000 kostya 4-MV mode final fixes (now it works for non-exotic modes) libavcodec
Mon, 03 Jul 2006 17:17:25 +0000 kostya vc1_decode_intra_block() simplifications and corrections libavcodec
Mon, 03 Jul 2006 02:38:08 +0000 kostya 4-MV decoding support libavcodec
Sat, 01 Jul 2006 07:22:29 +0000 kostya Adjust AC prediction if (some) predictors are not available. libavcodec
Sat, 01 Jul 2006 07:13:52 +0000 kostya 0xFFFF l of cola. Now P-frames are decoded almost without distortions. libavcodec
Sat, 01 Jul 2006 03:19:28 +0000 kostya Remove unused variable (and it wasn't free'd too) libavcodec
Sat, 01 Jul 2006 03:17:54 +0000 kostya Use MpegEncContext->mbskip_table instead of custom bitplane. libavcodec
Fri, 30 Jun 2006 03:19:31 +0000 kostya Slightly reworked MC code, it gives better picture. libavcodec
Fri, 30 Jun 2006 03:17:31 +0000 kostya typo libavcodec
Thu, 29 Jun 2006 11:05:33 +0000 kostya Some optimization and fixes - mostly reworked MC and bitplanes. libavcodec
Thu, 29 Jun 2006 11:02:33 +0000 kostya This should make P-frames decoding work on x86 (by avoiding get_bits(0)) libavcodec
Tue, 27 Jun 2006 15:37:48 +0000 kostya Added loop filtering as ersatz for overlap filter (improves picture quality for coarse quantization). libavcodec
Tue, 27 Jun 2006 15:34:14 +0000 kostya VC1 Intra blocks in P-frames use different zigzag table than I-frames. libavcodec
Tue, 27 Jun 2006 03:11:51 +0000 kostya VC-1 decoder with I-frames support and partial P-frames decoding libavcodec
Tue, 27 Jun 2006 02:55:54 +0000 kostya Rename VC9 to VC1 as there is no such thing as VC9 libavcodec