mpv/sub
Guido Cella 646f31f196 sd_ass: don't log if subtitles have unknown duration
Users shouldn't have to care if subtitles' duration is unknown because
the only difference is that decode() sets a duration to packets without
one, if any.

The main difference was code intentionally breaking sub-seek, sub-step,
sub-start and sub-end for unknown duration subtitles for some reason,
but I removed it in 0f2370476b and 185fa9ffc6.

LRC subtitles always have unknown duration so if you use them having
this logged on every song is annoying, so only log it in verbose mode.
2024-05-05 13:59:41 +02:00
..
ass_mp.c
ass_mp.h
dec_sub.c
dec_sub.h
draw_bmp.c
draw_bmp.h
filter_jsre.c
filter_regex.c
filter_sdh.c
img_convert.c
img_convert.h
lavc_conv.c
meson.build
osd.c sub/osd: fix rounding when rescaling bitmap subtitle rects 2024-05-03 16:16:53 +02:00
osd.h osd: show left arrow when playing backwards 2024-05-05 13:47:20 +02:00
osd_font.otf tools: add narrow left arrow glyph for OSD 2024-05-05 13:47:20 +02:00
osd_libass.c
osd_state.h
sd.h
sd_ass.c sd_ass: don't log if subtitles have unknown duration 2024-05-05 13:59:41 +02:00
sd_lavc.c sd_lavc: reduce unnecessary error log on probing nonexistent codecs 2024-05-03 16:13:07 +02:00