Remove use of boost foreach.
[libsub.git] / src / ssa_reader.cc
2021-01-13 Carl HetheringtonRemove use of boost foreach.
2021-01-13 Carl HetheringtonReplace list with vector in most of the API.
2020-02-13 Carl HetheringtonMake horizontal position references correct when parsin...
2020-02-13 Carl HetheringtonFactor SSA style parsing out to separate method.
2019-07-11 Carl HetheringtonImprove SSA colour parsing.
2019-06-24 Carl HetheringtonAdd support for \c in SSA.
2019-03-12 Carl HetheringtonRemove sstream dependency.
2019-02-08 Carl HetheringtonTweak previous.
2019-02-08 Carl HetheringtonFix crash with empty SSA subtitle.
2017-07-28 Carl HetheringtonSupport \fs in ssa. 1.0-more-ssa-tags
2017-07-28 Carl HetheringtonSupport \pos in ssa.
2017-07-28 Carl HetheringtonCENTRE_OF_SCREEN -> VERTICAL_CENTRE_OF_SCREEN.
2016-07-22 Carl HetheringtonUse locked_sstream.
2016-07-03 Carl HetheringtonSupport underline in SSA/ASS.
2016-06-26 Carl HetheringtonMerge branch '1.0' of git.carlh.net:git/libsub into 1.0
2016-06-26 Carl HetheringtonFix coalesced override codes (\i1\b1 and such).
2016-06-24 Carl HetheringtonSupport underline in SSA/ASS.
2016-06-20 Carl HetheringtonAccept V4+ styles as well as V4 ones in SSA.
2016-06-20 Carl HetheringtonFix bold and newlines (in some cases) in SSA.
2016-06-19 Carl HetheringtonFix some small errors in SSA/ASS parsing.
2016-06-11 Carl HetheringtonSupport an commands in SSA.
2016-06-11 Carl HetheringtonTest and fix italic support in SSA.
2016-06-09 Carl HetheringtonVarious work on improving vertical position handling.
2016-06-02 Carl HetheringtonFix errors with SSA subtitles containing commas.
2016-06-02 Carl HetheringtonMerge branch '1.0' of git.carlh.net:git/libsub into 1.0
2016-06-02 Carl HetheringtonRemove unicode BOM from SSA files.
2016-02-15 Carl HetheringtonUse parse_line to parse all SSA subs.
2016-02-15 Carl HetheringtonIgnore newlines in SSA lines.
2016-02-15 Carl HetheringtonFix newline parsing.
2016-02-15 Carl HetheringtonFix vertical position referencing of subs in parse_line.
2016-02-15 Carl HetheringtonBasic support for parsing in-line markup in SSA.
2016-02-12 Carl HetheringtonStub vertical position for SSA.
2016-02-11 Carl HetheringtonRudimentary SSA parser.