summaryrefslogtreecommitdiff
path: root/src/util.cc
AgeCommit message (Collapse)Author
2022-12-03Remove DCP subtitle support.v1.6.41Carl Hetherington
This was only a thin wrapper around libdcp, used by videocon but not by DCP-o-matic. It seems very unlikely that anybody else will want it, and the dependency of libsub on libdcp causes hassle that will be gladly avoided.
2021-01-13Replace list with vector in most of the API.Carl Hetherington
2021-01-05std::shared_ptrCarl Hetherington
2020-01-23Move the body of dumpsubs out into a method.Carl Hetherington
2019-03-12Remove sstream dependency.Carl Hetherington
2016-07-22Use locked_sstream.Carl Hetherington
2016-06-24Fix end-of-stringstream logic to not miss the last line.Carl Hetherington
2016-06-20Fix bold and newlines (in some cases) in SSA.Carl Hetherington
2016-06-02Remove unicode BOM from SSA files.Carl Hetherington
2016-02-11Extract get_line_{file,stringstream} into standalone methods.Carl Hetherington
2015-01-20Simplify time representation; better in-tree DCP subtitle parser.Carl Hetherington