]> git.sesse.net Git - x264/history - common/x86/dct-a.asm
Much faster chroma encoding and other opts
[x264] / common / x86 / dct-a.asm
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...