summaryrefslogtreecommitdiff
path: root/src/ssa_reader.cc
AgeCommit message (Expand)Author
2023-12-22Make SSA reader more tolerant of missing styles (DoM #2685).v1.6.45Carl Hetherington
2022-09-02Correctly parse \c tags in SSA (with no specified colour) to return to Primar...Carl Hetherington
2022-08-10Fix parsing of SSA colour tags which have their leading zeros omitted.v1.6.27Carl Hetherington
2022-07-18It seems likely that SSA font sizes should be interpreted asv1.6.26Carl Hetherington
2022-07-06(More) properly support MarginV in SSA/ASS.Carl Hetherington
2022-07-06Fix pretty broken SSA alignment code.Carl Hetherington
2021-07-14Fix boost bind warning.Carl Hetherington
2021-01-13Remove use of boost foreach.Carl Hetherington
2021-01-13Replace list with vector in most of the API.Carl Hetherington
2020-02-14Make horizontal position references correct when parsing \anXCarl Hetherington
2020-02-13Factor SSA style parsing out to separate method.Carl Hetherington
2019-07-11Improve SSA colour parsing.Carl Hetherington
2019-06-24Add support for \c in SSA.Carl Hetherington
2019-03-12Remove sstream dependency.Carl Hetherington
2019-02-08Tweak previous.Carl Hetherington
2019-02-08Fix crash with empty SSA subtitle.Carl Hetherington
2017-07-28Support \fs in ssa.1.0-more-ssa-tagsCarl Hetherington
2017-07-28Support \pos in ssa.Carl Hetherington
2017-07-28CENTRE_OF_SCREEN -> VERTICAL_CENTRE_OF_SCREEN.Carl Hetherington
2016-07-22Use locked_sstream.Carl Hetherington
2016-07-03Support underline in SSA/ASS.Carl Hetherington
2016-06-26Merge branch '1.0' of git.carlh.net:git/libsub into 1.0Carl Hetherington
2016-06-26Fix coalesced override codes (\i1\b1 and such).Carl Hetherington
2016-06-24Support underline in SSA/ASS.Carl Hetherington
2016-06-20Accept V4+ styles as well as V4 ones in SSA.Carl Hetherington
2016-06-20Fix bold and newlines (in some cases) in SSA.Carl Hetherington
2016-06-19Fix some small errors in SSA/ASS parsing.Carl Hetherington
2016-06-11Support an commands in SSA.Carl Hetherington
2016-06-11Test and fix italic support in SSA.Carl Hetherington
2016-06-09Various work on improving vertical position handling.Carl Hetherington
2016-06-02Fix errors with SSA subtitles containing commas.Carl Hetherington
2016-06-02Remove unicode BOM from SSA files.Carl Hetherington
2016-02-15Use parse_line to parse all SSA subs.Carl Hetherington
2016-02-15Ignore newlines in SSA lines.Carl Hetherington
2016-02-15Fix newline parsing.Carl Hetherington
2016-02-15Fix vertical position referencing of subs in parse_line.Carl Hetherington
2016-02-15Basic support for parsing in-line markup in SSA.Carl Hetherington
2016-02-12Stub vertical position for SSA.Carl Hetherington
2016-02-11Rudimentary SSA parser.Carl Hetherington