1
0
mirror of https://github.com/mpv-player/mpv synced 2025-03-29 15:00:27 +00:00
mpv/libvo
reimar a09d0bac78 Make sure the -wid window does not get notified when we destroy our attached child window.
Previous behaviour seems to cause QT to do something stupid which makes
DestroyWindow hang (SMPlayer is an application where this happened).

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25966 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-02-09 14:47:10 +00:00
..
aclib_template.c HAVE_MMX1 -> HAVE_ONLY_MMX1 (makes more sense ...) 2007-05-27 21:45:33 +00:00
aclib.c avoid utter breakage on non-x86, patch from Chris Roccati <roccati@at@pobox.dot.com> 2007-06-10 21:58:30 +00:00
aspect.c Make aspect adjustment calculation simpler and more flexible. 2008-02-02 17:21:19 +00:00
aspect.h Add aspect_fit declaration missing for w32_common. 2008-02-07 21:04:17 +00:00
aspecttest.c Add missing #include, fixes the warning: 2007-12-30 10:32:33 +00:00
fastmemcpy.h Add explanatory comments to the #endif part of multiple inclusion guards. 2007-12-31 16:15:50 +00:00
font_load_ft.c Allow independent scaling of vo_font and sub_font. 2008-01-27 15:14:02 +00:00
font_load.c SYS_AMIGAOS4 --> __AMIGAOS4__ 2007-12-11 20:39:18 +00:00
font_load.h Consistently use uppercase filename as multiple inclusion guard. 2008-01-28 01:32:52 +00:00
geometry.c - fix gcc warnings, strlcat/strlcpy prototypes 2005-04-06 11:57:10 +00:00
geometry.h Consistently use just the name of the #ifdef directive in #endif comments. 2008-01-01 20:00:20 +00:00
gl_common.c Allow for larger fragment programs. 2008-01-29 18:00:20 +00:00
gl_common.h Add a fragment program for 5x5 unsharp masking 2008-01-18 19:05:29 +00:00
gtf.c Relicense file to GPL v2 or later with the permission of Rudolf Marek, 2008-01-02 23:35:19 +00:00
gtf.h Add explanatory comments to the #endif part of multiple inclusion guards. 2007-12-31 16:15:50 +00:00
jpeg_enc.c Remove broken test program that likely never worked. 2008-01-18 01:57:40 +00:00
jpeg_enc.h Add multiple inclusion guards to all header files that lack them. 2008-01-01 21:35:58 +00:00
Makefile Put a compilation fix bandaid in place for the png.h issue. 2007-07-17 10:56:16 +00:00
mga_common.c warning fixes: 2007-09-13 13:16:30 +00:00
osd_font.h Add multiple inclusion guards to all header files that lack them. 2008-01-01 21:35:58 +00:00
osd_template.c Avoid a MANGLE, there is no register pressure and the generated code 2008-01-30 18:52:59 +00:00
osd.c Avoid a MANGLE, there is no register pressure and the generated code 2008-01-30 18:52:59 +00:00
osd.h Add explanatory comments to the #endif part of multiple inclusion guards. 2007-12-31 16:15:50 +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 Allow independent scaling of vo_font and sub_font. 2008-01-27 15:14:02 +00:00
sub.h cosmetics: Whitespace changes, add comments to some #endif directives. 2008-01-06 12:57:26 +00:00
vesa_lvo.c Relicense files written by Nick Kurshev and marked as "GPL v2" to 2007-12-30 22:40:24 +00:00
vesa_lvo.h Add explanatory comments to the #endif part of multiple inclusion guards. 2007-12-31 16:15:50 +00:00
video_out_internal.h Add multiple inclusion guards to all header files that lack them. 2008-01-01 21:35:58 +00:00
video_out.c Mark several uses of vo_functions_t as const to stop some of the current 2007-12-02 14:24:23 +00:00
video_out.h cosmetics: Whitespace changes, add comments to some #endif directives. 2008-01-06 12:57:26 +00:00
videodev_mjpeg.h Add multiple inclusion guards to all header files that lack them. 2008-01-01 21:35:58 +00:00
vo_3dfx.c Mark the vo_functions_t definitions as const where possible. 2007-12-02 14:39:15 +00:00
vo_aa.c Mark the vo_functions_t definitions as const where possible. 2007-12-02 14:39:15 +00:00
vo_bl.c fix bug in error message (found by Diego through a compiler warning) 2008-01-13 00:10:02 +00:00
vo_caca.c Mark the vo_functions_t definitions as const where possible. 2007-12-02 14:39:15 +00:00
vo_cvidix.c Make vo info structs const 2007-12-02 14:06:03 +00:00
vo_dfbmga.c Mark the vo_functions_t definitions as const where possible. 2007-12-02 14:39:15 +00:00
vo_dga.c Mark the vo_functions_t definitions as const where possible. 2007-12-02 14:39:15 +00:00
vo_directfb2.c Fix warning: 2008-01-19 11:25:41 +00:00
vo_directx.c Mark the vo_functions_t definitions as const where possible. 2007-12-02 14:39:15 +00:00
vo_dxr2.c Write functions used by send_mpeg_*_packet may _not_ modify data 2008-01-12 16:05:04 +00:00
vo_dxr3.c Remove changelog from file header, we have revision control for this. 2008-01-06 12:58:02 +00:00
vo_fbdev2.c Mark the vo_functions_t definitions as const where possible. 2007-12-02 14:39:15 +00:00
vo_fbdev.c Make vo info structs const 2007-12-02 14:06:03 +00:00
vo_ggi.c Mark the vo_functions_t definitions as const where possible. 2007-12-02 14:39:15 +00:00
vo_gif89a.c Mark the vo_functions_t definitions as const where possible. 2007-12-02 14:39:15 +00:00
vo_gl2.c Set vo_mouse_autohide in gl and gl2 vos, so the mouse hiding behaviour 2007-12-22 20:17:57 +00:00
vo_gl.c Redraw display on toggling border 2008-02-01 12:22:12 +00:00
vo_ivtv.c Mark the vo_functions_t definitions as const where possible. 2007-12-02 14:39:15 +00:00
vo_jpeg.c Mark the vo_functions_t definitions as const where possible. 2007-12-02 14:39:15 +00:00
vo_macosx.h Support double buffering, fix osd flicker. 2007-11-30 04:20:38 +00:00
vo_macosx.m Do not send mouse movements events in root win mode. 2007-12-22 14:55:26 +00:00
vo_md5sum.c Mark the vo_functions_t definitions as const where possible. 2007-12-02 14:39:15 +00:00
vo_mga.c Mark the vo_functions_t definitions as const where possible. 2007-12-02 14:39:15 +00:00
vo_mpegpes.c when :card isn't specified by the user search the first available card 2008-01-02 20:34:48 +00:00
vo_null.c Mark the vo_functions_t definitions as const where possible. 2007-12-02 14:39:15 +00:00
vo_png.c Mark the vo_functions_t definitions as const where possible. 2007-12-02 14:39:15 +00:00
vo_pnm.c Mark the vo_functions_t definitions as const where possible. 2007-12-02 14:39:15 +00:00
vo_quartz.c Fix mouse button mapping: 2007-12-18 14:48:30 +00:00
vo_quartz.h consistency cosmetics: Do not #define multiple inclusion guards to 1. 2008-01-01 20:11:08 +00:00
vo_s3fb.c Mark the vo_functions_t definitions as const where possible. 2007-12-02 14:39:15 +00:00
vo_sdl.c Remove changelog from file header, we have revision control for this. 2008-01-06 12:58:02 +00:00
vo_svga.c Make vo info structs const 2007-12-02 14:06:03 +00:00
vo_tdfx_vid.c Mark the vo_functions_t definitions as const where possible. 2007-12-02 14:39:15 +00:00
vo_tdfxfb.c Mark the vo_functions_t definitions as const where possible. 2007-12-02 14:39:15 +00:00
vo_tga.c Mark the vo_functions_t definitions as const where possible. 2007-12-02 14:39:15 +00:00
vo_v4l2.c Mark the vo_functions_t definitions as const where possible. 2007-12-02 14:39:15 +00:00
vo_vesa.c Fix illegal identifiers, names starting with __ are reserved for the system. 2008-01-27 18:01:19 +00:00
vo_winvidix.c Make vo info structs const 2007-12-02 14:06:03 +00:00
vo_x11.c Remove unnecessary <signal.h> includes 2008-01-09 01:17:49 +00:00
vo_xmga.c Mark the vo_functions_t definitions as const where possible. 2007-12-02 14:39:15 +00:00
vo_xover.c Mark several uses of vo_functions_t as const to stop some of the current 2007-12-02 14:24:23 +00:00
vo_xv.c Mark the vo_functions_t definitions as const where possible. 2007-12-02 14:39:15 +00:00
vo_xvidix.c Make vo info structs const 2007-12-02 14:06:03 +00:00
vo_xvmc.c Mark the vo_functions_t definitions as const where possible. 2007-12-02 14:39:15 +00:00
vo_xvr100.c Add missing #include, fixes the warning: 2007-12-30 12:19:34 +00:00
vo_yuv4mpeg.c Mark the vo_functions_t definitions as const where possible. 2007-12-02 14:39:15 +00:00
vo_zr2.c Add a few const attributes 2008-01-23 18:54:14 +00:00
vo_zr.c Use proper length specifiers in mp_msg calls, fixes the warnings: 2007-12-28 23:25:02 +00:00
vosub_vidix.c Relicense files marked as GPL v2 to GPL v2 or later. 2007-12-31 13:40:08 +00:00
vosub_vidix.h Add explanatory comments to the #endif part of multiple inclusion guards. 2007-12-31 16:15:50 +00:00
w32_common.c Make sure the -wid window does not get notified when we destroy our attached child window. 2008-02-09 14:47:10 +00:00
w32_common.h Add missing vo_w32_border prototype 2008-01-20 09:41:50 +00:00
wskeys.h Add explanatory comments to the #endif part of multiple inclusion guards. 2007-12-31 16:15:50 +00:00
x11_common.c Use a transform_color function to reduce code duplication 2008-01-12 16:30:41 +00:00
x11_common.h Add explanatory comments to the #endif part of multiple inclusion guards. 2007-12-31 16:15:50 +00:00