summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Collapse)Author
2015-06-25No-op: whitespace.Carl Hetherington
2015-06-01Update tests for previous change.Carl Hetherington
2015-05-18Rename CPL/PKL files to be {cpl,pkl}_uuid.xml rather thanCarl Hetherington
uuid_{cpl,pkl}.xml as this seems to be more conventional.
2015-05-04Tests amnesty.Carl Hetherington
2015-04-20Remove writing of FrameInfos to disk.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.
2014-11-02Fix tests. Fix rounding of time creation from seconds of frame counts.Carl Hetherington
2014-11-01Add another test.Carl Hetherington
2014-10-06Fix heinous bug with conversion to libdcp::Time causing missing subtitles ↵Carl Hetherington
(and probably other problems).
2014-07-14Use a real DCP for this test.Carl Hetherington
2014-06-26Try to support different KDM formulations.Carl Hetherington
2014-05-28Modify KDM code to take a CPL disk file instead of a whole CPL object.Carl Hetherington
2014-05-15Fix tm_to_string to use local timezone on all platforms. Some comments.Carl Hetherington
2014-03-18Various test tidying.Carl Hetherington
2014-03-18Remove submodule of test/private as submodules don't seem to work too well ↵Carl Hetherington
with git-annex.
2014-03-03Fix libdcp test build on Windows.Carl Hetherington
2014-02-26Update test data.Carl Hetherington
2014-02-26Clean up unit testing.Carl Hetherington
2014-01-15Use MXFAsset::_interop to decide on whether to write asset XML as Interop or ↵Carl Hetherington
SMPTE.
2014-01-14Add test for scope, too.Carl Hetherington
2014-01-14Add test for bad ScreenAspectRatio tags in Interop.Carl Hetherington
2013-12-05Accept any old case for DCP content kinds.Carl Hetherington
2013-11-27Try to fix build on OS X.Carl Hetherington
2013-11-25Remove a possibly dodgy use of fstream.Carl Hetherington
2013-11-25Add FILE * constructor for FrameInfo.Carl Hetherington
2013-11-25Missing file.Carl Hetherington
2013-11-25Add FrameInfo::write for FILE *; test it.Carl Hetherington
2013-10-30Update and fix tests.Carl Hetherington
2013-10-24Add Time constructor from ticks; fix Time::to_ticks().Carl Hetherington
2013-10-10Write encryption test all to the right place. Some more XML writes ↵Carl Hetherington
unformatted to fix digests.
2013-10-09Avoid use of pipes in openssl hackery.Carl Hetherington
2013-10-04Fix test on Windows.Carl Hetherington
2013-09-29Fix signing of KDMs.Carl Hetherington
2013-09-29Test KDMKeys reload.Carl Hetherington
2013-09-29New test.Carl Hetherington
2013-09-29Tweak.Carl Hetherington
2013-09-25Split up some files.Carl Hetherington
2013-09-25Switch away from the many-constructor-arguments approach to a hopefully ↵Carl Hetherington
simpler API.
2013-09-25Add round-trip KDM test. Fix various bugs in KDM generation. Some string ↵Carl Hetherington
-> path.
2013-09-25Split tests up.Carl Hetherington
2013-09-24Simplify KDM API slightly.Carl Hetherington
2013-09-24Various KDM work.Carl Hetherington
2013-09-23KDM passthrough works ok.Carl Hetherington
2013-09-21Unbuilt KDM changes.Carl Hetherington
2013-09-21xmllint a KDM that we generate.Carl Hetherington
2013-09-20More encryption fixes.Carl Hetherington
2013-09-19Various encryption-related stuff.Carl Hetherington