]> git.sesse.net Git - ffmpeg/history - libavcodec/vc1.c
Skip the MMX/SSE and memalign() check when running on OS X/Darwin, *alloc
[ffmpeg] / libavcodec / vc1.c
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