mpv/libvo
gpoirier a03b56aeec Replace vo_macosx's custom options parsing with a subopt_parse()-based one
(in the same way as vo_gl).
Patch by Adrian Stutz %adrian A sttz P ch%
Original thread:
date: Tue, Dec 9, 2008 at 3:20 PM
subject: Re: [MPlayer-dev-eng] [PATCH] vo_macosx: option to set shared buffer name to allow multiple instances


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28165 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-12-19 20:33:54 +00:00
..
aclib.c
aclib_template.c Replace all occurrences of '__volatile__' and '__volatile' by plain 'volatile'. 2008-10-16 20:17:56 +00:00
aspect.c
aspect.h Get rid of pointless 'extern' keywords. 2008-12-03 23:01:03 +00:00
aspecttest.c
fastmemcpy.h Get rid of pointless 'extern' keywords. 2008-12-03 23:01:03 +00:00
font_load.c
font_load.h
font_load_ft.c
geometry.c
geometry.h
gl_common.c Add experimental support for glXAllocateMemoryMESA 2008-12-05 22:16:45 +00:00
gl_common.h 100l, forgot setting GL_UNPACK_CLIENT_STORAGE_APPLE for mesa-buffer mode. 2008-12-06 06:18:57 +00:00
gtf.c
gtf.h
jpeg_enc.c Add #include <string.h> for memset. 2008-11-04 21:00:29 +00:00
jpeg_enc.h
mga_common.c Fix MGSTR vs. MSGTR typo. 2008-12-09 20:25:49 +00:00
osd.c
osd.h Get rid of pointless 'extern' keywords. 2008-12-03 23:01:03 +00:00
osd_font.h
osd_template.c Change all occurrences of asm and __asm to __asm__, same as was done for FFmpeg. 2008-10-16 18:59:27 +00:00
spuenc.c
spuenc.h
sub.c Get rid of pointless 'extern' keywords. 2008-12-03 23:01:03 +00:00
sub.h Get rid of pointless 'extern' keywords. 2008-12-03 23:01:03 +00:00
vesa_lvo.c
vesa_lvo.h
video_out.c xvmc is now a CONFIG_ option in FFmpeg. 2008-12-15 22:25:39 +00:00
video_out.h Get rid of pointless 'extern' keywords. 2008-12-03 23:01:03 +00:00
video_out_internal.h
videodev_mjpeg.h
vo_3dfx.c
vo_aa.c Remove unused declarations and references to vo_draw_text_osd(), 2008-12-03 18:53:35 +00:00
vo_bl.c
vo_caca.c
vo_cvidix.c Improve error message when screen width and height are not set. 2008-10-19 11:47:46 +00:00
vo_dfbmga.c Update the copyright statement. 2008-09-15 20:46:43 +00:00
vo_dga.c
vo_direct3d.c Set d3d_handle to NULL after release. 2008-12-09 18:44:48 +00:00
vo_directfb2.c
vo_directx.c #include sub.h instead of locally declaring vo_draw_text(). 2008-12-17 00:06:03 +00:00
vo_dxr2.c Move X11_FULLSCREEN definition to x11_common.h where it belongs. 2008-10-16 18:19:36 +00:00
vo_dxr3.c Remove explicit setting of vo_ontop since that is already done by vo_x11_create_vo_window 2008-11-15 23:09:31 +00:00
vo_fbdev.c Remove useless setting of frame_buffer to NULL as suggested by Reimar. 2008-11-24 08:43:13 +00:00
vo_fbdev2.c
vo_ggi.c
vo_gif89a.c
vo_gl.c Try to auto-detect several vo_gl settings (ati-hack, force-pbo and rectangle). 2008-12-10 16:39:45 +00:00
vo_gl2.c Factor common code like -wid handling, vo_gc creation etc. out into 2008-11-19 20:19:25 +00:00
vo_ivtv.c
vo_jpeg.c
vo_macosx.h factorize mouse hiding and screensaver disabling code 2008-11-27 11:34:26 +00:00
vo_macosx.m Replace vo_macosx's custom options parsing with a subopt_parse()-based one 2008-12-19 20:33:54 +00:00
vo_md5sum.c
vo_mga.c
vo_mpegpes.c
vo_null.c
vo_png.c Add support for writing PNG files with alpha channel in -vo png 2008-12-10 16:44:12 +00:00
vo_pnm.c
vo_quartz.c Do not use full relative #include path for headers in the same directory. 2008-12-17 00:08:04 +00:00
vo_quartz.h
vo_s3fb.c
vo_sdl.c Remove a lot of completely pointless mp_msg_test calls. 2008-12-01 16:37:06 +00:00
vo_svga.c
vo_tdfx_vid.c
vo_tdfxfb.c
vo_tga.c
vo_v4l2.c
vo_vesa.c
vo_wii.c Do not initialize fb_dev_fd to -1, similar to vo_fbdev.c. 2008-11-24 14:44:09 +00:00
vo_winvidix.c Get rid of pointless 'extern' keywords. 2008-12-03 23:01:03 +00:00
vo_x11.c Clear the whole window on resize in vo_x11 since we do not 2008-11-23 20:49:05 +00:00
vo_xmga.c Factor common code like -wid handling, vo_gc creation etc. out into 2008-11-19 20:19:25 +00:00
vo_xover.c Factor common code like -wid handling, vo_gc creation etc. out into 2008-11-19 20:19:25 +00:00
vo_xv.c Simplify handling of VOFLAG_MODESWITCHNG, merge assignment and declaration 2008-11-23 12:30:39 +00:00
vo_xvidix.c Get rid of pointless 'extern' keywords. 2008-12-03 23:01:03 +00:00
vo_xvmc.c Simplify handling of VOFLAG_MODESWITCHNG, merge assignment and declaration 2008-11-23 12:30:39 +00:00
vo_xvr100.c
vo_yuv4mpeg.c
vo_zr.c
vo_zr2.c
vosub_vidix.c
vosub_vidix.h
w32_common.c More robust w32 -wid size handling 2008-12-03 10:54:01 +00:00
w32_common.h Get rid of pointless 'extern' keywords. 2008-12-03 23:01:03 +00:00
wskeys.h
x11_common.c Set the base size window manager hint, otherwise some subtract the minimum 2008-12-05 19:01:49 +00:00
x11_common.h Simplify vo_vm_switch and vo_vm_close, everyone was using the (almost) same 2008-11-15 18:56:25 +00:00