]> git.sesse.net Git - x264/history - common/predict.c
Bump dates to 2016
[x264] / common / predict.c
2016-01-16 Henrik GramnerBump dates to 2016
2015-10-11 Martin Storsjöarm: Implement some neon 8x16c intra predict functions
2015-07-25 Rishikesh Moremips: MSA predict optimizations
2015-02-23 Anton MitrofanovBump dates to 2015
2014-12-16 Janne Grunauaarch64: NEON asm for 8x16c intra prediction
2014-08-26 Janne Grunauaarch64: intra predition NEON asm
2014-01-08 Henrik GramnerBump dates to 2014
2013-01-09 Loren MerrittBump dates to 2013
2012-02-04 HiiBump dates to 2012
2011-10-22 Fiona GlaserSSSE3/SSE4/AVX 9-way fully merged i8x8 analysis (sad_x9)
2011-09-21 Fiona GlaserSome initial 4:2:2 x86 asm
2011-09-21 Henrik Gramner4:2:2 encoding support
2011-08-24 Loren MerrittOptimize predict_8x8_filter and incidentally remove...
2011-01-25 Sean McGovernBump dates to 2011
2011-01-10 George StephanosSSE2 high bit depth intra_predict_(8x8c|16x16)_p
2010-09-18 Fiona GlaserUpdate source file headers
2010-07-04 Oskar ArvidssonSupport for 9 and 10-bit encoding
2010-06-09 Steven WaltersPreprocessing cosmetics
2010-06-09 Fiona GlaserTake more shortcuts in i4x4/i8x8 analysis
2010-06-02 Oskar ArvidssonConvert to a unified "pixel" type for pixel data
2010-05-06 Anton MitrofanovMore cosmetics
2010-04-05 Fiona GlaserMassive cosmetic and syntax cleanup
2010-02-25 David ConradDisable Altivec and VIS optimizations when --disable...
2009-11-12 Fiona GlaserFix all aliasing violations
2009-08-24 David ConradGSOC merge part 8: ARM NEON intra prediction assembly...
2009-04-18 Fiona GlaserEnable asm predict_8x8_filter
2009-02-04 Holger LubitzMerging Holger's GSOC branch part 2: intra prediction
2009-01-18 Guillaume PoirierAdd AltiVec implementation of predict_8x8c_p. 2.6x...
2008-09-05 Fiona GlaserPredict 4x4_DC asm
2008-08-21 Loren Merrittcosmetics
2008-07-04 Fiona GlaserUpdate file headers throughout x264
2008-06-24 Fiona GlaserConvert NNZ to raster order and other optimizations
2008-06-03 Loren Merrittcosmetics
2008-03-20 Loren Merrittcosmetics in intra predict
2008-03-20 Fiona Glaserfaster intra predict 8x8 hu/hd
2008-03-16 Loren Merrittremove x264_mc_clip1.
2008-03-16 Loren Merrittmerge x86_32 and x86_64 asm, with macros to abstract...
2008-03-02 Loren Merrittcosmetics in dsp init
2008-03-02 Loren Merrittsse2 16x16 intra pred.
2007-12-09 Guillaume Poirieradds AliVec implementation of predict_16x16_p()
2007-03-14 Loren Merrittconflate HAVE_MMXEXT with HAVE_SSE2, since they were...
2006-09-12 Loren Merrittcosmetics (spelling)
2006-05-10 Loren Merrittfaster intra search: filter i8x8 edges only once, and...
2006-03-05 Loren Merrittmore amd64 mmx intra prediction
2006-02-27 Loren Merrittcopy current macroblock to a smaller buffer, to improve...
2006-02-27 Loren Merrittcopy current macroblock to a smaller buffer, to improve...
2006-02-06 Loren Merrittx86 mmx for some intra pred functions
2006-02-06 Loren Merrittcosmetics: reorganize intra prediction dsp
2006-01-18 Loren Merrittcosmetics: suppress warning on unused variables
2006-01-17 Loren Merrittcosmetics: simplify #includes
2005-10-09 Loren Merrittcosmetics: merge some duplicate tables
2005-06-05 Loren MerrittSATD-based decision for 8x8 transform in inter-MBs.
2005-06-03 Loren Merritt8x8 transform and 8x8 intra prediction.
2004-12-14 Loren Merrittrename 'core/' to 'common/', which avoids conflicts...