log vc1.c @ 3707:e7f4366d9731 libavcodec

age author description
Tue, 12 Sep 2006 04:13:00 +0000 kostya 2989l: Set avctx->has_b_frames value in header and don't change it libavcodec
Sun, 10 Sep 2006 04:24:53 +0000 kostya Disable B-frames decoding until they produce correct picture libavcodec
Sat, 09 Sep 2006 11:40:41 +0000 kostya Drop unneeded checks before av_free() and change to av_freep() where it's more suitable. libavcodec
Sat, 09 Sep 2006 11:32:36 +0000 kostya Support for BI-frames in Advanced Profile libavcodec
Sat, 09 Sep 2006 11:29:17 +0000 kostya Don't print header bits by default libavcodec
Sat, 09 Sep 2006 11:28:02 +0000 kostya [Cosmetics] Remove if(profile < PROFILE_ADVANCED) from decode_sequence_header() libavcodec
Sat, 09 Sep 2006 11:23:44 +0000 kostya [Cosmetics] Remove some done TODOs/FIXMEs from comments libavcodec
Sat, 09 Sep 2006 11:21:56 +0000 kostya Proper support for B/BI frames libavcodec
Mon, 04 Sep 2006 04:24:49 +0000 kostya VC-1 Advanced Profile support (progressive only, tested on WVC1 samples) libavcodec
Sat, 02 Sep 2006 04:53:49 +0000 kostya Replace usage of put_*_vc1_qpel_pixels_tab with put_*_h264_chroma_pixels_tab libavcodec
Thu, 31 Aug 2006 04:44:54 +0000 kostya New qpel MC functions conforming to VC-1 standard. libavcodec
Thu, 31 Aug 2006 04:42:13 +0000 kostya Spelling libavcodec
Thu, 31 Aug 2006 04:39:27 +0000 kostya Motion compensation for luma always use halfpel precision. libavcodec
Fri, 11 Aug 2006 04:41:30 +0000 kostya Disable B-frames decoding until I return and finish their proper decoding. libavcodec
Sun, 06 Aug 2006 03:44:31 +0000 kostya Correct MC for B-frames and some improvements (not 100% complete though) libavcodec
Sun, 06 Aug 2006 03:42:39 +0000 kostya Bicubic interpolation requires two additional pixels for block libavcodec
Fri, 04 Aug 2006 03:31:01 +0000 kostya 100l: intensity compensation must be also done in 4-MV mode libavcodec
Thu, 03 Aug 2006 05:09:36 +0000 kostya Don't try to decode P-frames from old WMV3 variant until their format is figured libavcodec
Sun, 30 Jul 2006 03:50:31 +0000 kostya Use bicubic MC (should also remove those ringing artifacts) when needed libavcodec
Sun, 30 Jul 2006 03:47:26 +0000 kostya Use functions from DSPContext in vc1.c libavcodec
Sat, 29 Jul 2006 03:11:14 +0000 kostya Set MpegEncContext->mspel flag (here it indicates that bicubic MC will be use) libavcodec
Sat, 29 Jul 2006 03:07:30 +0000 kostya Support range reduced frames libavcodec
Sat, 29 Jul 2006 03:05:29 +0000 kostya Support grayscale decoding. libavcodec
Fri, 28 Jul 2006 03:27:37 +0000 kostya Add rounding for overlap filters libavcodec
Mon, 24 Jul 2006 04:24:53 +0000 kostya Some B-frames support (parsing and decoding only, no motion compesation is done) libavcodec
Mon, 24 Jul 2006 04:20:49 +0000 kostya Some fixes for decode_p_mb() libavcodec
Sun, 23 Jul 2006 20:45:20 +0000 diego Remove obsolete and misleading warning. libavcodec
Sun, 23 Jul 2006 04:57:36 +0000 kostya Correct edge MC for chroma libavcodec
Sat, 22 Jul 2006 03:57:53 +0000 kostya Replace code for clipping MV vectors (which is wrong to use here) with clipping source coords. libavcodec
Sat, 22 Jul 2006 03:54:00 +0000 kostya Don't do non-uniform quantization on zero coeffs. libavcodec
Fri, 21 Jul 2006 04:06:06 +0000 kostya 1000l: scale DC predictors instead of predicted value. libavcodec
Fri, 21 Jul 2006 04:03:56 +0000 kostya Set DC = 0 for skipped MB as it interferes DC prediction libavcodec
Fri, 21 Jul 2006 03:58:48 +0000 kostya Set correctly quantizer and transform mode when parsing frame header. libavcodec
Sun, 16 Jul 2006 03:50:00 +0000 kostya Don't pass block[6][64] parameter to decode_p_mb as we always use s->block libavcodec
Sun, 16 Jul 2006 03:47:34 +0000 kostya Correct inverse quantization for P-frames libavcodec
Sun, 16 Jul 2006 03:45:04 +0000 kostya Rounding control for motion compensation. libavcodec
Sun, 09 Jul 2006 15:12:45 +0000 diego FastUVMV vs FastUVMC typo, noticed by bond libavcodec
Sun, 09 Jul 2006 03:00:57 +0000 kostya Check if 4-MV MB should not be decoded. libavcodec
Sun, 09 Jul 2006 02:56:40 +0000 kostya MVRANGE may occur in all frames and RESPIC in all but B-frames libavcodec
Sun, 09 Jul 2006 02:51:13 +0000 kostya Fix mquant selection for ALL_MBS mode libavcodec
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