Commit Graph

94 Commits

Author SHA1 Message Date
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
gpoirier fc293f6305 sync with 18730 (Use MPlayer's CPU detection module instead of libmpeg2's)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18733 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-06-16 18:35:31 +00:00
gpoirier fe8651b4cf Use MPlayer's CPU detection module instead of libmpeg2's,
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
2006-06-16 13:40:00 +00:00
diego 4b64ef7e8e Remove now obsolete .cvsignore files.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18556 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-06-02 11:24:33 +00:00
diego 3e56c5bb6b cosmetics: Shorten overly long lines, put SRCS/OBJS on individual lines
to ease patching in the future.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17944 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-03-25 10:38:37 +00:00
rathann e7db4ccf1a Patch by Stefan Huehner / stefan % huehner ! org \
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
2006-02-09 14:08:03 +00:00
diego 89d549f984 Make clean/distclean behave uniformly in all directories.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17489 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-01-27 00:06:42 +00:00
nplourde f5f234c94e set define for apple gcc altivec
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15484 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-05-15 20:11:34 +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
diego 4c3d234447 Update patch with missing changes.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14731 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-02-19 01:52:46 +00:00
henry 03301bcf6f revert useless uyvy planar->packed converter
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14014 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-11-22 10:22:31 +00:00
henry a17f2fa7b4 libmpeg2 4:2:2 decoding
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13996 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-11-20 14:37:38 +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 6955e89f2a compile fix on G3
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13799 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-10-29 19:03:55 +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
diego 4918de6c09 #ifdef simplification and higher consistency
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13197 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-08-30 00:42:27 +00:00
henry c694209406 update
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13148 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-08-26 08:47:12 +00:00
iive 010d384961 allow alignment without ATTRIBUTE_ALIGNED_MAX been defined, it fixes sparc unaligned memory access
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13134 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-08-25 13:09:56 +00:00
henry 2b5bf19dfd postproc fix
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13124 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-08-24 20:23:11 +00:00
henry 73235f6771 more TARGET_* conditionals
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13119 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-08-24 17:24:31 +00:00
henry fac93536f1 libmpeg2 B-frame fix
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13113 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-08-24 16:15:56 +00:00
diego 11d1d11e69 Patch updated for latest changes to libmpeg2.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13021 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-08-14 15:50:50 +00:00
diego 70356aef8e Change patch structure so it applies cleanly to libmpeg2 sources.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13020 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-08-14 15:44:58 +00:00
diego f256f4f9b9 Improved SPARC CPU detection and SPARC compilation fixes.
patch by jb13@gomerbud.com


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13019 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-08-14 15:17:39 +00:00
henry 3700fc518e summary of the MPlayer specific libmpeg2 changes
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12938 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-08-02 16:12:31 +00:00
henry 267c4e26d3 forgotten libmpeg2 postprocessing
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12936 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-08-02 13:09:17 +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 0fc20ac930 ranlib cleanup by Dan Christiansen
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12633 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-06-24 12:52:17 +00:00
iive 2576078e08 width and height in seq_header could never be 0
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12618 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-06-21 16:03:55 +00:00
alex eb6fb0dbc9 Simplified/fixed altivec/altivec.h detection on Linux and Darwin (and others). Patch by Magnus Damm <damm@opensource.se>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10573 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-08-11 20:52:53 +00:00
ranma 81df985239 Export flags needed for softpulldown filter.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10510 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-08-03 12:04:57 +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
alex 1cfb64af26 sync with libmpeg2 cvs
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10304 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-06-17 22:54:45 +00:00
alex 4e3d49008e Fixed compilation on g3. Patch by Dan Christiansen <danchr@daimi.au.dk>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10300 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-06-17 22:24:08 +00:00
alex cd091b8ffd apple and gnu style support at the same time (ok, choosen at compile time) -- now altivec works under osx too -- bug noted by Steven Schultz
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10299 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-06-17 22:16:00 +00:00
arpi fbf7cf9162 libmpeg2-altivec patch by Magnus Damm <damm@opensource.se>:
Updated to version 1.12 from sourceforge
  The old version crashed my gcc-3.2.2 (after allocating 1 Gig memory)
  because of unfriendly altivec code, the new file is better.
  The new file ditches the old assembly version
  and it must be built with correct altivec-flags


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10272 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-06-09 12:12:04 +00:00
arpi cfbb824f06 libmpeg2-altivec patch by Magnus Damm <damm@opensource.se>:
Updated to version 1.19 from sourceforge
  This version includes the gcc bugfix
  The new file also ditches the old assembly version
  and it must be built with correct altivec-flags


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10271 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-06-09 12:11:47 +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 a0084e7df5 libmpeg2-altivec patch by Magnus Damm <damm@opensource.se>:
Make sure the correct flags are passed to CC
  Altivec files should only be compiled when altivec is enabled.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10269 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-06-09 12:11:09 +00:00
arpi 291cef39d1 changed input and output buffer handling to be mplayer-compatible...
based on patch by Fabian Franz <FabianFranz@gmx.de>


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9859 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-04-06 16:42:15 +00:00
arpi 134008a534 Importing libmpeg2 from mpeg2dec-0.3.1
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9858 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-04-06 16:41:49 +00:00
arpi df67e3e8e2 qscale exporting for postprocess
patch by Fabian Franz <FabianFranz@gmx.de>


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9856 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-04-06 16:37:37 +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
mosu 23486f48a5 bunkus: Encapsulated arguments to #define in ( ... ) so that the #defines can be safely used like functions: mydef(flag ? val1 : val2)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8958 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-15 11:16:33 +00:00
michael 31642e2744 change qscale type to int8 and fix qscale ordering
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7985 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-30 20:50:33 +00:00
michael 3357a615d4 fixing quant_store scaling
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7948 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-28 22:45:05 +00:00
arpi 6fb8cd8977 obsoleted, use vd_libmpeg2.c
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5675 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-04-18 14:45:43 +00:00
arpi 2563ac95f0 quant_store moved to frame struct
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5516 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-04-07 16:32:54 +00:00
arpi 3909deefdb 10l
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5469 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-04-03 11:54:14 +00:00