]> git.sesse.net Git - x264/history - common/mc.c
Before, we eliminated dct blocks containing only a small single coefficient. Now...
[x264] / common / mc.c
2006-03-17 Loren Merrittsimplify get_ref and mc_luma
2006-02-27 Loren Merritth->mc.copy()
2006-02-08 Loren Merrittcosmetics in mc_chroma
2006-01-17 Loren Merrittcosmetics: simplify #includes
2005-12-20 Loren MerrittSuccessive elimination motion search: same as exhaustiv...
2005-10-16 Loren Merrittcosmetics: remove #if0'ed code
2005-10-01 Loren Merrittcosmetics: move avg function ptrs from pixf to mc.
2005-05-12 Loren Merrittfix an uninitialized value in slicetype_analyse
2005-04-25 Loren Merrittcosmetics.
2005-03-27 Loren Merrittconvert mc's inline asm to nasm (slight speedup and...
2005-03-14 Loren MerrittSSE optimized chroma MC.
2005-02-24 Loren MerrittAltivec functions for MC using the cached halfpel planes.
2005-02-23 Loren MerrittPreliminary adaptive B-frame decision (not yet tuned).
2005-02-13 Loren MerrittCache half-pixel interpolated reference frames, to...
2004-12-31 Loren Merrittremove relative include paths, to avoid conflicts with...
2004-12-14 Loren Merrittrename 'core/' to 'common/', which avoids conflicts...