Mercurial > mplayer.hg
log mp3lib/dct64_sse.c @ 28025:bb992646f29d
age | author | description |
---|---|---|
2008-10-16 | diego | Change all occurrences of asm and __asm to __asm__, same as was done for FFmpeg. |
2007-12-12 | diego | cosmetics: Remove ugly and inconsistent uppercasing from filenames. |
2007-06-06 | zuxy | Change some static temporary vars to automatic ones because mingw32 binutils |
2007-06-06 | zuxy | Align output pointer so that we can use movaps instead of movups in dct64_sse; |
2007-06-04 | zuxy | Correct dct64 functions' declarations |
2007-05-19 | zuxy | Fix bug in reference code |
2006-11-19 | reimar | directly insert ffreep %%st(0) opcode for compatibility with old |
2006-11-19 | nplourde | fix mp3lib compilation on OSX |
2006-07-07 | gpoirier | Add dct64_sse, a replacement for dct64_MMX. About 60% faster on its author's Pentium III |