summaryrefslogtreecommitdiffstats
path: root/mp3lib/dct64_sse.c
Commit message (Expand)AuthorAgeFilesLines
* Merge svn changes up to r30675Uoti Urpala2010-03-101-1/+0
|\
| * cosmetics: Remove pointless empty lines at EOF.diego2010-02-201-1/+0
* | Merge svn changes up to r30216Uoti Urpala2010-01-081-1/+1
|\|
| * Refactor real --> float #define to a typedef in a common header.diego2010-01-041-2/+1
* | Remove unnecessary libavutil/internal.h includesUoti Urpala2009-07-261-1/+1
|/
* DECLARE_ALIGNED was moved in FFmpeg.diego2009-01-251-1/+1
* Change all occurrences of asm and __asm to __asm__, same as was done for FFmpeg.diego2008-10-161-10/+10
* cosmetics: Remove ugly and inconsistent uppercasing from filenames.diego2007-12-121-1/+1
* Change some static temporary vars to automatic ones because mingw32 binutilszuxy2007-06-061-2/+2
* Align output pointer so that we can use movaps instead of movups in dct64_sse;zuxy2007-06-061-15/+5
* Correct dct64 functions' declarationszuxy2007-06-041-5/+2
* Fix bug in reference codezuxy2007-05-191-1/+1
* directly insert ffreep %%st(0) opcode for compatibility with oldreimar2006-11-191-8/+1
* fix mp3lib compilation on OSXnplourde2006-11-191-1/+8
* Add dct64_sse, a replacement for dct64_MMX. About 60% faster on its author's ...gpoirier2006-07-071-0/+437