1
0
mirror of https://github.com/mpv-player/mpv synced 2025-03-30 15:29:56 +00:00
mpv/sub
wm4 3000df35d3 sub: basic subtitle converters
Add a basic infrastructure for subtitle converters. These converters
work sort-of like decoders, except that they produce packets instead
of subtitle bitmaps. They are put in front of actual decoders.

Start with sd_movtext. 4 lines of code are blown up to a 55 lines file,
but fortunately this is not going to be that bad for the following
converters.
2013-06-03 02:09:07 +02:00
..
ass_mp.c
ass_mp.h
dec_sub.c sub: basic subtitle converters 2013-06-03 02:09:07 +02:00
dec_sub.h sub: basic subtitle converters 2013-06-03 02:09:07 +02:00
draw_bmp.c
draw_bmp.h
find_subfiles.c
find_subfiles.h
img_convert.c
img_convert.h
osd_dummy.c
osd_font.otf
osd_libass.c
sd_ass.c sub: basic subtitle converters 2013-06-03 02:09:07 +02:00
sd_lavc.c
sd_movtext.c sub: basic subtitle converters 2013-06-03 02:09:07 +02:00
sd_spu.c
sd.h sub: basic subtitle converters 2013-06-03 02:09:07 +02:00
spudec.c
spudec.h
sub.c
sub.h
subassconvert.c
subassconvert.h
subreader.c
subreader.h