]> git.sesse.net Git - x264/history - encoder/macroblock.c
cosmetics: move avg function ptrs from pixf to mc.
[x264] / encoder / macroblock.c
2005-09-24 Loren Merrittallow i4x4 and i8x8 down-left prediction with emulated...
2005-09-14 Loren MerrittMMX quantization functions, and optimization of the...
2005-06-20 Loren Merrittcustom quant matrices
2005-06-17 Loren Merrittlossless mode enabled at qp=0
2005-06-14 Loren Merrittrate-distortion optimized MB types in I- and P-frames...
2005-06-05 Loren MerrittSATD-based decision for 8x8 transform in inter-MBs.
2005-06-03 Loren Merritt8x8 transform and 8x8 intra prediction.
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...
2004-12-31 Loren Merrittremove relative include paths, to avoid conflicts with...
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-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.