mpv/video/out
Stefano Pigozzi 9d0c1d6913 cocoa: refactor sync scheduling to a function
This extracts the scheduling logic to a single function which is nicer to keep
it consistent.

Additionally make sure we don't schedule sync operations from a sync operation
itself since that could cause deadlocks (even if it should not be happening
with the current code).
2014-04-28 21:51:04 +02:00
..
cocoa cocoa: use mainScreen as a fallback for window constraining 2014-04-28 21:32:59 +02:00
aspect.c vo: add some general support code for VOs that allow rotation 2014-04-21 02:57:16 +02:00
aspect.h vo: add some general support code for VOs that allow rotation 2014-04-21 02:57:16 +02:00
bitmap_packer.c
bitmap_packer.h
cocoa_common.h
cocoa_common.m cocoa: refactor sync scheduling to a function 2014-04-28 21:51:04 +02:00
d3d_shader_yuv.h
d3d_shader_yuv.hlsl
dither.c
dither.h
filter_kernels.c
filter_kernels.h
gl_cocoa.c
gl_common.c
gl_common.h
gl_header_fixes.h
gl_hwdec_vaglx.c video: make mp_image use mp_image_params directly 2014-04-21 02:57:16 +02:00
gl_hwdec_vda.c
gl_hwdec_vdpau.c
gl_lcms.c gl_lcms: properly expand the cache filename being written 2014-04-05 18:13:00 +02:00
gl_lcms.h vo_opengl, cocoa: allow to autoselect a color profile 2014-03-31 22:07:33 +02:00
gl_osd.c
gl_osd.h
gl_video.c vo_opengl: support rotation 2014-04-21 02:57:16 +02:00
gl_video.h video/out: remove legacy colorspace stuff 2014-03-29 00:25:08 +01:00
gl_video_shaders.glsl
gl_w32.c
gl_wayland.c wayland/shm: Use subsurfaces for OSD 2014-04-16 16:38:54 +02:00
gl_x11.c
pnm_loader.c
pnm_loader.h
vo.c vo: do not check for events on unconfigured VO 2014-04-25 05:03:24 +02:00
vo.h vo: simplify event_fd handling 2014-04-22 21:06:23 +02:00
vo_caca.c
vo_corevideo.c vo_corevideo: remove unused variable 2014-03-31 22:10:33 +02:00
vo_direct3d.c Fix some libav* include statements 2014-04-19 17:18:10 +02:00
vo_image.c
vo_lavc.c encode: write 2-pass stats only per-packet 2014-04-11 00:08:32 +02:00
vo_null.c
vo_opengl.c vo_opengl: support rotation 2014-04-21 02:57:16 +02:00
vo_opengl_old.c video/out: remove legacy colorspace stuff 2014-03-29 00:25:08 +01:00
vo_sdl.c
vo_vaapi.c video/out: remove legacy colorspace stuff 2014-03-29 00:25:08 +01:00
vo_vdpau.c video: make mp_image use mp_image_params directly 2014-04-21 02:57:16 +02:00
vo_wayland.c wayland/shm: Use subsurfaces for OSD 2014-04-16 16:38:54 +02:00
vo_x11.c
vo_xv.c video/out: remove legacy colorspace stuff 2014-03-29 00:25:08 +01:00
w32_common.c w32_common: use ToUnicode to translate key input 2014-04-17 22:52:19 +02:00
w32_common.h w32_common: use ToUnicode to translate key input 2014-04-17 22:52:19 +02:00
wayland_common.c Revert "wayland: print waylands display erros" 2014-04-26 14:51:48 +02:00
wayland_common.h wayland/shm: Use subsurfaces for OSD 2014-04-16 16:38:54 +02:00
x11_common.c Fix some libav* include statements 2014-04-19 17:18:10 +02:00
x11_common.h
x11_icon.bin