]> git.sesse.net Git - x264/history - encoder/me.c
macroblock_analyse: simplify cost comparisons. (cosmetic)
[x264] / encoder / me.c
2005-03-15 Loren Merrittmacroblock_analyse: simplify cost comparisons. (cosmetic)
2005-03-14 Loren MerrittChroma ME (P-frames only).
2005-03-02 Loren MerrittFix a buffer overrun with very long MVs.
2005-02-23 Loren MerrittPreliminary adaptive B-frame decision (not yet tuned).
2005-02-14 Loren MerrittPrecalculate lambda*bits for all allowed mvs. 1-2%...
2005-02-14 Loren MerrittSave some memcopies in halfpel ME.
2005-02-13 Loren MerrittCache half-pixel interpolated reference frames, to...
2005-02-10 Loren Merrittcosmetics
2005-02-04 Loren Merrittr114 didn't completely fix the problem, trying again.
2005-02-03 Loren MerrittAnother MV clipping fix.
2005-01-31 Loren MerrittMore accurate clipping rectangle for motion search...
2005-01-18 Loren Merrittfinish subpixel motion refinement for B-frames (up...
2004-12-31 Loren Merrittremove relative include paths, to avoid conflicts with...
2004-12-30 Loren Merrittreplace EPZS diamond with a hexagon search pattern.
2004-12-14 Loren Merrittrename 'core/' to 'common/', which avoids conflicts...
2004-11-22 Loren Merrittmultiple hypothesis mv prediction:
2004-09-22 Laurent Aimar * all: Patches by Loren Merritt:
2004-07-28 Eric Petit BeOS fixes (no stdint.h, no libm)
2004-06-03 Laurent Aimar * all: re-import of the CVS.