summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2017-01-11Replace DCP parser with basic version that uses libdcp.libdcp-againCarl Hetherington
2017-01-11Add missing file.Carl Hetherington
2017-01-11Forward-port STL binary writer from master, pulling in horizontal position ↵Carl Hetherington
stuff.
2016-10-31Put newline after closing italic / bold when writing binary STL.Carl Hetherington
2016-09-20Fix build.Carl Hetherington
2016-09-20Give a more informative exception on SubRip parse failures.Carl Hetherington
2016-09-13Fix STL italic / underline (from master).Carl Hetherington
2016-09-13Fix incorrect reading of STL when italic/underline codes span line breaks ↵Carl Hetherington
(from master).
2016-09-13Tweak ISO6937 mapping to put $ sign on 0xa4 (164) (from master).Carl Hetherington
2016-08-12Forward-port some STL fixes from libsub.Carl Hetherington
2016-07-22Use locked_sstream.Carl Hetherington
2016-07-22Replace read_stream with read_string.Carl Hetherington
2016-07-03Support underline in SSA/ASS.Carl Hetherington
2016-07-01Bump asdcplib for header movements.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-24Fix end-of-stringstream logic to not miss the last line.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-09Comments.Carl Hetherington
2016-06-09Don't specify arbitrary guessed stuff.Carl Hetherington
2016-06-09Extend operator== to cope with non-specified lines values.Carl Hetherington
2016-06-09Don't fill in vertical_position.lines with an arbitrary value.Carl Hetherington
2016-06-09Add comment.Carl Hetherington
2016-06-02Fix errors with SSA subtitles containing commas.Carl Hetherington
2016-06-02Merge branch '1.0' of git.carlh.net:git/libsub into 1.0Carl Hetherington
2016-06-02Remove unicode BOM from SSA files.Carl Hetherington
2016-05-23Add another test and allow spaces at the end of time/position lines.Carl Hetherington
2016-04-04Tidy subrip parsing a bit and fix failure to persistCarl Hetherington
italic/bold etc. across multiple lines of one subtitle (DCP-o-matic bug #837).
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
2016-02-11Extract get_line_{file,stringstream} into standalone methods.Carl Hetherington
2016-01-16Use asdclib-cth rather than in-tree copy.Carl Hetherington
2015-12-16Some missing headers; Time tweaks.Carl Hetherington
2015-12-16Replace MessageError with std::runtime_error.Carl Hetherington
2015-12-16Replace use of cassert with exceptions.Carl Hetherington
2015-12-16No-op; remove trailing whitespace.Carl Hetherington
2015-12-16Missing install target.Carl Hetherington
2015-12-04Comment.Carl Hetherington
2015-11-15Comment.Carl Hetherington