]> git.sesse.net Git - x264/history - common/x86/dct-32.asm
Remove unnecessary PIC support macros
[x264] / common / x86 / dct-32.asm
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...