]> git.sesse.net Git - x264/history - common/mc.c
move os/compiler specific defines to their own header
[x264] / common / mc.c
2007-07-17 Loren Merrittmove os/compiler specific defines to their own header
2007-07-06 Loren Merrittcosmetics
2007-03-14 Loren Merrittconflate HAVE_MMXEXT with HAVE_SSE2, since they were...
2006-12-15 Loren MerrittNew threading method:
2006-10-10 Loren Merrittprefetch pixels for motion compensation and deblocking.
2006-10-06 Loren Merrittmerge center_filter_mmx with horizontal_filter_mmx
2006-10-06 Loren Merrittmmx/prefetch implementation of plane_copy
2006-10-01 Loren Merrittsupport interlace. uses MBAFF syntax, but is not adapti...
2006-09-12 Loren Merrittfaster ESA
2006-07-08 Loren Merrittmc_chroma width2 mmx
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...