summaryrefslogtreecommitdiffstats
path: root/sub/sd_movtext.c
Commit message (Collapse)AuthorAgeFilesLines
* sub: basic subtitle converterswm42013-06-031-0/+54
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.