reimar
93d598c7b2
Lots and lots of #ifdef ARCH_... -> #if ARCH_...
...
and #ifdef HAVE_MMX etc -> #if HAVE_MMX.
There might be still more that need to be fixed.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28325 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-01-16 09:21:21 +00:00
diego
17aebba77f
Fix HAVE_VIS vs. HAVE_MVI typo, SPARC has MVI, not VIS.
...
patch by Alexis Ballier, alexis.ballier gmail com
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28013 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-11-24 08:29:34 +00:00
diego
bbcccf2d19
Update internal libmpeg2 copy to version 0.5.1.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27604 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-09-13 17:31:45 +00:00
diego
26972b8895
libmpeg-0.4.1.diff was renamed to libmpeg2_changes.diff.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27603 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-09-13 17:06:42 +00:00
diego
d60e8b3d72
Use preprocessor conditionals to disable CPU-extension-specific code. We cannot
...
rely on libmpeg2's internal CPU extension handling, it leads to link failures
with our build system. Fixes Bugzilla #1188 .
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27554 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-09-09 10:56:51 +00:00
diego
d8fccf4d46
Only compile and use libmpeg2 AltiVec code when AltiVec is available. The
...
AltiVec code needs -maltivec to compile, but then AltiVec instructions
appear in other places of the code causing MPlayer to sigill.
Somehow upstream libmpeg2 manages not to sigill under what appear to be
the same circumstances. Enlightenment welcome.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26657 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-05-03 15:23:22 +00:00
diego
6f0085c087
Remove modification notes from unmodified files.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26651 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-05-03 11:19:27 +00:00
diego
fabb1b271a
Backport SSE2-optimized IDCT routines from upstream libmpeg2.
...
Thanks to Alexander Strange for finding and fixing some bugs.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26425 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-04-12 22:42:00 +00:00
diego
01eb667a55
Revert local changes that pointlessly add #ifdefs all over libmpeg2 to disable
...
code depending on CPU capabilities. Instead, rely on libmpeg2's builtin CPU
capability handling.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26314 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-04-01 17:31:37 +00:00
diego
884a2ba97a
Replace Alpha MVI compiler workarounds by a proper configure check.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26051 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-02-21 16:47:05 +00:00
reimar
d24e49b53d
Fix ppc without altivec compilation
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21550 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-12-09 18:09:41 +00:00
henry
b4e852b305
sync to libmpeg2-0.4.1
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21542 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-12-09 10:34:27 +00:00
rfelker
916c35ec6b
10l, i broke this with my last commit. should be fixed now.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19139 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-07-19 05:47:21 +00:00
diego
57f3213401
CVS --> Subversion in copyright notices
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18786 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-06-22 13:34:00 +00:00
diego
1270185b0f
Mark locally modified files as such to comply more closely with GPL 2a.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14733 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-02-19 02:32:12 +00:00
aurel
1ff43b7f48
enable mmx support on x86_64 in libmpeg2
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13865 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-11-03 17:12:01 +00:00
pontscho
79d2eb0fb9
compile error fix on PPC/G3
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13660 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-10-17 18:49:19 +00:00
henry
943139cc78
Importing libmpeg2 from mpeg2dec-0.4.0b
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12933 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-08-02 11:26:43 +00:00
alex
b4547c12fc
gcc2.95.x has no support for mvi instructions
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10489 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-07-27 22:55:25 +00:00
alex
792cd924f6
warning fixes
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10393 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-07-07 17:12:45 +00:00
arpi
58f04b4322
libmpeg2-altivec patch by Magnus Damm <damm@opensource.se>:
...
Only use Altivec if enabled with configure.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10270 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-06-09 12:11:30 +00:00
arpi
0b6eb24b9a
Importing libmpeg2 from mpeg2dec-0.3.1
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9853 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-04-06 16:36:02 +00:00
pl
8e368a8571
warning fix
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3732 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-12-25 16:30:25 +00:00
arpi_esp
cee8daeeea
some info printfs moved stderr->stdout
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1217 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-06-23 23:38:51 +00:00
arpi_esp
156ec7764e
libmpeg2-0.2.0 merge
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@37 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-03-04 21:01:54 +00:00
arpi_esp
d34041569e
Initial revision
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-02-24 20:28:24 +00:00