mpv/sub
wm4 abc6d130ac command: shorten long playlists on OSD
A hacky, convoluted, half-working mess that attempts to cut off overlong
playlists.

It does so by relying on the ASS formatting rule that the font size is
specified in the virtual PlayResY resolution. This means we can
(normally) easily tell how many lines fit on the screen. On the other
hand, this does not work if the text is wrapped.

This as a kludge until a Better™ solution is available.
2017-01-26 18:24:53 +01:00
..
ass_mp.c sub: change how libass output is converted to RGBA in some cases 2016-07-03 19:32:31 +02:00
ass_mp.h sub: pack libass bitmaps directly in sd_ass.c and osd_libass.c 2016-06-30 21:38:50 +02:00
dec_sub.c dec_sub: avoid full reinit on switches to the same segment 2016-11-09 16:44:06 +01:00
dec_sub.h sd_lavc: remove old broken heuristic 2017-01-23 15:28:12 +01:00
draw_bmp.c mp_image: split colorimetry metadata into its own struct 2016-07-03 19:42:52 +02:00
draw_bmp.h csputils: get rid of mp_csp_details 2015-01-06 16:50:58 +01:00
img_convert.c sub: move RGBA scaling to vo_vaapi 2016-07-03 19:32:43 +02:00
img_convert.h sub: move RGBA scaling to vo_vaapi 2016-07-03 19:32:43 +02:00
lavc_conv.c Remove compatibility things 2016-12-07 19:53:11 +01:00
osd.c player: show subtitles on VO if --force-window is used 2016-10-26 20:44:05 +02:00
osd.h command: shorten long playlists on OSD 2017-01-26 18:24:53 +01:00
osd_dummy.c command: shorten long playlists on OSD 2017-01-26 18:24:53 +01:00
osd_font.otf osd+osc: Add left-arrow to osd-font 2014-08-21 18:45:41 +02:00
osd_libass.c command: shorten long playlists on OSD 2017-01-26 18:24:53 +01:00
osd_state.h osd: move some internal declarations to internal headers 2017-01-26 16:34:31 +01:00
sd.h sub: don't potentially discard too many subtitles on seek 2016-08-14 20:27:37 +02:00
sd_ass.c options: rename subtitle options 2016-10-03 16:57:04 +02:00
sd_lavc.c sub: add option to force using video resolution for image subtitles 2017-01-23 15:55:09 +01:00