]> git.sesse.net Git - x264/history - common/pixel.c
* Made -DNEED_ALTIVEC unnecessary, thanks to Guillaume Poirier.
[x264] / common / pixel.c
2007-03-14 Loren Merrittssse3 detection. x86_64 ssse3 satd and quant.
2006-10-13 Loren Merrittcosmetics
2006-09-24 Loren Merrittworkaround: on some systems, alloca() isn't aligned
2006-09-12 Loren Merrittfaster ESA
2006-08-18 Steve LhommeMSVC compatibility fix from Haali
2006-08-17 Loren MerrittSSIM computation. (default on, disable by --no-ssim)
2006-05-09 Loren Merrittfaster intra search: some prediction modes don't have...
2006-04-24 Loren Merrittmmx implementation of x264_pixel_sa8d
2006-04-10 Loren Merrittinterleave multiple calls to SAD.
2006-03-17 Loren Merrittsome mmxext functions really only required mmx.
2006-01-17 Loren Merrittcosmetics: simplify #includes
2006-01-09 Loren Merrittearly termination within large SADs. ~1% faster UMH...
2005-10-10 Loren Merrittallow non-mod16 resolutions
2005-10-01 Loren Merrittcosmetics: move avg function ptrs from pixf to mc.
2005-09-10 Loren MerrittSSE2 pixel comparison functions
2005-07-22 Laurent Aimar * pixel.*:
2005-07-20 Laurent Aimar * all: "8x8 SAD written in Sparc Assembly using VIS...
2005-06-05 Loren MerrittSATD-based decision for 8x8 transform in inter-MBs.
2005-03-13 Loren MerrittSSD comparison function (not yet used).
2005-02-22 Loren MerrittAdd: implicit weighted prediction for B-frames.
2004-12-31 Loren Merrittremove relative include paths, to avoid conflicts with...
2004-12-14 Loren Merrittrename 'core/' to 'common/', which avoids conflicts...