reynaldo
b7beba3003
drops casts from void * on malloc/calloc from vidix/
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19073 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-07-13 21:22:56 +00:00
reynaldo
60708c1acb
little rephrasing and corrected reference to main->trunk
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19072 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-07-13 21:06:33 +00:00
reynaldo
c0c641f0e3
marks several function without a prototype which arent used outside its sourcefile as static, Patch by Stefan Huehner - stefan AT huehner-org
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19071 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-07-13 20:59:18 +00:00
diego
e364249f21
Remove unused variables, patch by Stefan Huehner, stefan ##at## huehner org.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18981 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-07-09 16:01:36 +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
7f2eabd445
Remove unnecessary le2me_32 macros.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18319 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-04-27 17:20:01 +00:00
albeu
b29282c847
Don't call make from shell constructs it prevent proper
...
build paralelization.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17959 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-03-26 10:52:13 +00:00
faust3
c9cf174b9c
support for Geforce FX5500 based on patch by Pascal Yu <yu_pascal at hotmail.com>
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17569 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-02-09 18:17:04 +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
diego
988281c471
Update licensing information: The FSF changed postal address.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17368 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-01-13 00:23:32 +00:00
rathann
2601de4120
massive attack: mp_msg printf format fixes
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17367 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-01-12 20:04:36 +00:00
diego
76227af718
support for Radeon 9550
...
patch by suns sunstechlive -- ta -- yahoo -- tod -- com
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17351 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-01-08 22:18:03 +00:00
rathann
9bdbfdf2aa
use $(INSTALLSTRIP) consistently
...
patch by Ville Skyttä
closes bugzilla #178
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17289 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-01-03 00:24:17 +00:00
ods15
d01676ab42
fix setting colorkey in vidix mga_vid
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17249 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-12-26 20:46:20 +00:00
faust3
b4640b44fc
it looks like width needs to be a multiple of 64 for newer cards
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16954 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-11-09 16:10:45 +00:00
faust3
91294fea43
mach64_mmio size fix from vidix.sf.net, possible bugfix for #59
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16821 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-10-20 18:03:43 +00:00
faust3
797ace2f69
sync amd64 fixes from vidix.sf.net
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16820 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-10-20 17:56:28 +00:00
diego
e72392399b
support for GeForce FX Go5200 (newer Apple PowerBooks)
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16417 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-09-06 20:50:10 +00:00
reimar
f80470335c
Only older card version seem to make problems with y < 8 in text mode.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16409 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-09-06 17:12:28 +00:00
reimar
4f8a81ab89
equalizer fixes: changing one attribute reset the others,
...
brightness control for NV03/NV04
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16390 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-09-04 21:00:07 +00:00
reimar
1626e98dd9
equalizer support
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16381 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-09-03 19:31:10 +00:00
reimar
61b9d066df
64 bit fix: do not cast pointers to uint32_t
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16379 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-09-03 19:20:51 +00:00
reimar
32f8f95be7
vidix support for nVidix FX Go 5700
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16377 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-09-03 19:10:43 +00:00
faust3
f3952d762c
initial endianess fixes
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16372 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-09-03 10:27:22 +00:00
faust3
dea63be70c
simplification
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16371 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-09-03 10:06:08 +00:00
faust3
df50ce22f3
fix window position adjustment
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16368 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-09-03 08:48:59 +00:00
faust3
14b640e849
radeon x300 support patch by Christophe Preaud <cpreaud at free.fr>
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15921 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-07-05 14:57:48 +00:00
attila
e02a9c039c
Some people confuse vidix with kernel drivers, so let's add a note about it
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15736 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-06-16 10:45:18 +00:00
aurel
07a5e19787
override memory size detection bug on rage 128 RL/VR
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15110 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-04-10 17:40:44 +00:00
aurel
94a89161fe
add support for one more radeon 9200 model (the one included in the Mac Mini)
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15109 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-04-10 17:39:18 +00:00
rathann
656f84e686
missing #include
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14886 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-03-01 22:56:07 +00:00
faust3
7c9dd9352d
10l, pointers aren't always 32bit
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14364 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-01-04 22:28:10 +00:00
faust3
f52a7c5fd4
10l, patch by Martin Braun <braun12@gmx.de>
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14251 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-12-27 18:11:06 +00:00
rtognimp
512d5cbd9d
1l misplaced variable declaration
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14216 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-12-22 21:32:58 +00:00
faust3
fa3e1e3bcd
experimental savage vidix driver by Reza Jelveh <reza.jelveh at tu-harburg.de>
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14204 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-12-21 17:09:44 +00:00
faust3
031aa78312
Radeon R200 QM (Radeon 9100) support patch by Simone <beniamino.scanzoni at fastwebnet.it>
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14196 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-12-20 23:43:54 +00:00
faust3
e71619c1df
h/w revision detection patch by Timothy Lee <timothy.lee@siriushk.com>
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13902 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-11-08 11:29:55 +00:00
wight
49ec55840e
make uninstall was leaving vidix, dha, and libmpdvdkit libraries
...
and translated manpages as well. This fixes the issue.
Resolves bug #9 (hopefully)
Based on Bugzilla patch by Evgueni V. Gavrilov (aquatique at rusunix.org)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13703 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-10-20 14:20:07 +00:00
faust3
b74c928530
Added new PCI IDS, patch by Benjamin Zores <ben@tutuxclan.org>
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13658 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-10-17 17:23:46 +00:00
faust3
daa7691bce
I420 support patch by Benjamin Zores <ben@tutuxclan.org>
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13657 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-10-17 17:16:28 +00:00
faust3
7c070e6d50
CLE266 Vidix driver initial patch by Timothy Lee <timothy@siriushk.com>, doxygen comments by Benjamin Zores <ben@tutuxclan.org>
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13606 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-10-10 19:22:38 +00:00
faust3
13cb3a5c36
fix Cyberblade VidiX driver TVOUT patch by Benjamin Zores <ben@tutuxclan.org>
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13605 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-10-10 18:53:01 +00:00
faust3
fd60a3de4b
correct scaling when the screen resolution is smaller than the flat panel resolution
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13595 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-10-09 13:13:28 +00:00
faust3
5a48784803
add a comment to the Xorg workaround
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13338 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-09-15 08:02:51 +00:00
faust3
6f9cd1674c
workaround for Xorg-6.8 not saving the surface registers on bigendian
...
architectures, patch by Luca Barbato <lu_zero at gentoo.org>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13336 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-09-14 20:43:39 +00:00
faust3
0953591a53
fix for i420 format, initial patch by Aurelien Jacobs <aurel at gnuage.org> from the Geexbox mplayer patchset, some modification by me
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13228 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-09-02 11:34:25 +00:00
rathann
520f3f4093
fix missing includes
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13186 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-08-28 20:51:25 +00:00
faust3
020f569cc1
Rough but working bigendian support for radeon cards, patch by Luca Barbato <lu_zero at gentoo.org>
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13168 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-08-27 21:20:16 +00:00
diego
42b784ac1a
string handling security fixes
...
patch by Nicholas Kain, Alexander Strasser <eclipse7@gmx.net>
reviewed by Pontscho, Alex, Rich
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12647 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-06-25 16:49:53 +00:00