mpv/video/out
wm4 74f416fd2d vo_xv: allocate Xv images with aligned stride
This is required, as the Xv image is directly used for rendering OSD and
taking screenshots. These involve libswscale, which wants aligned
strides.

There doesn't seem to be an easy way to request aligned strides from Xv.
Simply request an image with an aligned width, which usually results in
an aligned stride. The padding border remains invisible.

One caveat is that if padding is added, there might be scaling artifacts
on the right pixel border of the screen. This is at least the case with
nvidia binary drivers. Since we consider vo_xv a sensible choice only on
crappy/slow hardware, performance is more important than quality.
2012-11-22 19:54:06 +01:00
..
aspect.c
aspect.h
bitmap_packer.c
bitmap_packer.h
cocoa_common.h
cocoa_common.m cocoa_common: create window in the correct screen 2012-11-21 13:42:55 +01:00
d3d_shader_yuv.h
d3d_shader_yuv.hlsl
d3d_shader_yuv_2ch.h
filter_kernels.c
filter_kernels.h
geometry.c
geometry.h
gl_common.c gl_common: improve Mesa compatibility for GL3 context creation 2012-11-20 18:00:16 +01:00
gl_common.h
gl_header_fixes.h clang: fix all warnings except deprecations 2012-11-13 22:19:18 +01:00
gl_osd.c
gl_osd.h
osx_common.c
osx_common.h
pnm_loader.c
pnm_loader.h
vo.c
vo.h options, vo_x11: remove -zoom option, make it default 2012-11-16 21:21:14 +01:00
vo_caca.c
vo_corevideo.h
vo_corevideo.m options, vo_x11: remove -zoom option, make it default 2012-11-16 21:21:14 +01:00
vo_direct3d.c options, vo_x11: remove -zoom option, make it default 2012-11-16 21:21:14 +01:00
vo_image.c video: fix bogus uses of mp_image.w/width 2012-11-21 19:58:51 +01:00
vo_lavc.c Improve compatibility with Libav 0.8.4 and ffmpeg 0.11.2 2012-11-14 11:45:52 +01:00
vo_null.c
vo_opengl.c vo_opengl: remove osdcolor suboption 2012-11-16 21:21:14 +01:00
vo_opengl_old.c options, vo_x11: remove -zoom option, make it default 2012-11-16 21:21:14 +01:00
vo_opengl_shaders.glsl
vo_vdpau.c options, vo_x11: remove -zoom option, make it default 2012-11-16 21:21:14 +01:00
vo_x11.c vo_x11: don't require framestepping to update OSD 2012-11-21 19:58:16 +01:00
vo_xv.c vo_xv: allocate Xv images with aligned stride 2012-11-22 19:54:06 +01:00
w32_common.c win32: remove pointless get/release DC wrappers 2012-11-12 20:10:42 +01:00
w32_common.h win32: remove pointless get/release DC wrappers 2012-11-12 20:10:42 +01:00
x11_common.c options: remove --display 2012-11-16 21:21:15 +01:00
x11_common.h options: remove --display 2012-11-16 21:21:15 +01:00