Move some tests from write_subtitle_test into interop_subtitle_test.
[libdcp.git] / test / write_subtitle_test.cc
2021-04-14 Carl HetheringtonMove some tests from write_subtitle_test into interop_s...
2021-04-14 Carl HetheringtonMove some tests from write_subtitle_test to smpte_subti...
2021-04-14 Carl HetheringtonC++11 tidying.
2021-04-11 Carl HetheringtonC++11 tidying.
2021-04-11 Carl HetheringtonSpecify CPL standard on construction.
2021-04-11 Carl HetheringtonSplit ReelSubtitleAsset into Interop and SMPTE classes.
2021-01-21 Carl HetheringtonUse enum class for the things in types.h
2021-01-17 Carl HetheringtonReplace std::list with std::vector in the API.
2021-01-07 Carl Hetheringtonstd::shared_ptr
2020-11-19 Carl HetheringtonTidy up handling of language metadata for subtitles.
2020-11-01 Carl HetheringtonRename Data -> ArrayData.
2020-09-27 Carl Hetherington<ContentVersion> is optional in Interop so we can't...
2020-09-21 Carl HetheringtonUse a vector<ContentVersion> instead of just one, to...
2020-09-21 Carl HetheringtonAdd ContentVersion class.
2020-09-20 Carl HetheringtonRemove XMLMetadata use from tests.
2020-09-20 Carl HetheringtonRemove XMLMetadata from DCP::write_xml and DCP::write_a...
2020-09-20 Carl HetheringtonStop using XMLMetadata in CPL. It's always felt a...
2020-09-09 Carl HetheringtonUse the <Id> read in when the Reel was created from...
2020-07-12 Carl HetheringtonFix up some tests.
2020-07-11 Carl HetheringtonHopefully make all tests stable enough to be run with...
2019-03-17 Carl HetheringtonMerge branch 'master' of ssh://git.carlh.net/home/carl...
2019-03-16 Carl HetheringtonFix some GPL boilerplate.
2019-03-12 Carl HetheringtonMore insulation against libdcp version updates.
2019-03-12 Carl HetheringtonStop test output depending on libdcp version.
2019-01-14 Carl HetheringtonMerge branch 'master' of ssh://git.carlh.net/home/carl...
2019-01-14 Carl HetheringtonTidy repeated call of make_uuid() and don't put urn...
2018-09-02 Carl HetheringtonHopefully-correct PKL and AssetMap when using Interop...
2018-07-08 Carl HetheringtonSwitch to UUIDs for Interop image subtitle identificati...
2018-07-07 Carl HetheringtonBasic interop bitmap writing.
2018-07-07 Carl HetheringtonSubtitleString -> shared_ptr<Subtitle>
2018-02-12 Carl HetheringtonUse a different ID for the XML inside a SMPTE subtitle...
2018-02-07 Carl Hetheringtondb8af2f changed rebase() to round down when rebasing...
2018-01-13 Carl HetheringtonFix missing HAlign/VAlign attributes in subtitles when...
2018-01-13 Carl HetheringtonFix test references to have no whitespace.
2017-02-24 Carl HetheringtonFormat XML sub output nicely with indents and such.
2016-11-09 Carl HetheringtonFix tests for changes to subtitle whitespace.
2016-10-06 Carl HetheringtonRework subtitle writing to fix incorrect output with
2016-06-24 Carl HetheringtonMerge branch '1.0' of git.carlh.net:git/libdcp into 1.0
2016-06-24 Carl HetheringtonSupport underlining of subtitles.
2016-06-01 Carl HetheringtonStill more licence fixups.
2016-04-12 Carl HetheringtonAdd direction support for SMPTE subtitles; fix pragma...
2016-04-04 Carl HetheringtonAdd a couple of small bold tests.
2016-04-04 Carl HetheringtonBasic untested support for bold in subtitles.
2015-09-28 Carl HetheringtonMerge branch '1.0' of git.carlh.net:git/libdcp into 1.0
2015-09-28 Carl HetheringtonRound down when rebasing times.
2015-07-20 Carl HetheringtonRound up in Time::as_editable_units.
2015-06-24 Carl HetheringtonNo-op: whitespace.
2015-06-24 Carl HetheringtonNo-op: whitespace.
2015-06-08 Carl HetheringtonMerge branch '1.0' of ssh://main.carlh.net/home/carl...
2015-06-08 Carl HetheringtonRemove slightly strange InteropSubtitleAsset constructo...
2015-06-05 Carl HetheringtonInitial work on SMPTE subtitles.
2015-06-05 Carl HetheringtonRename some stuff Content -> Asset.
2015-06-03 Carl HetheringtonBasic HAlign / HPosition support.
2015-06-03 Carl HetheringtonMerge branch '1.0' of git.carlh.net:git/libdcp into 1.0
2015-06-03 Carl HetheringtonAdd AspectAdjust to subtitles.
2015-05-06 Carl HetheringtonMerge branch '1.0' of ssh://main.carlh.net/home/carl...
2015-05-06 Carl HetheringtonPad times with zeros; add Time::rebase().
2015-04-30 Carl HetheringtonSlightly better write subtitle tests.
2015-04-30 Carl HetheringtonAdd a very simple test for writing subtitles.