1
mirror of https://github.com/mpv-player/mpv synced 2024-11-18 21:16:10 +01:00
Commit Graph

22848 Commits

Author SHA1 Message Date
uau
3bcf765739 Fix configure -march detection for athlon-xp
The configure script uses SSE support to distinguish between athlon and
athlon-xp, but SSE support was tested _after_ deciding the basic CPU
type. Thus athlon-xp was always misdetected as athlon. Fix this by
moving the CPU extensions check before the CPU type check. Patch from
Andrew Savchenko, bircoph list ru.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22715 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-18 13:38:55 +00:00
diego
d8d5f03239 Remove empty directory.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22714 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-18 13:08:10 +00:00
michael
f605cf5f93 fix full range (jpeg yuv) chroma
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22713 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-18 12:31:53 +00:00
attila
01c2a013f8 cosmetics, fix indentation
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22712 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-18 11:04:47 +00:00
attila
15121545dd allow horizontal resolutions >1024 in case we have a G550
(actualy in case mga_vid doesn't deny it)


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22711 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-18 11:03:34 +00:00
attila
4efc6b8372 sync mga_vid.h to the one in the mga_vid repo.
removes one commented include and adds a define
no incompatible change


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22710 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-18 10:52:41 +00:00
diego
f20d1b16a8 Move files from radeon/ subdirectory here.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22709 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-17 21:27:42 +00:00
compn
a261d54b01 add fourcc for dxa files, approved by diego
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22708 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-17 21:21:04 +00:00
diego
8f191b6d44 Remove radeonfb, the version in the Linux kernel is much better.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22707 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-17 21:01:37 +00:00
compn
aa03d96676 add ffdxa , works on samples/game-formats/dxa/epic.dxa
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22706 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-17 19:58:10 +00:00
diego
53cf1528cb Do not disable cache on MinGW, just disable shmem compilation.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22705 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-17 19:54:31 +00:00
diego
167f5e989c 'make install' now takes care of most manual installation steps for *_vid.o.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22704 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-17 19:48:53 +00:00
diego
b5abaa0a52 Nuke MIPS-specific compiler bug workaround, it's unlikely to help anyway.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22703 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-17 18:25:15 +00:00
diego
e916b43fdc wording/spelling/grammar/updates/cosmetics
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22702 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-17 17:53:00 +00:00
diego
4c715947af Merge Makefile from radeon/ subdirectory into this one.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22701 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-17 15:53:30 +00:00
diego
db454784b1 Create device nodes upon install.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22700 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-17 15:52:29 +00:00
compn
b312ea16c0 update release number
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22699 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-17 15:42:03 +00:00
diego
36125350e4 Introduce OBJS variable for the list of objects to build.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22698 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-17 15:41:04 +00:00
compn
f9c809a87b add ffdca decoder
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22697 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-17 15:28:02 +00:00
diego
7b87730dac Remove support for 2.5.x kernels.
It's just a bunch of ugly #ifdef conditionals and probably does not work
with later 2.5.x versions anyway.  For 2.6.x there is an external version.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22696 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-17 15:12:58 +00:00
diego
2fcdd48268 Add a link to Attila's mga_vid port to Linux 2.6.x.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22695 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-17 15:01:16 +00:00
diego
631b6b4b53 Remove useless compilation commands that are provided by builtin rules.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22694 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-17 14:01:50 +00:00
diego
53a7ba6ae4 Merge test rules using general pattern.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22693 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-17 14:00:34 +00:00
diego
48871ecebe Install tdfx_vid.o as well.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22692 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-17 13:58:36 +00:00
diego
d7640773b1 Remove now unnecessary MGA_VID_OBJ variable indirection.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22691 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-17 13:56:54 +00:00
diego
26248f7480 Remove pointless variable indirection.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22690 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-17 13:55:45 +00:00
diego
0537f6cbff Remove remnants of Linux 2.6 support, the mga_vid.c part was made to
disappear in Limbo with 'cvs admin -o' ages ago.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22689 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-17 13:53:15 +00:00
diego
a94ea0f520 Remove pointless variable indirection for -I options.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22688 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-17 13:29:26 +00:00
diego
c5ccfdffd6 Remove unnecessary -I option from CFLAGS.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22687 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-17 13:28:03 +00:00
diego
ca131192cd tdfx_vid compilation has been simplified.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22686 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-17 13:23:49 +00:00
voroshil
94674443a3 New slave command: tv_step_freq <offset in MHz>
Command sets the TV frequency relative to current value


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22685 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-17 11:51:17 +00:00
diego
1ea573c3bd cosmetics: Remove superfluous comment.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22684 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-17 11:33:01 +00:00
diego
25411fd476 Remove superfluous .o creation rule, it's the same as the builtin one.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22683 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-17 11:32:02 +00:00
diego
e47d785cfc Remove unused variables INCLUDES and MOD_PATH_PREFIX.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22682 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-17 11:29:00 +00:00
diego
c5fa361f01 Remove unused variable AFLAGS.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22681 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-17 11:19:01 +00:00
diego
7c40a3c782 Put -D options in CPPFLAGS, don't duplicate -D__KERNEL__.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22680 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-17 11:15:15 +00:00
diego
66ea3196f7 Some more details for the mga_vid section taken from drivers/README.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22679 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-17 09:40:27 +00:00
diego
99d889f667 wording/spelling/cosmetics
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22678 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-17 09:18:08 +00:00
diego
baaded6afa Rename tdfx_vid_tst to tdfx_vid_test.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22677 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-17 09:12:29 +00:00
diego
40ebeb77ea Merge README.linux.2.6 into general README.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22676 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-17 09:07:21 +00:00
diego
167f1f251d Merge Rage128 README into general README.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22675 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-17 09:02:00 +00:00
voroshil
71b1da1eea 10l: omitted '-e' in my r22630 commit.
Patch from Robert Henney robh at rut dot org


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22674 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-17 03:05:44 +00:00
diego
f8f7b06cbf Build tdfx_vid.o and tdfx_vid_tst by default under Linux 2.4.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22673 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-17 01:20:53 +00:00
diego
2cdfe69f79 Merge CFLAGS and INCLUDES where appropriate.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22672 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-17 01:18:03 +00:00
diego
d4d1865454 Make strange clean/distclean rules behave in a more standard fashion.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22671 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-17 01:12:18 +00:00
diego
c3c40b77ce Get rid of ugly conditionals.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22670 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-17 01:09:37 +00:00
diego
2a51a66260 Get rid of stupid recursion within a single directory.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22669 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-17 01:01:15 +00:00
diego
12ae674cf7 Remove unnecessary include options from compilation command.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22668 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-17 00:59:42 +00:00
diego
f7f4d8eadd Simplify compilation commands.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22667 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-17 00:56:45 +00:00
diego
ce32d92f20 Remove rule for non-existing file.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22666 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-17 00:53:53 +00:00