mpv/libvo
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
Makefile Make clean/distclean behave uniformly in all directories. 2006-01-27 00:06:42 +00:00
aclib.c
aclib_template.c
aspect.c Add -panscanrange option 2005-09-27 08:32:37 +00:00
aspect.h
aspecttest.c
fastmemcpy.h fix 2005-12-05 01:30:01 +00:00
font_load.c
font_load.h Patch by Stefan Huehner / stefan % huehner ! org \ 2006-02-09 14:08:03 +00:00
font_load_ft.c Patch by Stefan Huehner / stefan % huehner ! org \ 2006-02-09 14:08:03 +00:00
geometry.c
geometry.h
gl_common.c Patch by Stefan Huehner / stefan % huehner ! org \ 2006-02-09 14:08:03 +00:00
gl_common.h Patch by Stefan Huehner / stefan % huehner ! org \ 2006-02-09 14:08:03 +00:00
gtf.c
gtf.h gtf.{c,h} is used by vesa only 2005-08-18 12:59:19 +00:00
img_format.h
jpeg_enc.c
jpeg_enc.h
md5sum.c Update licensing information: The FSF changed postal address. 2006-01-13 00:23:32 +00:00
md5sum.h Update licensing information: The FSF changed postal address. 2006-01-13 00:23:32 +00:00
mga_common.c
osd.c Patch by Stefan Huehner / stefan % huehner ! org \ 2006-02-09 14:08:03 +00:00
osd.h Patch by Stefan Huehner / stefan % huehner ! org \ 2006-02-09 14:08:03 +00:00
osd_font.h
osd_template.c Fix MMX accelerated RGB24 OSD, fixes "ugly OSD with -vo gl2". 2005-09-13 21:41:44 +00:00
spuenc.c Update licensing information: The FSF changed postal address. 2006-01-13 00:23:32 +00:00
spuenc.h Update licensing information: The FSF changed postal address. 2006-01-13 00:23:32 +00:00
sub.c Patch by Stefan Huehner / stefan % huehner ! org \ 2006-02-09 14:08:03 +00:00
sub.h Patch by Stefan Huehner / stefan % huehner ! org \ 2006-02-09 14:08:03 +00:00
vesa_lvo.c
vesa_lvo.h
video_out.c Patch by Stefan Huehner / stefan % huehner ! org \ 2006-02-09 14:08:03 +00:00
video_out.h Patch by Stefan Huehner / stefan % huehner ! org \ 2006-02-09 14:08:03 +00:00
video_out_internal.h
videodev_mjpeg.h
vo_3dfx.c move to next vo if /dev/3dfx could not be opened 2005-12-10 22:30:30 +00:00
vo_aa.c Patch by Stefan Huehner / stefan % huehner ! org \ 2006-02-09 14:08:03 +00:00
vo_bl.c
vo_caca.c
vo_cvidix.c Patch by Stefan Huehner / stefan % huehner ! org \ 2006-02-09 14:08:03 +00:00
vo_dfbmga.c changed KEY_PREVIOUS to KEY_PREV, cause the first undefined 2005-11-03 10:50:43 +00:00
vo_dga.c massive attack: mp_msg printf format fixes 2006-01-12 20:04:36 +00:00
vo_directfb2.c libvo input cleanup: remove the dependency on libinput, 2005-11-02 21:50:55 +00:00
vo_directx.c reinitialize adapter_count to 0, EnumCallbackEx will not work otherwise 2006-02-05 09:41:53 +00:00
vo_dxr2.c
vo_dxr3.c massive attack: mp_msg printf format fixes 2006-01-12 20:04:36 +00:00
vo_fbdev.c
vo_fbdev2.c
vo_ggi.c - improved performance on truecolor modes 2005-09-13 08:47:46 +00:00
vo_gif89a.c massive attack: mp_msg printf format fixes 2006-01-12 20:04:36 +00:00
vo_gl.c Patch by Stefan Huehner / stefan % huehner ! org \ 2006-02-09 14:08:03 +00:00
vo_gl2.c Patch by Stefan Huehner / stefan % huehner ! org \ 2006-02-09 14:08:03 +00:00
vo_jpeg.c Added DPI (Print-Resolution) and Pixel-Aspect awareness to vo_jpeg. 2006-01-20 01:37:15 +00:00
vo_macosx.h
vo_macosx.m let osx sleep if video is paused 2006-02-07 01:36:32 +00:00
vo_md5sum.c
vo_mga.c
vo_mpegpes.c
vo_null.c
vo_png.c
vo_pnm.c
vo_quartz.c let osx sleep if video is paused 2006-02-07 01:36:32 +00:00
vo_quartz.h Update licensing information: The FSF changed postal address. 2006-01-13 00:23:32 +00:00
vo_sdl.c - move our setenv() fallback implementation to osdep 2005-12-26 03:16:48 +00:00
vo_svga.c remove extern for variables that are already in headers. 2005-08-21 01:20:31 +00:00
vo_syncfb.c
vo_tdfx_vid.c
vo_tdfxfb.c
vo_tga.c
vo_vesa.c Make include paths consistent among files in libvo. Since -I.. is added 2005-10-23 16:19:32 +00:00
vo_winvidix.c libvo input cleanup: remove the dependency on libinput, 2005-11-02 21:50:55 +00:00
vo_x11.c Patch by Stefan Huehner / stefan % huehner ! org \ 2006-02-09 14:08:03 +00:00
vo_xmga.c
vo_xover.c
vo_xv.c Test if source image dimensions are too big. 2005-11-10 02:39:31 +00:00
vo_xvidix.c
vo_xvmc.c Print some error message, 2005-12-20 19:04:17 +00:00
vo_yuv4mpeg.c
vo_zr.c
vo_zr2.c
vosub_vidix.c really clear frames to black instead of grey, and make sure one of those 2005-12-07 16:04:14 +00:00
vosub_vidix.h
w32_common.c WM_PAINT is the "expose" event, not WM_ACTIVATE 2005-12-07 15:53:02 +00:00
w32_common.h
wskeys.h
x11_common.c Patch by Stefan Huehner / stefan % huehner ! org \ 2006-02-09 14:08:03 +00:00
x11_common.h Patch by Stefan Huehner / stefan % huehner ! org \ 2006-02-09 14:08:03 +00:00