mpv/libvo
wm4 bef616ede9 vo_vdpau: use new EOSD for OSD, remove support for old OSD format
This allows vo_vdpau to render OSD directly, without the indirection
through the old OSD API, and without the additional conversions.

Remove support for the old OSD format. Only the mplayer DVD subtitle
decoder still generates this format. Although the new OSD interface does
support this format, remove it from vo_vdpau. It would be relatively
hard to support it in the EOSD code, as it requires two surfaces. (These
two surfaces are blended on top of each other to emulate the mplayer OSD
format.) The correct way to implement direct support for DVD subs would
consist of adding a paletted image format of some sort. But even sd_lavc
converts paletted subtitle images to RGBA, so doing something special
just for DVD subs is not worth it.

This means the frontend (sub.c) converts the subtitles to RGBA if it
detects that vo_vdpau does not support them natively.
2012-10-16 07:26:31 +02:00
..
aspect.c Remove dead code 2012-08-01 17:07:35 +02:00
aspect.h VO: remove old VO glue 2012-08-07 01:29:56 +02:00
bitmap_packer.c sub: create sub_bitmap array even when using libass 2012-10-16 07:26:28 +02:00
bitmap_packer.h sub: create sub_bitmap array even when using libass 2012-10-16 07:26:28 +02:00
cocoa_common.h
cocoa_common.m cocoa_common: make fullscreen menubar/dock hiding conditional 2012-09-18 21:08:20 +02:00
csputils.c encode: video encoding now supported using mencoder-like options 2012-09-18 21:08:20 +02:00
csputils.h encode: video encoding now supported using mencoder-like options 2012-09-18 21:08:20 +02:00
d3d_shader_yuv.h
d3d_shader_yuv.hlsl
d3d_shader_yuv_2ch.h
eosd_packer.c subs, vo: do sub bitmap change detection by comparing IDs 2012-09-18 21:04:46 +02:00
eosd_packer.h subs, vo: do sub bitmap change detection by comparing IDs 2012-09-18 21:04:46 +02:00
fastmemcpy.h vo_gl3: support RGBA EOSD 2012-10-16 07:26:30 +02:00
filter_kernels.c
filter_kernels.h
geometry.c
geometry.h
gl_common.c vo_gl3: support RGBA EOSD 2012-10-16 07:26:30 +02:00
gl_common.h vo_gl3: support RGBA EOSD 2012-10-16 07:26:30 +02:00
gl_header_fixes.h
osd.c osd: get rid of useless initialization function 2012-08-20 15:36:05 +02:00
osd.h osd: get rid of useless initialization function 2012-08-20 15:36:05 +02:00
osd_template.c osd: remove FAST_OSD code 2012-08-07 02:21:19 +02:00
osx_common.c cocoa_common: add HiDPI/retina support 2012-08-16 22:41:09 +02:00
osx_common.h cocoa_common: add HiDPI/retina support 2012-08-16 22:41:09 +02:00
video_out.c encode: video encoding now supported using mencoder-like options 2012-09-18 21:08:20 +02:00
video_out.h sub: allow rendering OSD in ASS image format directly, simplify 2012-10-16 07:26:30 +02:00
vo_caca.c vo_caca: use new VO API 2012-08-07 01:09:30 +02:00
vo_corevideo.h
vo_corevideo.m sub: create sub_bitmap array even when using libass 2012-10-16 07:26:28 +02:00
vo_direct3d.c win32: fix compilation on MinGW 2012-08-07 01:09:42 +02:00
vo_gl.c sub: create sub_bitmap array even when using libass 2012-10-16 07:26:28 +02:00
vo_gl3.c sub: allow rendering OSD in ASS image format directly, simplify 2012-10-16 07:26:30 +02:00
vo_gl3_shaders.glsl vo_gl3: support RGBA EOSD 2012-10-16 07:26:30 +02:00
vo_image.c vo_image: add outdir option 2012-08-06 17:52:47 +02:00
vo_lavc.c encode: video encoding now supported using mencoder-like options 2012-09-18 21:08:20 +02:00
vo_null.c vo_null: reformat and use new VO API 2012-08-07 01:09:30 +02:00
vo_vdpau.c vo_vdpau: use new EOSD for OSD, remove support for old OSD format 2012-10-16 07:26:31 +02:00
vo_x11.c vo_x11: reformat, use new VO API 2012-08-07 01:09:22 +02:00
vo_xv.c mplayer: do not create X11 state in player frontend 2012-08-03 05:55:02 +02:00
w32_common.c
w32_common.h
x11_common.c cleanup: remove pointless #defines 2012-09-18 21:04:46 +02:00
x11_common.h cleanup: remove pointless #defines 2012-09-18 21:04:46 +02:00