diego
df7795b63a
cosmetics: Remove ugly and inconsistent uppercasing from filenames.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25378 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-12-12 08:50:54 +00:00
zuxy
1c757aef17
Change some static temporary vars to automatic ones because mingw32 binutils
...
couldn't align them properly. Also 1% faster decode.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23485 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-06-06 05:16:08 +00:00
zuxy
739f79a5ff
Align output pointer so that we can use movaps instead of movups in dct64_sse;
...
1.5% faster decode.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23484 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-06-06 05:13:13 +00:00
zuxy
08301d0056
Correct dct64 functions' declarations
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23459 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-06-04 03:05:16 +00:00
zuxy
38388e5595
Fix bug in reference code
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23341 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-05-19 08:09:16 +00:00
reimar
d948cc9cd0
directly insert ffreep %%st(0) opcode for compatibility with old
...
binutils instead of darwin-specific workaround.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21063 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-19 16:48:45 +00:00
nplourde
18bead43d4
fix mp3lib compilation on OSX
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21056 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-19 15:21:50 +00:00
gpoirier
ec029ea7a1
Add dct64_sse, a replacement for dct64_MMX. About 60% faster on its author's Pentium III
...
Currently only used on CPUs that _only_ support SSE (otherwise try 3DNow* before)
Patch by The Mighty Zuxy Meng %zuxy * meng $ gmail * com%
Original thread:
Date: Jun 21, 2006 10:20 AM
Subject: [MPlayer-dev-eng] [PATCH] SSE version of DCT64 for mp3lib
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18937 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-07-07 14:04:07 +00:00