]> git.sesse.net Git - x264/history - common/i386/dct-a.asm
cosmetics: rename list operators to be consistent with Perl, and move them to common/
[x264] / common / i386 / dct-a.asm
2006-10-01 Loren Merrittmove zigzag scan functions to dsp function pointers.
2006-07-16 Loren Merrittslightly faster mmx dct
2006-04-11 Loren Merrittfix a yasm-incompatible syntax in x86 asm
2006-03-24 Loren Merrittuse FDEC_STRIDE instead of a parameter in mmx dct
2006-03-17 Loren Merrittsome mmxext functions really only required mmx.
2006-03-09 Loren Merrittkeep transposed dct coefs. ~1% overall speedup.
2006-03-02 Sam Hocevar * common/i386/*.asm: don't use the "GLOBAL" reserved...
2006-03-01 Sam Hocevar * common/i386: factored the .rodata section declarati...
2006-02-08 Sam Hocevar * Additional fixes to the PIC versions of assembly...
2006-02-07 Sam Hocevar * Support for x86 position-independent code (PIC...
2005-10-10 Loren Merrittcosmetics: remove declarations of nonexistent asm functions
2005-08-30 Loren Merritt10l in rev290: duplicate declaration of x264_pixel_sub_...
2005-08-29 Loren Merrittmmx 8x8 dct.
2004-12-31 Loren Merrittrename *.asm to avoid conflicts with libtool