]> git.sesse.net Git - ffmpeg/history - libavcodec/vc1.c
Improve swscale-example to test conversions between all the possible
[ffmpeg] / libavcodec / vc1.c
2006-09-21 Kostya ShishkovFinally enable B-frame decoding as all known samples...
2006-09-21 Kostya ShishkovFor B-frames if the second reference frame signals...
2006-09-21 Kostya ShishkovReorder MV order in B-frames so no swapping in vc1_b_mc...
2006-09-12 Kostya ShishkovSwap back and forward motion vectors to achieve correct...
2006-09-12 Kostya ShishkovSet motion vectors used in B-frames to zero by default
2006-09-12 Kostya ShishkovUse h264_chroma funcs in B-frames MC too
2006-09-12 Kostya ShishkovFix edge emulation for bicubic MC in B frames
2006-09-12 Kostya Shishkov2989l: Set avctx->has_b_frames value in header and...
2006-09-10 Kostya ShishkovDisable B-frames decoding until they produce correct...
2006-09-09 Kostya ShishkovDrop unneeded checks before av_free() and change to...
2006-09-09 Kostya ShishkovSupport for BI-frames in Advanced Profile
2006-09-09 Kostya ShishkovDon't print header bits by default
2006-09-09 Kostya Shishkov[Cosmetics] Remove if(profile < PROFILE_ADVANCED) from...
2006-09-09 Kostya Shishkov[Cosmetics] Remove some done TODOs/FIXMEs from comments
2006-09-09 Kostya ShishkovProper support for B/BI frames
2006-09-04 Kostya ShishkovVC-1 Advanced Profile support (progressive only, tested...
2006-09-02 Kostya ShishkovReplace usage of put_*_vc1_qpel_pixels_tab with put_...
2006-08-31 Kostya ShishkovNew qpel MC functions conforming to VC-1 standard.
2006-08-31 Kostya ShishkovSpelling
2006-08-31 Kostya ShishkovMotion compensation for luma always use halfpel precision.
2006-08-11 Kostya ShishkovDisable B-frames decoding until I return and finish...
2006-08-06 Kostya ShishkovCorrect MC for B-frames and some improvements (not...
2006-08-06 Kostya ShishkovBicubic interpolation requires two additional pixels...
2006-08-04 Kostya Shishkov100l: intensity compensation must be also done in 4...
2006-08-03 Kostya ShishkovDon't try to decode P-frames from old WMV3 variant...
2006-07-30 Kostya ShishkovUse bicubic MC (should also remove those ringing artifa...
2006-07-30 Kostya ShishkovUse functions from DSPContext in vc1.c
2006-07-29 Kostya ShishkovSet MpegEncContext->mspel flag (here it indicates that...
2006-07-29 Kostya ShishkovSupport range reduced frames
2006-07-29 Kostya ShishkovSupport grayscale decoding.
2006-07-28 Kostya ShishkovAdd rounding for overlap filters
2006-07-24 Kostya ShishkovSome B-frames support (parsing and decoding only, no...
2006-07-24 Kostya ShishkovSome fixes for decode_p_mb()
2006-07-23 Diego BiurrunRemove obsolete and misleading warning.
2006-07-23 Kostya ShishkovCorrect edge MC for chroma
2006-07-22 Kostya ShishkovReplace code for clipping MV vectors (which is wrong...
2006-07-22 Kostya ShishkovDon't do non-uniform quantization on zero coeffs.
2006-07-21 Kostya Shishkov1000l: scale DC predictors instead of predicted value.
2006-07-21 Kostya ShishkovSet DC = 0 for skipped MB as it interferes DC prediction
2006-07-21 Kostya ShishkovSet correctly quantizer and transform mode when parsing...
2006-07-16 Kostya ShishkovDon't pass block[6][64] parameter to decode_p_mb as...
2006-07-16 Kostya ShishkovCorrect inverse quantization for P-frames
2006-07-16 Kostya ShishkovRounding control for motion compensation.
2006-07-09 Diego BiurrunFastUVMV vs FastUVMC typo, noticed by bond
2006-07-09 Kostya ShishkovCheck if 4-MV MB should not be decoded.
2006-07-09 Kostya ShishkovMVRANGE may occur in all frames and RESPIC in all but...
2006-07-09 Kostya ShishkovFix mquant selection for ALL_MBS mode
2006-07-09 Kostya ShishkovUse overlap filter instead of loop filter.
2006-07-09 Kostya ShishkovUse s->first_slice_line in checks instead of s->mb_y
2006-07-07 Kostya ShishkovImprove chroma MC: correct case for FASTUVMC=1, use...
2006-07-07 Kostya ShishkovEnable coefficient scaling
2006-07-07 Kostya ShishkovDon't read out-of-bounds values.
2006-07-06 Kostya ShishkovFix one case of choosing MV for chroma
2006-07-04 Kostya ShishkovImplement intensity compensation
2006-07-04 Kostya ShishkovCorrectly choose global transform mode, MV mode and...
2006-07-04 Kostya ShishkovOptimizations suggested by Michael Niedermayer
2006-07-03 Kostya ShishkovCorrectly detect when use hpel or qpel mode
2006-07-03 Kostya Shishkov4-MV mode final fixes (now it works for non-exotic...
2006-07-03 Kostya Shishkovvc1_decode_intra_block() simplifications and corrections
2006-07-03 Kostya Shishkov4-MV decoding support
2006-07-01 Kostya ShishkovAdjust AC prediction if (some) predictors are not avail...
2006-07-01 Kostya Shishkov0xFFFF l of cola. Now P-frames are decoded almost witho...
2006-07-01 Kostya ShishkovRemove unused variable (and it wasn't free'd too)
2006-07-01 Kostya ShishkovUse MpegEncContext->mbskip_table instead of custom...
2006-06-30 Kostya ShishkovSlightly reworked MC code, it gives better picture.
2006-06-30 Kostya Shishkovtypo
2006-06-29 Kostya ShishkovSome optimization and fixes - mostly reworked MC and...
2006-06-29 Kostya ShishkovThis should make P-frames decoding work on x86 (by...
2006-06-27 Kostya ShishkovAdded loop filtering as ersatz for overlap filter ...
2006-06-27 Kostya ShishkovVC1 Intra blocks in P-frames use different zigzag table...
2006-06-27 Kostya ShishkovVC-1 decoder with I-frames support and partial P-frames...
2006-06-27 Kostya ShishkovRename VC9 to VC1 as there is no such thing as VC9