mpv/sub
wm4 4d11f32162 VO, sub: refactor
Remove VFCTRL_DRAW_OSD, VFCAP_EOSD_FILTER, VFCAP_EOSD_RGBA, VFCAP_EOSD,
VOCTRL_DRAW_EOSD, VOCTRL_GET_EOSD_RES, VOCTRL_QUERY_EOSD_FORMAT.

Remove draw_osd_with_eosd(), which rendered the OSD by calling
VOCTRL_DRAW_EOSD. Change VOs to call osd_draw() directly, which takes
a callback as argument. (This basically works like the old OSD API,
except multiple OSD bitmap formats are supported and caching is
possible.)

Remove all mentions of "eosd". It's simply "osd" now.

Make OSD size per-OSD-object, as they can be different when using
vf_sub. Include display_par/video_par in resolution change detection.

Fix the issue with margin borders in vo_corevideo.
2012-10-24 21:56:34 +02:00
..
ass_mp.c VO, sub: refactor 2012-10-24 21:56:34 +02:00
ass_mp.h VO, sub: refactor 2012-10-24 21:56:34 +02:00
dec_sub.c VO, sub: refactor 2012-10-24 21:56:34 +02:00
dec_sub.h VO, sub: refactor 2012-10-24 21:56:34 +02:00
draw_bmp.c draw_bmp: don't try to call swscale if image format not supported 2012-10-24 21:56:34 +02:00
draw_bmp.h sub: add cache to mp_draw_sub_bitmaps() 2012-10-24 21:56:34 +02:00
find_sub.c
find_subfiles.c sub: silence output of subtitle search message 2012-07-30 01:45:07 +02:00
find_subfiles.h subs: options: add -sub-paths 2011-04-20 04:22:52 +03:00
img_convert.c Remove things related to old OSD 2012-10-24 21:56:33 +02:00
img_convert.h Remove things related to old OSD 2012-10-24 21:56:33 +02:00
osd_dummy.c sub: allow rendering OSD in ASS image format directly, simplify 2012-10-16 07:26:30 +02:00
osd_font.pfb osd: osd_font.h -> osd_font.pfb 2012-07-28 23:36:08 +02:00
osd_libass.c VO, sub: refactor 2012-10-24 21:56:34 +02:00
sd.h VO, sub: refactor 2012-10-24 21:56:34 +02:00
sd_ass.c VO, sub: refactor 2012-10-24 21:56:34 +02:00
sd_lavc.c VO, sub: refactor 2012-10-24 21:56:34 +02:00
spudec.c VO, sub: refactor 2012-10-24 21:56:34 +02:00
spudec.h VO, sub: refactor 2012-10-24 21:56:34 +02:00
sub.c VO, sub: refactor 2012-10-24 21:56:34 +02:00
sub.h VO, sub: refactor 2012-10-24 21:56:34 +02:00
subassconvert.c subassconvert: order colour names alphabetically / better match W3 list 2012-08-03 03:47:09 +02:00
subassconvert.h
subreader.c sub: simplify code by always defining sub_cp 2012-08-03 06:53:10 +02:00
subreader.h Remove dead code 2012-08-01 17:07:35 +02:00
vobsub.c Remove dead code 2012-08-01 17:07:35 +02:00
vobsub.h Remove dead code 2012-08-01 17:07:35 +02:00