summaryrefslogtreecommitdiffstats
path: root/libmpeg2/libmpeg-0.4.1.diff
Commit message (Collapse)AuthorAgeFilesLines
* Remove version string from name of local changes diff file.diego2008-09-131-985/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27601 b3059339-0415-0410-9bf9-f77b7e298cf2
* Use preprocessor conditionals to disable CPU-extension-specific code. We cannotdiego2008-09-091-3/+64
| | | | | | | | 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
* cosmetics: Fix offsets and fuzz in local diff.diego2008-09-091-14/+14
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27553 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix ARM linking failure when IWMMXT support is disabled.diego2008-08-011-2/+5
| | | | | | | patch by Siarhei Siamashka, siarhei.siamashka gmail com git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27393 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove obsolete diff hunk that is no longer applied to the code.diego2008-08-011-14/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27392 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
* Check for ALTIVEC_H instead of __APPLE_CC__ to decide which AltiVec vectordiego2008-05-301-14/+0
| | | | | | | | declaration syntax to use. Checking for HAVE_ALTIVEC_VECTOR_BRACES would be better, but this variant is more likely to be mergeable upstream. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26928 b3059339-0415-0410-9bf9-f77b7e298cf2
* Only compile and use libmpeg2 AltiVec code when AltiVec is available. Thediego2008-05-031-0/+20
| | | | | | | | | | 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
* Fix compilation on PPC without AltiVec.diego2008-05-011-2/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26627 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove pointless comments from local diff.diego2008-04-011-4/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26316 b3059339-0415-0410-9bf9-f77b7e298cf2
* cosmetics: Fix some typos and trailing whitespace in local changes.diego2008-04-011-5/+5
| | | | 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-90/+12
| | | | | | | | 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
* Remove mistakenly committed hunk.diego2008-02-231-3/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26079 b3059339-0415-0410-9bf9-f77b7e298cf2
* Properly detect ARM mc acceleration.diego2008-02-231-5/+12
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26078 b3059339-0415-0410-9bf9-f77b7e298cf2
* Merge two #ifdefs into one.diego2008-02-231-5/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26076 b3059339-0415-0410-9bf9-f77b7e298cf2
* #define ATTRIBUTE_ALIGNED_MAX in config.h instead of hardcoding it.diego2008-02-231-11/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26075 b3059339-0415-0410-9bf9-f77b7e298cf2
* Replace Alpha MVI compiler workarounds by a proper configure check.diego2008-02-211-52/+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-4/+4
| | | | | | | This should work even when -faltivec is not specified. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26012 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove Makefile changes from upstream diff. They are strictly local.diego2007-10-081-13/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24748 b3059339-0415-0410-9bf9-f77b7e298cf2
* Follow ffmpeg TARGET_ARCH_* -> ARCH_* change.reimar2007-06-161-2/+4
| | | | | | Feel free to revert if you do not like it, but I want to get MPlayer to compile again. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23563 b3059339-0415-0410-9bf9-f77b7e298cf2
* add MPlayer's local changes introduced in r23258gpoirier2007-05-071-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23259 b3059339-0415-0410-9bf9-f77b7e298cf2
* iWMMXt-accelerated DCT and motion compensation for ARM processorsgpoirier2007-05-071-0/+619
| | | | | | | | | | | Ported to SVN by David Bateman % adb014 A gmail P com % from www.mkezx.org Originally written for Zaurus port http://atty.skr.jp/zplayer/ by AGAWA Koji Original thread: Date: Apr 5, 2007 1:11 AM Subject: [MPlayer-dev-eng] mkezx patches (Was: mplayer zaurus patches) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23254 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix crash with http://sam.zoy.org/zzuf/lol-mplayer.m2vhenry2007-01-161-0/+23
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21941 b3059339-0415-0410-9bf9-f77b7e298cf2
* (hopefully) the rest of PPC modificationshenry2006-12-111-0/+52
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21587 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix ppc without altivec compilationreimar2006-12-091-0/+11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21550 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync to libmpeg2-0.4.1henry2006-12-091-0/+375
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21542 b3059339-0415-0410-9bf9-f77b7e298cf2