1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-24 07:42:17 +00:00
mpv/sub
wm4 78fe1d3a2c sub: unprefer libavcodec's MicroDVD converter
Prefer the builtin one again. libavcodec still uses the ASS packet
format that uses inline timestamps, so the packet timestamps are
ignored. This again leads to additional rounding of timestamps, because
the ASS storage format only has 10ms resolution (instead of 1ms
resolution like libass). This again can lead to unintentional overlaps
when converting subtitles. The internal MicroDVD converter avoids this,
because it always uses packet timestamps.
2015-04-08 22:18:20 +02:00
..
ass_mp.c sub: add --sub-text-bold option 2015-04-01 22:58:12 +02:00
ass_mp.h sub: move mp_ass_configure() code 2015-02-24 15:49:26 +01:00
dec_sub.c sub: unprefer libavcodec's MicroDVD converter 2015-04-08 22:18:20 +02:00
dec_sub.h
draw_bmp.c osd: simplify an aspect of change detection handling 2015-03-18 13:15:20 +01:00
draw_bmp.h csputils: get rid of mp_csp_details 2015-01-06 16:50:58 +01:00
find_subfiles.c player: load .ac3 files as external files 2015-04-02 23:15:12 +02:00
find_subfiles.h player: add external audio file auto-loading 2015-02-02 21:23:12 +01:00
img_convert.c video: uninline memcpy_pic functions 2015-03-20 00:21:23 +01:00
img_convert.h
osd_dummy.c Add some missing "const"s 2014-10-10 13:44:08 +02:00
osd_font.otf
osd_libass.c osd: force alignment for OSD bar 2015-02-24 14:40:06 +01:00
osd_state.h osd: simplify an aspect of change detection handling 2015-03-18 13:15:20 +01:00
osd.c sub: add --sub-text-bold option 2015-04-01 22:58:12 +02:00
osd.h sub: add --sub-text-bold option 2015-04-01 22:58:12 +02:00
sd_ass.c video: move colorspace overrides to vf_format, simplify 2015-03-31 00:09:03 +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 osd: simplify an aspect of change detection handling 2015-03-18 13:15:20 +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 sub: this isn't needed either 2015-03-03 15:19:33 +01:00