1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-23 23:32:26 +00:00
mpv/sub
wm4 067bb9605c sub: add option to not scale subtitles with window
--sub-scale-by-window=no attempts to keep subs always at the same pixel
size.

The implementation is a bit all over the place, because it compensates
already done scaling by an inverse scale factor, but it will probably do
its job.

Fixes #1424. (The semantics and name of --sub-scale-with-window are
kept, and this adds a new option - the name is confusingly similar, but
it's actually analogue to --osd-scale-by-window.)
2015-01-05 19:18:08 +01:00
..
ass_mp.c sub: add option to not scale subtitles with window 2015-01-05 19:18:08 +01:00
ass_mp.h
dec_sub.c demux: gracefully handle packet allocation failures 2014-09-16 18:11:00 +02:00
dec_sub.h
draw_bmp.c draw_bmp: make code more obvious, remove assertion 2014-11-21 05:56:55 +01:00
draw_bmp.h
find_subfiles.c sub: load .mks files as external subtitles 2014-11-06 00:18:58 +01:00
find_subfiles.h
img_convert.c img_convert: sanitizer: avoid invalid left-shifts 2014-09-14 21:10:09 +02:00
img_convert.h
osd_dummy.c Add some missing "const"s 2014-10-10 13:44:08 +02:00
osd_font.otf osd+osc: Add left-arrow to osd-font 2014-08-21 18:45:41 +02:00
osd_libass.c player: add option not to use OSD/fontconfig 2014-11-25 11:08:25 +01:00
osd_state.h video/out: change aspects of OSD handling 2014-06-15 20:53:15 +02:00
osd.c sub: remove osd_get_sub() 2014-11-01 00:02:01 +01:00
osd.h sub: remove osd_get_sub() 2014-11-01 00:02:01 +01:00
sd_ass.c sub: add option to workaround broken mkv files 2014-08-14 23:59:35 +02:00
sd_lavc_conv.c Move compat/ and bstr/ directory contents somewhere else 2014-08-29 12:31:52 +02:00
sd_lavc.c sd_lavc: ignore image subtitles with unknown duration after 1 minute 2014-12-22 00:00:18 +01:00
sd_lavf_srt.c Move compat/ and bstr/ directory contents somewhere else 2014-08-29 12:31:52 +02:00
sd_microdvd.c Move compat/ and bstr/ directory contents somewhere else 2014-08-29 12:31:52 +02:00
sd_movtext.c
sd_srt.c Move compat/ and bstr/ directory contents somewhere else 2014-08-29 12:31:52 +02:00
sd.h