]> git.sesse.net Git - x264/history - common/x86/dct-a.asm
Optimize x86 intra_sa8d_x3_8x8
[x264] / common / x86 / dct-a.asm
2011-08-10 Loren Merrittasm cosmetics: base-4 constants for shuffles
2011-08-09 Loren MerrittRemove some unused, broken, and/or useless functions
2011-08-09 Loren Merrittasm cosmetics part 2
2011-08-09 Loren Merrittasm cosmetics: INIT_MMX/XMM/YMM now support a cpuflags...
2011-08-09 Loren MerrittCosmetics: s/mmxext/mmx2/
2011-07-29 Daniel Kangx86 asm cosmetics
2011-02-18 Daniel KangAdd AVX functions where 3+ arg commands are useful
2011-02-05 Loren Merrittx86inc.asm: error on duplicate functions
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 Daniel KangTons of high bit depth intra predict asm
2010-12-07 David CzechSSE2 high bit depth 8x8/16x16 idct/idct_dc
2010-12-07 Oskar ArvidssonFix possible overflow in sub4x4_dct in 10-bit builds
2010-11-25 Daniel KangSSE versions of some high-bit-depth DCT functions
2010-11-19 Oskar ArvidssonConvert X264_HIGH_BIT_DEPTH to HIGH_BIT_DEPTH
2010-11-19 Oskar Arvidssonx86 asm for high-bit-depth DCT
2010-09-18 Fiona GlaserUpdate source file headers
2010-05-06 Fiona GlaserDeduplicate asm constants, automate name prefixing
2010-02-23 Fiona GlaserFaster probe_skip, 2x2 DC transform handling
2010-02-15 Loren MerrittRemove unnecessary PIC support macros
2009-12-11 Fiona GlaserVarious minor missing changes from previous commits
2009-12-09 Cleo SaulnierMMX version of 8x8 interlaced zigzag
2009-12-05 Fiona GlaserSSSE3 version of zigzag_8x8_field
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 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
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-11-29 Fiona GlaserCosmetic: update various file headers.
2008-11-27 Loren Merrittfix an overflow in dct4x4dc_mmx
2008-11-25 Fiona GlaserFaster width4 SSD+SATD, SSE4 optimizations
2008-10-23 Loren MerrittAdd assembly version of CAVLC 8x8dct interleave
2008-09-01 Holger Lubitzzigzag asm
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-06-08 Loren Merrittmany changes to which asm functions are enabled on...
2008-04-27 Loren Merrittdrop support for pre-SSE3 assemblers
2008-04-09 Loren Merrittdct4 sse2
2008-04-09 Loren Merrittfaster x86_32 dct8
2008-04-09 Loren Merrittmacros to deal with macros that permute their arguments
2008-03-22 Loren Merrittfaster lossless zigzag
2008-03-20 Loren Merrittreduce zigzag arrays from int to int16_t
2008-03-16 Loren Merrittfix some name mangling issues introduced by the merge
2008-03-16 Loren Merrittmerge x86_32 and x86_64 asm, with macros to abstract...