]> git.sesse.net Git - x264/history - common/pixel.h
arm: Implement x264_denoise_dct_neon
[x264] / common / pixel.h
2015-02-23 Anton MitrofanovBump dates to 2015
2014-01-08 Henrik GramnerBump dates to 2014
2013-02-26 Oskar Arvidssonx86: combined SA8D/SATD dsp function
2013-01-09 Loren MerrittBump dates to 2013
2012-04-23 Henrik GramnerFaster chroma weight cost calculation
2012-03-06 Henrik GramnerFix incorrect zero-extension assumptions in x86_64 asm
2012-02-04 HiiBump dates to 2012
2011-10-22 Fiona GlaserSSSE3/SSE4/AVX 9-way fully merged i8x8 analysis (sad_x9)
2011-10-22 Loren MerrittMerge i4x4 prediction with intra_mbcmp_x9_4x4
2011-09-21 Henrik Gramner4:2:2 encoding support
2011-09-21 Loren MerrittSSSE3/SSE4 9-way fully merged i4x4 analysis (sad/satd_x9)
2011-08-24 Loren MerrittOptimize predict_8x8_filter and incidentally remove...
2011-07-10 Fiona GlaserFix SSIM calculation with sliced threads
2011-05-12 Fiona GlaserMBAFF: Improve handling of bottom row mod32 padding
2011-05-12 Simon HorlickMBAFF: Enable adaptive MBAFF with VSAD decision
2011-05-12 Simon HorlickMBAFF: Create a VSAD DSP function
2011-03-24 Kieran KunhyaCosmetics: make struct definition braces consistent
2011-01-25 Sean McGovernBump dates to 2011
2010-10-31 Oskar ArvidssonFix potential problem with overflows in ssd_nv12
2010-09-18 Fiona GlaserUpdate source file headers
2010-07-15 Loren MerrittConvert x264 to use NV12 pixel format internally
2010-06-02 Oskar ArvidssonConvert to a unified "pixel" type for pixel data
2009-11-17 Fiona GlaserFaster weightp analysis
2009-07-03 Fiona GlaserEarly termination for chroma encoding
2009-03-31 Fiona Glaserintra_sad_x3_8x8 assembly
2009-03-30 Fiona Glaserintra_sad_x3_4x4 assembly
2009-03-30 Fiona Glaserintra_sad_x3_8x8c assembly
2008-12-31 Steven Waltersfactor mallocs out of hpel, ssim, and esa.
2008-12-24 Fiona GlaserOptimize variance asm + minor changes
2008-09-15 Loren Merritthadamard_ac for psy-rd
2008-09-05 Fiona GlaserAdd merged SAD for i16x16 analysis
2008-09-05 Fiona GlaserAdd sad_aligned for faster subme=1 mbcmp
2008-08-16 David PethesAdd dedicated variance function instead of using SAD+SSD
2008-07-04 Fiona GlaserUpdate file headers throughout x264
2008-04-24 Guillaume Poirierfix illegal identifiers in multiple inclusion guards
2008-03-20 Loren Merrittnew ssd_8x*_sse2
2008-01-27 Loren Merrittsatd exhaustive motion search (--me tesa)
2008-01-06 Loren Merrittconvert absolute difference of sums from mmx to sse2
2007-12-02 Loren Merrittreduce the data type used in some tables. 16KB smaller...
2007-11-17 Loren Merrittremove sad_pde. it's been unused ever since successive...
2006-09-12 Loren Merrittfaster ESA
2006-08-17 Loren MerrittSSIM computation. (default on, disable by --no-ssim)
2006-05-10 Loren Merrittfaster intra search: filter i8x8 edges only once, and...
2006-05-09 Loren Merrittfaster intra search: some prediction modes don't have...
2006-04-10 Loren Merrittinterleave multiple calls to SAD.
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-06-17 Loren Merrittlossless mode enabled at qp=0
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.
2005-02-14 Loren MerrittSimplify x264_mb_mc_01xywh()
2004-12-14 Loren Merrittrename 'core/' to 'common/', which avoids conflicts...