]> git.sesse.net Git - x264/history - common/ppc/pixel.c
Bump dates to 2016
[x264] / common / ppc / pixel.c
2016-01-16 Henrik GramnerBump dates to 2016
2015-02-23 Anton MitrofanovBump dates to 2015
2014-01-08 Henrik GramnerBump dates to 2014
2013-01-09 Loren MerrittBump dates to 2013
2012-03-06 Henrik GramnerFix incorrect zero-extension assumptions in x86_64 asm
2012-02-04 HiiBump dates to 2012
2011-08-24 Loren MerrittOptimize predict_8x8_filter and incidentally remove...
2011-03-24 Manuel RommelAdd Altivec versions of mbcmp_x functions
2011-01-25 Sean McGovernBump dates to 2011
2010-11-19 Oskar ArvidssonConvert X264_HIGH_BIT_DEPTH to HIGH_BIT_DEPTH
2010-10-11 Manuel RommelFix Altivec SATD with small strides
2010-09-18 Fiona GlaserUpdate source file headers
2010-07-04 Oskar ArvidssonSupport for 9 and 10-bit encoding
2010-06-09 Henrik GramnerReplace some divisions with shifts
2010-06-09 Anton MitrofanovWarn about shadowed variable declarations
2010-04-05 Fiona GlaserMassive cosmetic and syntax cleanup
2009-11-17 Fiona GlaserFaster weightp analysis
2009-08-23 David ConradGSOC merge part 2: ARM stack alignment
2009-04-21 Guillaume Poirierfix "incompatible types in initialization" compilation...
2009-04-21 Guillaume Poirierfix conversions between vectors with differing element...
2009-03-03 Guillaume PoirierAdd AltiVec version of hadamard_ac. 2.4x faster than...
2009-02-10 Manuel Rommelfix 10l in 75b495f2723fcb77f
2009-02-09 Guillaume PoirierSpare a vec_perm and a vec_mergeh though using a LUT...
2009-02-04 Guillaume Poirier10l: fix compilation with GCC 4.3+
2009-02-01 Guillaume PoirierTake advantage of saturated signed horizontal sum instr...
2009-01-23 Guillaume Poirieradd AltiVec implementation of x264_pixel_var_16x16...
2009-01-05 Brad SmithFactorize in ppccommon.h the conditional inclusion...
2008-11-25 Guillaume Poirierfix indentation, whitespace cleanup, more consistent...
2008-11-25 David WolstencroftChange some macros to be more sensitive to memory align...
2008-07-04 Eric PetitUpdate my email address
2008-07-04 Fiona GlaserUpdate file headers throughout x264
2008-03-22 Loren Merrittcosmetics in DECLARE_ALIGNED
2007-11-20 Guillaume PoirierAdd AltiVec implementation of x264_pixel_ssd_8x8, 3x...
2007-11-18 Guillaume Poirieradd AltiVec implementation of ssim_4x4x2_core, about...
2006-11-27 Guillaume PoirierAdd Altivec implementations of add8x8_idct8, add16x16_i...
2006-11-18 Eric PetitMerges Guillaume Poirier's AltiVec changes:
2006-04-29 Eric Petit More vector types fixes for gcc 3.3
2006-04-28 Eric PetitMore vector casts to try and make compilers happier
2006-04-24 Sam Hocevar * common/ppc/pixel.c: fixed illegal implicit casts...
2006-04-17 Eric PetitEnables more agressive optimizations (-fastf -mcpu...
2006-04-10 Loren Merrittinterleave multiple calls to SAD.
2005-05-15 Eric Petit Optimized subXxX_dct
2005-05-14 Eric Petit ppc/: compile fixes for Linux/PPC (courtesy of Rasmus...
2005-05-13 Eric Petit ppc/*: more tuning on satd (+5%)
2005-05-11 Eric Petit ppc/*:
2005-04-13 Eric Petit common/ppc: more cleaning, optimized a bit
2005-04-12 Eric Petit configure: use -falign-loops=16 on OS X
2004-12-31 Loren Merrittremove relative include paths, to avoid conflicts with...
2004-12-14 Loren Merrittrename 'core/' to 'common/', which avoids conflicts...