summaryrefslogtreecommitdiffstats
path: root/libmpeg2
Commit message (Collapse)AuthorAgeFilesLines
* Remove all kind of trailing whitespaces from all MPlayer's files.bircoph2009-05-136-62/+62
| | | | | | | | 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
* Sync local changes file with #ifdef --> #if conversion.diego2009-03-061-12/+219
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28831 b3059339-0415-0410-9bf9-f77b7e298cf2
* HAVE_3DNOW --> HAVE_AMD3DNOWdiego2009-01-262-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28370 b3059339-0415-0410-9bf9-f77b7e298cf2
* Lots and lots of #ifdef ARCH_... -> #if ARCH_...reimar2009-01-1613-30/+30
| | | | | | | | 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
* Fix HAVE_VIS vs. HAVE_MVI typo, SPARC has MVI, not VIS.diego2008-11-242-2/+2
| | | | | | | patch by Alexis Ballier, alexis.ballier gmail com git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28013 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove IWMMXT optimizations through libavcodec from libmpeg2.diego2008-10-015-153/+1
| | | | | | | | | | According to Siarhei Siamashka libavcodec is faster on ARM so it is better to use it directly instead of creating this hackish mix of two libraries. Plus, these local changes would never be acceptable upstream, so no good reason for keeping it in our local patchset remains. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27677 b3059339-0415-0410-9bf9-f77b7e298cf2
* Sync diff with libmpeg2 update.diego2008-09-131-742/+75
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27605 b3059339-0415-0410-9bf9-f77b7e298cf2
* Update internal libmpeg2 copy to version 0.5.1.diego2008-09-1320-287/+418
| | | | 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-1311-11/+11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27603 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove version string from name of local changes diff file.diego2008-09-131-0/+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-093-12/+85
| | | | | | | | 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-012-3/+9
| | | | | | | 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-302-8/+8
| | | | | | | 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-302-17/+3
| | | | | | | | 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-033-2/+26
| | | | | | | | | | 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
* Remove modification notes from unmodified files.diego2008-05-033-12/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26651 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix compilation on PPC without AltiVec.diego2008-05-012-3/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26627 b3059339-0415-0410-9bf9-f77b7e298cf2
* Merge libmpeg2/Makefile into top-level Makefile.diego2008-04-261-20/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26551 b3059339-0415-0410-9bf9-f77b7e298cf2
* Backport SSE2-optimized IDCT routines from upstream libmpeg2.diego2008-04-124-4/+528
| | | | | | | 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
* Remove pointless comments from local diff.diego2008-04-012-6/+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-013-10/+10
| | | | 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-015-117/+27
| | | | | | | | 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-233-7/+16
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26078 b3059339-0415-0410-9bf9-f77b7e298cf2
* Merge two #ifdefs into one.diego2008-02-232-9/+5
| | | | 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-232-12/+1
| | | | 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-214-62/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26051 b3059339-0415-0410-9bf9-f77b7e298cf2
* typo fixes, port of my patch for upstream libmpeg2diego2008-02-191-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26030 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix illegal identifiers, port of my patch to upstream libmpeg2.diego2008-02-191-8/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26029 b3059339-0415-0410-9bf9-f77b7e298cf2
* Do not check for __APPLE_ALTIVEC__, just check for __APPLE_CC__.diego2008-02-164-8/+8
| | | | | | | 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
* cosmetics: Align some lines.diego2007-10-081-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24747 b3059339-0415-0410-9bf9-f77b7e298cf2
* Get rid of duplicate processor feature variables.diego2007-06-271-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23684 b3059339-0415-0410-9bf9-f77b7e298cf2
* Follow ffmpeg TARGET_ARCH_* -> ARCH_* change.reimar2007-06-162-4/+6
| | | | | | 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
* compile fix for regression introduced by r23254gpoirier2007-05-072-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23258 b3059339-0415-0410-9bf9-f77b7e298cf2
* iWMMXt-accelerated DCT and motion compensation for ARM processorsgpoirier2007-05-077-0/+1202
| | | | | | | | | | | 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
* Remove unnecessary -I option.diego2007-03-131-2/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22551 b3059339-0415-0410-9bf9-f77b7e298cf2
* cosmetics: Fix indentation, reorder some lines for consistency.diego2007-03-131-7/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22549 b3059339-0415-0410-9bf9-f77b7e298cf2
* Give more descriptive names to the source and library variables and splitdiego2007-03-131-8/+7
| | | | | | | between common, MPlayer-specific and MEncoder-specific parts. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22546 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove useless #define.diego2007-03-131-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22545 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix crash with http://sam.zoy.org/zzuf/lol-mplayer.m2vhenry2007-01-162-0/+31
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21941 b3059339-0415-0410-9bf9-f77b7e298cf2
* (hopefully) the rest of PPC modificationshenry2006-12-113-12/+64
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21587 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix ppc without altivec compilationreimar2006-12-092-1/+12
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21550 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync to libmpeg2-0.4.1henry2006-12-0915-97/+38
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21542 b3059339-0415-0410-9bf9-f77b7e298cf2
* update for r21415 and r21416henry2006-12-011-0/+24
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21418 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix incorrect 4:4:4 chroma handling (backport from 0.4.1)henry2006-12-011-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21416 b3059339-0415-0410-9bf9-f77b7e298cf2
* ignore invalid values in the sequence display extension (backport from 0.4.1)henry2006-12-011-3/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21415 b3059339-0415-0410-9bf9-f77b7e298cf2
* add missing r15484henry2006-11-291-0/+14
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21393 b3059339-0415-0410-9bf9-f77b7e298cf2
* FFmpeg-style dependency declarationdiego2006-11-271-16/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21325 b3059339-0415-0410-9bf9-f77b7e298cf2
* Merge common parts of all Makefiles into one file included by all.diego2006-11-261-28/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21275 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove superfluous comment.diego2006-11-251-3/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21222 b3059339-0415-0410-9bf9-f77b7e298cf2
* Unify dep/depend targets.diego2006-11-201-3/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21096 b3059339-0415-0410-9bf9-f77b7e298cf2
* update for r20654henry2006-11-041-2/+11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20656 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix quantizer export for interlaced videohenry2006-11-041-1/+10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20654 b3059339-0415-0410-9bf9-f77b7e298cf2
* Move all internal -I parameters to the front of CFLAGS to avoid using externaldiego2006-08-171-1/+1
| | | | | | | | header files that happen to have the same name as internal ones. based on a patch by Vladislav Naumov, vladislav.naumov **at** gmail **dot** com git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19426 b3059339-0415-0410-9bf9-f77b7e298cf2
* Update for changes from r19139 and r19137.diego2006-07-301-9/+28
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19264 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l, i broke this with my last commit. should be fixed now.rfelker2006-07-192-5/+14
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19139 b3059339-0415-0410-9bf9-f77b7e298cf2
* remove duplicate code and fix issue of compiling mmx code when werfelker2006-07-191-5/+1
| | | | | | | shouldn't in one fell swoop! git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19137 b3059339-0415-0410-9bf9-f77b7e298cf2
* OPTFLAGS already includes EXTRA_INC.diego2006-07-121-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19042 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove copyright notice changes from local diff.diego2006-07-121-19/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19031 b3059339-0415-0410-9bf9-f77b7e298cf2
* Update with latest changes and make diff apply cleanly.diego2006-07-121-113/+89
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19029 b3059339-0415-0410-9bf9-f77b7e298cf2
* CVS --> Subversion in copyright noticesdiego2006-06-2214-15/+15
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18786 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync with 18730 (Use MPlayer's CPU detection module instead of libmpeg2's)gpoirier2006-06-161-99/+169
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18733 b3059339-0415-0410-9bf9-f77b7e298cf2
* Use MPlayer's CPU detection module instead of libmpeg2's,gpoirier2006-06-162-0/+24
| | | | | | | | | | | | 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
* Remove now obsolete .cvsignore files.diego2006-06-021-1/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18556 b3059339-0415-0410-9bf9-f77b7e298cf2
* cosmetics: Shorten overly long lines, put SRCS/OBJS on individual linesdiego2006-03-251-1/+8
| | | | | | | to ease patching in the future. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17944 b3059339-0415-0410-9bf9-f77b7e298cf2
* Patch by Stefan Huehner / stefan % huehner ! org \rathann2006-02-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | patch replaces '()' for the correct '(void)' in function declarations/prototypes which have no parameters. The '()' syntax tell thats there is a variable list of arguments, so that the compiler cannot check this. The extra CFLAG '-Wstrict-declarations' shows those cases. Comments about a similar patch applied to ffmpeg: That in C++ these mean the same, but in ANSI C the semantics are different; function() is an (obsolete) K&R C style forward declaration, it basically means that the function can have any number and any types of parameters, effectively completely preventing the compiler from doing any sort of type checking. -- Erik Slagter Defining functions with unspecified arguments is allowed but bad. With arguments unspecified the compiler can't report an error/warning if the function is called with incorrect arguments. -- Måns Rullgård git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17567 b3059339-0415-0410-9bf9-f77b7e298cf2
* Make clean/distclean behave uniformly in all directories.diego2006-01-271-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17489 b3059339-0415-0410-9bf9-f77b7e298cf2
* set define for apple gcc altivecnplourde2005-05-153-14/+14
| | | | 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-1913-0/+52
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14733 b3059339-0415-0410-9bf9-f77b7e298cf2
* Update patch with missing changes.diego2005-02-191-14/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14731 b3059339-0415-0410-9bf9-f77b7e298cf2
* revert useless uyvy planar->packed converterhenry2004-11-222-128/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14014 b3059339-0415-0410-9bf9-f77b7e298cf2
* libmpeg2 4:2:2 decodinghenry2004-11-202-1/+128
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13996 b3059339-0415-0410-9bf9-f77b7e298cf2
* enable mmx support on x86_64 in libmpeg2aurel2004-11-037-77/+163
| | |