mpv/video/out
wm4 fa34b4920a vdpau: don't upload video images in advance
With software decoding, images were uploaded to vdpau surfaces as they
were queued to the VO. This makes it slightly more complicated
(especially later on), and has no advantages - so stop doing it.

The only reason why this was done explicitly was due to attempts to keep
the code equivalent (instead of risking performance regressions). The
original code did this naturally for certain reasons, but now that we
can measure that it has no advantages and just requires extra code, we
can just drop it.
2014-07-29 00:21:02 +02:00
..
cocoa
aspect.c
aspect.h
bitmap_packer.c
bitmap_packer.h
cocoa_common.h cocoa: move CGL context creation to gl_cocoa 2014-07-08 21:06:57 +02:00
cocoa_common.m vo: remove vo_mouse_movement() wrapper 2014-07-27 21:53:29 +02:00
d3d_shader_yuv.h
d3d_shader_yuv.hlsl
dither.c
dither.h
filter_kernels.c
filter_kernels.h
gl_cocoa.c cocoa: fix compilation on OS X 10.8 2014-07-14 07:21:44 +02:00
gl_common.c Remove some mp_msg calls with no trailing \n 2014-07-13 20:12:13 +02:00
gl_common.h
gl_header_fixes.h
gl_hwdec_vaglx.c
gl_hwdec_vda.c
gl_hwdec_vdpau.c
gl_lcms.c video: Generate an accurate CMS matrix instead of hard-coding 2014-06-22 19:02:06 +02:00
gl_lcms.h
gl_osd.c
gl_osd.h
gl_video.c vo_opengl: Make approx-gamma affect OSD/sub 2014-06-22 19:07:02 +02:00
gl_video.h
gl_video_shaders.glsl vo_opengl: Make approx-gamma affect OSD/sub 2014-06-22 19:07:02 +02:00
gl_w32.c win32: don't use CS_OWNDC 2014-07-26 20:28:01 +02:00
gl_wayland.c
gl_x11.c
pnm_loader.c Audit and replace all ctype.h uses 2014-07-01 23:11:08 +02:00
pnm_loader.h
vo.c vdpau: don't upload video images in advance 2014-07-29 00:21:02 +02:00
vo.h vdpau: don't upload video images in advance 2014-07-29 00:21:02 +02:00
vo_caca.c vo: remove vo_mouse_movement() wrapper 2014-07-27 21:53:29 +02:00
vo_corevideo.c
vo_direct3d.c win32: make private struct private, refactor 2014-07-26 20:27:03 +02:00
vo_image.c
vo_lavc.c
vo_null.c
vo_opengl.c
vo_opengl_old.c Audit and replace all ctype.h uses 2014-07-01 23:11:08 +02:00
vo_sdl.c vo: remove vo_mouse_movement() wrapper 2014-07-27 21:53:29 +02:00
vo_vaapi.c video/out: use strcmp() instead of strcasecmp() for equalizers 2014-07-10 08:27:15 +02:00
vo_vdpau.c vdpau: don't upload video images in advance 2014-07-29 00:21:02 +02:00
vo_wayland.c vo: different hack for VOs which need to mangle mouse input 2014-07-27 21:33:11 +02:00
vo_x11.c vo_x11: fix build with older Libav versions 2014-07-28 21:48:43 +02:00
vo_xv.c vo: different hack for VOs which need to mangle mouse input 2014-07-27 21:33:11 +02:00
w32_common.c vo: remove vo_mouse_movement() wrapper 2014-07-27 21:53:29 +02:00
w32_common.h win32: make private struct private, refactor 2014-07-26 20:27:03 +02:00
wayland_common.c vo: remove vo_mouse_movement() wrapper 2014-07-27 21:53:29 +02:00
wayland_common.h
win_state.c
win_state.h
x11_common.c vo: remove vo_mouse_movement() wrapper 2014-07-27 21:53:29 +02:00
x11_common.h
x11_icon.bin