summaryrefslogtreecommitdiff
path: root/src/collect.h
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
2014-12-01Some doc improvements.Carl Hetherington
2014-11-26More header guards.Carl Hetherington
2014-10-06Template-ize collect so that any container can be used.Carl Hetherington
Add new vertical reference of TOP_OF_SUBTITLE, and use references with line numbers as well as proportional specifiers. Add a couple of methods to MetricTime.
2014-05-30Split up into RawSubtitle and Subtitle, with collect(). Hopefully cleaner.Carl Hetherington