]> git.sesse.net Git - x264/history - encoder/analyse.c
early termination for intra4x4 analysis
[x264] / encoder / analyse.c
2005-03-16 Loren Merrittearly termination for intra4x4 analysis
2005-03-15 Loren Merrittmacroblock_analyse: simplify cost comparisons. (cosmetic)
2005-03-14 Loren MerrittChroma ME (P-frames only).
2005-03-04 Loren MerrittNew option: "B-frame pyramid" keeps the middle of 2...
2005-03-02 Loren MerrittFix a buffer overrun with very long MVs.
2005-02-24 Loren MerrittImplicit weights in B16x16 analysis were swapped.
2005-02-24 Loren MerrittCosmetics: Some renaming. Move the rest of slice type...
2005-02-23 Loren MerrittPreliminary adaptive B-frame decision (not yet tuned).
2005-02-22 Loren MerrittAdd: implicit weighted prediction for B-frames.
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-01-31 Loren MerrittMore accurate clipping rectangle for motion search...
2005-01-28 Loren MerrittClipping mvs to within picture + emulated border when...
2005-01-18 Loren Merrittfinish subpixel motion refinement for B-frames (up...
2005-01-15 Loren Merrittfinished printf -> x264_log conversion.
2005-01-11 Loren Merrittr72 broke B-frames without intra4x4. fixed.
2005-01-08 Loren Merrittimproved mv prediction: 1-3% better compression of...
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-28 Loren Merrittmore accurate cost for psub8x8 modes.
2004-12-23 Loren Merrittimplement macroblock types B_16x8, B_8x16
2004-12-17 Loren Merrittimplement macroblock types B_SKIP, B_DIRECT, B_8x8
2004-12-14 Loren Merrittrename 'core/' to 'common/', which avoids conflicts...
2004-11-22 Loren Merrittmultiple hypothesis mv prediction:
2004-11-18 Laurent Aimar* analyse: we can do 4x4 Horizontal Up mode when LEFT...
2004-09-29 Laurent Aimar * all: Patch by Loren Merritt.
2004-09-22 Laurent Aimar * all: Patches by Loren Merritt:
2004-08-06 Laurent Aimar * all: Patch from Måns Rullgård <mru AT mru DOT ath...
2004-07-28 Eric Petit BeOS fixes (no stdint.h, no libm)
2004-07-23 Laurent Aimar * encoder.c, analyse.c, macroblock: fixed when using...
2004-06-03 Laurent Aimar * all: re-import of the CVS.