]> git.sesse.net Git - x264/history - encoder/macroblock.h
r810 borked hpel_filter_sse2 on unaligned buffers
[x264] / encoder / macroblock.h
2008-03-20 Loren Merrittreduce zigzag arrays from int to int16_t
2008-03-01 Loren Merrittfaster array_non_zero
2007-01-20 Loren Merrittdon't assume int is exactly 4 bytes
2007-01-11 Loren Merrittmake array_non_zero() compatible with -fstrict-aliasing
2006-10-29 Loren Merrittrd refinement of intra chroma direction (enabled in...
2006-03-20 Loren MerrittRD subpel motion estimation (--subme 7)
2006-01-10 Loren Merrittdct-domain noise reduction (ported from lavc)
2005-11-03 Loren MerrittTrellis RD quantization.
2005-06-14 Loren Merrittrate-distortion optimized MB types in I- and P-frames...
2005-06-03 Loren Merritt8x8 transform and 8x8 intra prediction.
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-06-03 Laurent Aimar * all: re-import of the CVS.