]> git.sesse.net Git - x264/history - common/macroblock.c
Cache half-pixel interpolated reference frames, to avoid duplicate motion compensation.
[x264] / common / macroblock.c
2005-02-13 Loren MerrittCache half-pixel interpolated reference frames, to...
2005-01-28 Loren MerrittClipping mvs to within picture + emulated border when...
2005-01-27 Loren MerrittFix clipping of mvs in probe_pskip. (Previously it...
2005-01-08 Loren Merrittimproved mv prediction: 1-3% better compression of...
2004-12-29 Loren Merrittvarious cleanups in macroblock caching.
2004-12-22 Loren Merrittsimplify x264_mb_predict_mv_direct16x16_temporal
2004-12-17 Loren Merrittimplement macroblock types B_SKIP, B_DIRECT, B_8x8
2004-12-14 Loren Merrittrename 'core/' to 'common/', which avoids conflicts...