mpv/vidix/drivers
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
..
.cvsignore *** empty log message *** 2002-01-07 20:14:27 +00:00
Makefile Make clean/distclean behave uniformly in all directories. 2006-01-27 00:06:42 +00:00
cyberblade_regs.h Updated to v0.1.4 by Alastair Robinson <blackfive@fakenhamweb.co.uk> 2003-01-19 16:10:38 +00:00
cyberblade_vid.c Patch by Stefan Huehner / stefan % huehner ! org \ 2006-02-09 14:08:03 +00:00
mach64.h rage128/radeon fixes, mach64 mess^H^H^H^Hcleanup, pm3 driver. 2002-05-31 23:17:43 +00:00
mach64_vid.c Patch by Stefan Huehner / stefan % huehner ! org \ 2006-02-09 14:08:03 +00:00
mga_vid.c fix setting colorkey in vidix mga_vid 2005-12-26 20:46:20 +00:00
nvidia_vid.c it looks like width needs to be a multiple of 64 for newer cards 2005-11-09 16:10:45 +00:00
pm3_regs.h bunkus: Encapsulated arguments to #define in ( ... ) so that the #defines can be safely used like functions: mydef(flag ? val1 : val2) 2003-01-15 11:16:33 +00:00
pm3_vid.c Update licensing information: The FSF changed postal address. 2006-01-13 00:23:32 +00:00
radeon.h rage128/radeon fixes, mach64 mess^H^H^H^Hcleanup, pm3 driver. 2002-05-31 23:17:43 +00:00
radeon_vid.c Patch by Stefan Huehner / stefan % huehner ! org \ 2006-02-09 14:08:03 +00:00
savage_regs.h experimental savage vidix driver by Reza Jelveh <reza.jelveh at tu-harburg.de> 2004-12-21 17:09:44 +00:00
savage_vid.c Patch by Stefan Huehner / stefan % huehner ! org \ 2006-02-09 14:08:03 +00:00
sis_bridge.c Patch by Stefan Huehner / stefan % huehner ! org \ 2006-02-09 14:08:03 +00:00
sis_defs.h Update licensing information: The FSF changed postal address. 2006-01-13 00:23:32 +00:00
sis_regs.h Update licensing information: The FSF changed postal address. 2006-01-13 00:23:32 +00:00
sis_vid.c Patch by Stefan Huehner / stefan % huehner ! org \ 2006-02-09 14:08:03 +00:00
unichrome_regs.h CLE266 Vidix driver initial patch by Timothy Lee <timothy@siriushk.com>, doxygen comments by Benjamin Zores <ben@tutuxclan.org> 2004-10-10 19:22:38 +00:00
unichrome_vid.c Update licensing information: The FSF changed postal address. 2006-01-13 00:23:32 +00:00