Mercurial > mplayer.hg
log mp3lib/dct64_sse.c @ 23759:2f9087268fbd
age | author | description |
---|---|---|
Wed, 06 Jun 2007 05:16:08 +0000 | zuxy | Change some static temporary vars to automatic ones because mingw32 binutils |
Wed, 06 Jun 2007 05:13:13 +0000 | zuxy | Align output pointer so that we can use movaps instead of movups in dct64_sse; |
Mon, 04 Jun 2007 03:05:16 +0000 | zuxy | Correct dct64 functions' declarations |
Sat, 19 May 2007 08:09:16 +0000 | zuxy | Fix bug in reference code |
Sun, 19 Nov 2006 16:48:45 +0000 | reimar | directly insert ffreep %%st(0) opcode for compatibility with old |
Sun, 19 Nov 2006 15:21:50 +0000 | nplourde | fix mp3lib compilation on OSX |
Fri, 07 Jul 2006 14:04:07 +0000 | gpoirier | Add dct64_sse, a replacement for dct64_MMX. About 60% faster on its author's Pentium III |