zuxy
a9df2bb148
Use int and uint32_t instead of long and unsigned long, when appropriate.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23452 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-06-02 16:25:18 +00:00
zuxy
b4cf5f855c
Record what was produced by make_decode_table_MMX() and used that data to
...
initialize mp3lib_decwins directly, then remove call to
make_decode_table_MMX() and tabinit_MMX.c itself.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23383 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-05-25 02:52:35 +00:00
zuxy
7792bf8c1f
Remove hardcoded registers
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23378 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-05-23 15:31:37 +00:00
zuxy
c31cbc62df
Replace hardcoded 32-bit leal with equivalent add/sub so pointer arithmetic will be 64-bit under AMD64
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23376 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-05-22 14:00:39 +00:00
zuxy
a147ec530e
Rewrite generic code in decode_MMX.c in C for easier AMD64 port. Slightly faster than original assembly.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23360 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-05-21 01:47:27 +00:00
reimar
2ad2fefc2b
Add missing registers to asm code in mp3lib
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22393 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-01 12:45:00 +00:00
reimar
aa72278e59
Use ASMALIGN macro for better compatibility and remove SYS_DARWIN
...
#ifdef hack introduced in r21056.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21062 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-19 16:44:19 +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
diego
19a7b5869b
Unify include paths, -I.. is in CFLAGS.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16990 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-11-15 18:14:07 +00:00
alex
baa587170e
attribute_used for gcc3.4
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12293 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-04-26 10:12:40 +00:00
alex
31ff51c869
reverting my last change as buggy gcc 3.x fails with it :(
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11267 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-10-25 23:13:54 +00:00
alex
59a7eeda13
100l to Nick
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11245 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-10-23 00:01:23 +00:00
alex
cf069df98e
removed the stdcall convention
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11241 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-10-22 20:58:46 +00:00
alex
593a458f0c
fixing that f*cking linker 'bug' e.g. naming config with libmp3lame
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8561 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-12-24 22:33:46 +00:00
arpi
ea4b9eb45f
use .balign instead of .align
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5291 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-23 21:44:05 +00:00
nick
420300295a
Fix according to strange bugreport
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4609 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-09 14:34:08 +00:00
nick
a5a2bec673
Fixing compilation on non-MMX but x86 systems
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4323 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-01-23 17:27:07 +00:00
atmos4
e6f0381dc2
mangling in mp3lib + stdcall undefined fix with cygwin
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4247 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-01-19 04:47:32 +00:00
nick
fc77a62a65
S->C
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4143 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-01-13 18:26:58 +00:00