]> git.sesse.net Git - x264/history - common/x86/dct.h
Bump dates to 2016
[x264] / common / x86 / dct.h
2016-01-16 Henrik GramnerBump dates to 2016
2015-02-23 Anton MitrofanovBump dates to 2015
2014-09-16 Anton MitrofanovFix inappropriate instruction use
2014-01-08 Henrik GramnerBump dates to 2014
2013-05-20 Fiona Glaserx86: AVX2 add16x16_idct_dc
2013-04-23 Fiona Glaserx86: more AVX2 framework, AVX2 functions, plus some...
2013-01-09 Loren MerrittBump dates to 2013
2012-02-04 Fiona GlaserMinor asm optimizations/cleanup
2012-02-04 Fiona GlaserXOP 8x8 zigzags
2012-02-04 HiiBump dates to 2012
2012-01-15 Ilia ValiakhmetovHigh bit depth SSE2/AVX add8x8_idct8 and add16x16_idct8
2012-01-15 Edward WangMMX/SSE2/AVX predict_8x16_p, high bit depth fdct8
2012-01-15 Fiona GlaserXOP 8-bit fDCT
2012-01-15 Aaron SchmitzSome MBAFF x86 assembly functions.
2012-01-15 IliaMore 4:2:2 asm functions
2012-01-15 Henrik GramnerSSE2 and SSSE3 versions of sub8x16_dct_dc
2011-10-22 Fiona GlaserInitial XOP and FMA4 support on AMD Bulldozer
2011-08-09 Loren MerrittCosmetics: s/mmxext/mmx2/
2011-02-18 Daniel KangAdd AVX functions where 3+ arg commands are useful
2011-01-25 Sean McGovernBump dates to 2011
2011-01-10 Daniel KangSSE2 high bit depth zigzag_interleave_cavlc
2010-12-14 Daniel KangSSE2 high bit depth zigzag functions
2010-12-07 David CzechSSE2 high bit depth 8x8/16x16 idct/idct_dc
2010-11-25 Daniel KangSSE versions of some high-bit-depth DCT functions
2010-11-19 Oskar Arvidssonx86 asm for high-bit-depth DCT
2010-09-18 Fiona GlaserUpdate source file headers
2009-12-09 Cleo SaulnierMMX version of 8x8 interlaced zigzag
2009-12-05 Fiona GlaserSSSE3 version of zigzag_8x8_field
2009-10-12 Loren Merrittchange all dct arrays to 1d.
2009-10-07 Holger LubitzSSE4 version of 4x4 idct
2009-07-10 Fiona GlaserMerge array_non_zero into zigzag_sub
2009-07-03 Fiona GlaserEarly termination for chroma encoding
2009-03-17 Fiona GlaserSSE2 zigzag_interleave
2009-03-07 Holger LubitzVastly faster SATD/SA8D/Hadamard_AC/SSD/DCT/IDCT
2009-02-03 Fiona GlaserFaster 8x8dct+CAVLC interleave
2009-01-30 Fiona GlaserMassive overhaul of nnz/cbp calculation
2009-01-27 Fiona GlaserMuch faster chroma encoding and other opts
2008-10-23 Loren MerrittAdd assembly version of CAVLC 8x8dct interleave
2008-09-01 Holger Lubitzzigzag asm
2008-07-04 Fiona GlaserUpdate file headers throughout x264
2008-04-24 Guillaume Poirierfix illegal identifiers in multiple inclusion guards
2008-04-09 Loren Merrittdct4 sse2
2008-03-22 Loren Merrittfaster lossless zigzag
2008-03-20 Loren Merrittreduce zigzag arrays from int to int16_t
2008-03-16 Loren Merrittmerge x86_32 and x86_64 asm, with macros to abstract...