]> git.sesse.net Git - x264/history - common/pixel.c
Update file headers throughout x264
[x264] / common / pixel.c
2008-07-04 Fiona GlaserUpdate file headers throughout x264
2008-06-18 Loren Merrittinterleave psnr/ssim computation with reference frame...
2008-06-08 Loren Merrittmany changes to which asm functions are enabled on...
2008-06-08 Loren Merrittenable ssse3 phadd satd on Penryn.
2008-04-27 Loren Merrittdrop support for pre-SSE3 assemblers
2008-03-20 Loren Merrittnew ssd_8x*_sse2
2008-03-19 Fiona Glasersatd_4x4_ssse3
2008-03-16 Loren Merrittremove x264_mc_clip1.
2008-03-16 Loren Merrittmerge x86_32 and x86_64 asm, with macros to abstract...
2008-01-27 Loren Merrittsatd exhaustive motion search (--me tesa)
2008-01-06 Loren Merrittconvert absolute difference of sums from mmx to sse2
2007-11-20 Loren Merrittavoid memory loads that span the border between two...
2007-11-18 Loren Merrittcosmetics in dsp function selection
2007-11-17 Loren Merrittremove sad_pde. it's been unused ever since successive...
2007-09-24 Loren Merrittport sad_*_x3_sse2 to x86_64
2007-07-17 Loren Merrittmove os/compiler specific defines to their own header
2007-05-26 Alex Izvorskireplace alloca with malloc everywhere. per manpage...
2007-04-05 Loren Merritt32bit version of ssse3 satd.
2007-03-14 Loren Merrittconflate HAVE_MMXEXT with HAVE_SSE2, since they were...
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...