]> git.sesse.net Git - x264/history - common/x86/dct-32.asm
Bump dates to 2016
[x264] / common / x86 / dct-32.asm
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-02-04 Ronald S. BultjeChange %ifdef directives to %if directives in *.asm...
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
2011-08-09 Loren Merrittasm cosmetics: INIT_MMX/XMM/YMM now support a cpuflags...
2011-02-18 Daniel KangAdd AVX functions where 3+ arg commands are useful
2011-01-25 Sean McGovernBump dates to 2011
2010-12-11 Oskar ArvidssonFix build error in high depth
2010-11-25 Daniel KangSSE versions of some high-bit-depth DCT functions
2010-09-18 Fiona GlaserUpdate source file headers
2010-05-06 Fiona GlaserDeduplicate asm constants, automate name prefixing
2010-02-15 Loren MerrittRemove unnecessary PIC support macros
2009-03-07 Fiona GlaserUpdate some asm copyright headers
2009-03-07 Holger LubitzVastly faster SATD/SA8D/Hadamard_AC/SSD/DCT/IDCT
2009-02-11 Anton MitrofanovWindows 64-bit support
2008-08-21 Loren Merrittdrop support for x86_32 PIC.
2008-08-21 Loren Merrittuse permute macros in satd
2008-07-30 Holger LubitzRefactor asm macros part 1: DCT
2008-07-04 Fiona GlaserUpdate file headers throughout x264
2008-04-09 Loren Merrittfaster x86_32 dct8
2008-04-09 Loren Merrittmacros to deal with macros that permute their arguments
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...