]> git.sesse.net Git - x264/history - common/ppc
move hpel_filter cpu detection to a function pointer like everything else
[x264] / common / ppc /
2007-11-12 Guillaume PoirierAdd AltiVec implementation of add4x4_idct, add8x8_idct...
2007-11-12 Guillaume Poirieradd AltiVec implementation of dequant_4x4 and dequant_8...
2007-11-12 Guillaume PoirierAdd AltiVec implementation of quant_2x2_dc,
2007-06-22 Guillaume PoirierAdd vertical and horizontal luma deblocking accelerated...
2007-04-02 Loren Merrittin hpel search, merge two 16x16 mc calls into one 16x17...
2007-04-02 Christophe MutricyCompile fix
2007-03-14 Sam Hocevar * Made -DNEED_ALTIVEC unnecessary, thanks to Guillaum...
2007-03-14 Sam Hocevar * Use -maltivec when building dependencies, or <altiv...
2007-03-03 Guillaume Poiriercompile fix for GCC-3.3 on OSX, based on a patch by
2007-01-25 Guillaume PoirierFix build issues on Linux. Only gcc-4.x is supported...
2006-11-27 Guillaume PoirierAdd Altivec implementations of add8x8_idct8, add16x16_i...
2006-11-18 Eric PetitMerges Guillaume Poirier's AltiVec changes:
2006-07-08 Loren Merrittmc_chroma width2 mmx
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-16 Eric Petitrestored AltiVec dct
2006-04-16 Eric Petitmore AltiVec mc, ~4.5% overall speedup
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
2005-02-24 Loren MerrittAltivec functions for MC using the cached halfpel planes.
2004-12-31 Loren Merrittremove relative include paths, to avoid conflicts with...
2004-12-14 Loren Merrittrename 'core/' to 'common/', which avoids conflicts...