summaryrefslogtreecommitdiff
path: root/test/subtitle_tests.cc
AgeCommit message (Collapse)Author
2015-06-25No-op: whitespace.Carl Hetherington
2015-05-04Tests amnesty.Carl Hetherington
2015-01-16Support horizontal alignment specification in subtitles.Carl Hetherington
2015-01-14Fix subtitle parser to cope withCarl Hetherington
<Text>Hello this is some <Font italic="yes">italic</Font> text</Text>. The data structures are unable to cope, so hack it to use Pango markup in those cases (formatting changes during a line).
2015-01-08Change libdcp::Time to allow sub-second units to be anything, so thatCarl Hetherington
we can support SMPTE subtitles which use TimeCodeRate as the base rather than the arbitrary "ticks" (4ms) of Interop.
2014-11-02Tidy operator<= for libdcp::Time somewhat. Change subtitles_at to ↵Carl Hetherington
subtitles_during as it's a better API for dcptocomps.
2013-09-25Split tests up.Carl Hetherington
2013-07-02Split test file up a bit.Carl Hetherington