summaryrefslogtreecommitdiffstats
path: root/libmpeg2/cpu_accel.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove all kind of trailing whitespaces from all MPlayer's files.bircoph2009-05-131-2/+2
| | | | | | | | This affects all kind of spaces (' ',^I,^M,^L,...): actually [:space:] regex character set. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29306 b3059339-0415-0410-9bf9-f77b7e298cf2
* Lots and lots of #ifdef ARCH_... -> #if ARCH_...reimar2009-01-161-6/+6
| | | | | | | | 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
* Update internal libmpeg2 copy to version 0.5.1.diego2008-09-131-114/+148
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27604 b3059339-0415-0410-9bf9-f77b7e298cf2
* libmpeg-0.4.1.diff was renamed to libmpeg2_changes.diff.diego2008-09-131-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27603 b3059339-0415-0410-9bf9-f77b7e298cf2
* Drop USE_ prefix from USE_MPLAYER_CPUDETECT #define.diego2008-07-301-4/+4
| | | | | | | It is unlike the other USE_ #defines set by configure. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27372 b3059339-0415-0410-9bf9-f77b7e298cf2
* cosmetics: Fix some typos and trailing whitespace in local changes.diego2008-04-011-4/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26315 b3059339-0415-0410-9bf9-f77b7e298cf2
* Revert local changes that pointlessly add #ifdefs all over libmpeg2 to disablediego2008-04-011-1/+1
| | | | | | | | 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
* Replace Alpha MVI compiler workarounds by a proper configure check.diego2008-02-211-4/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26051 b3059339-0415-0410-9bf9-f77b7e298cf2
* Do not check for __APPLE_ALTIVEC__, just check for __APPLE_CC__.diego2008-02-161-1/+1
| | | | | | | This should work even when -faltivec is not specified. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26012 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync to libmpeg2-0.4.1henry2006-12-091-8/+10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21542 b3059339-0415-0410-9bf9-f77b7e298cf2
* CVS --> Subversion in copyright noticesdiego2006-06-221-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18786 b3059339-0415-0410-9bf9-f77b7e298cf2
* Use MPlayer's CPU detection module instead of libmpeg2's,gpoirier2006-06-161-0/+23
| | | | | | | | | | | | initial patch by Jim Huang jserv A linux2°cc°ntu°edu°tw, reworked by me according to The Guru's advices ;-) Original thread: Date: Jun 15, 2006 8:35 AM Subject: [MPlayer-dev-eng] [PATCH] Remove duplicated CPU detection in libmpeg2 git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18730 b3059339-0415-0410-9bf9-f77b7e298cf2
* set define for apple gcc altivecnplourde2005-05-151-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15484 b3059339-0415-0410-9bf9-f77b7e298cf2
* Mark locally modified files as such to comply more closely with GPL 2a.diego2005-02-191-0/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14733 b3059339-0415-0410-9bf9-f77b7e298cf2
* enable mmx support on x86_64 in libmpeg2aurel2004-11-031-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13865 b3059339-0415-0410-9bf9-f77b7e298cf2
* Improved SPARC CPU detection and SPARC compilation fixes.diego2004-08-141-1/+1
| | | | | | | patch by jb13@gomerbud.com git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13019 b3059339-0415-0410-9bf9-f77b7e298cf2
* Importing libmpeg2 from mpeg2dec-0.4.0bhenry2004-08-021-8/+46
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12933 b3059339-0415-0410-9bf9-f77b7e298cf2
* gcc2.95.x has no support for mvi instructionsalex2003-07-271-0/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10489 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync with libmpeg2 cvsalex2003-06-171-5/+12
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10304 b3059339-0415-0410-9bf9-f77b7e298cf2
* Importing libmpeg2 from mpeg2dec-0.3.1arpi2003-04-061-0/+175
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9858 b3059339-0415-0410-9bf9-f77b7e298cf2