Add test() to cscript.
[libdcp.git] / test /
2015-05-04 Carl HetheringtonTests amnesty.
2015-04-20 Carl HetheringtonRemove writing of FrameInfos to disk.
2015-01-22 Carl HetheringtonMerge branch 'master' of ssh://main.carlh.net/home...
2015-01-16 Carl HetheringtonSupport horizontal alignment specification in subtitles.
2015-01-14 Carl HetheringtonFix subtitle parser to cope with
2015-01-08 Carl HetheringtonChange libdcp::Time to allow sub-second units to be...
2014-11-02 Carl HetheringtonTidy operator<= for libdcp::Time somewhat. Change...
2014-11-02 Carl HetheringtonFix tests. Fix rounding of time creation from seconds...
2014-11-01 Carl HetheringtonAdd another test.
2014-10-16 Carl HetheringtonMerge branch 'master' into 12bit
2014-10-06 Carl HetheringtonFix heinous bug with conversion to libdcp::Time causing...
2014-07-14 Carl HetheringtonUse a real DCP for this test.
2014-06-26 Carl HetheringtonTry to support different KDM formulations.
2014-05-28 Carl HetheringtonModify KDM code to take a CPL disk file instead of...
2014-05-15 Carl HetheringtonFix tm_to_string to use local timezone on all platforms...
2014-03-18 Carl HetheringtonVarious test tidying.
2014-03-18 Carl HetheringtonRemove submodule of test/private as submodules don...
2014-03-03 Carl HetheringtonMerge branch 'master' of ssh://carlh.dyndns.org/home...
2014-03-03 Carl HetheringtonFix libdcp test build on Windows.
2014-02-26 Carl HetheringtonUpdate test data.
2014-02-26 Carl HetheringtonClean up unit testing.
2014-01-15 Carl HetheringtonUse MXFAsset::_interop to decide on whether to write...
2014-01-14 Carl HetheringtonMerge branch 'master' of ssh://carlh.dyndns.org/home...
2014-01-14 Carl HetheringtonAdd test for scope, too.
2014-01-14 Carl HetheringtonAdd test for bad ScreenAspectRatio tags in Interop.
2013-12-05 Carl HetheringtonAccept any old case for DCP content kinds.
2013-11-27 Carl HetheringtonTry to fix build on OS X.
2013-11-25 Carl HetheringtonRemove a possibly dodgy use of fstream.
2013-11-25 Carl HetheringtonAdd FILE * constructor for FrameInfo.
2013-11-25 Carl HetheringtonMissing file.
2013-11-25 Carl HetheringtonAdd FrameInfo::write for FILE *; test it.
2013-10-30 Carl HetheringtonUpdate and fix tests.
2013-10-24 Carl HetheringtonAdd Time constructor from ticks; fix Time::to_ticks().
2013-10-10 Carl HetheringtonWrite encryption test all to the right place. Some...
2013-10-09 Carl HetheringtonAvoid use of pipes in openssl hackery.
2013-10-08 Carl HetheringtonMerge branch 'master' of ssh://carlh.dyndns.org/home...
2013-10-04 Carl HetheringtonFix test on Windows.
2013-09-29 Carl HetheringtonMerge branch 'master' of ssh://carlh.dyndns.org/home...
2013-09-29 Carl HetheringtonFix signing of KDMs.
2013-09-29 Carl HetheringtonTest KDMKeys reload.
2013-09-29 Carl HetheringtonNew test.
2013-09-29 Carl HetheringtonTweak.
2013-09-25 Carl HetheringtonSplit up some files.
2013-09-25 Carl HetheringtonSwitch away from the many-constructor-arguments approac...
2013-09-25 Carl HetheringtonAdd round-trip KDM test. Fix various bugs in KDM gener...
2013-09-25 Carl HetheringtonSplit tests up.
2013-09-24 Carl HetheringtonSimplify KDM API slightly.
2013-09-24 Carl HetheringtonVarious KDM work.
2013-09-23 Carl HetheringtonKDM passthrough works ok.
2013-09-21 Carl HetheringtonUnbuilt KDM changes.
2013-09-21 Carl Hetheringtonxmllint a KDM that we generate.
2013-09-20 Carl HetheringtonMore encryption fixes.
2013-09-19 Carl HetheringtonVarious encryption-related stuff.
2013-09-19 Carl HetheringtonRename crypt_chain -> signer_chain.
2013-09-19 Carl HetheringtonRename Encryption -> Signer; move some methods into it.
2013-09-18 Carl HetheringtonA few encryption-related fixes and comments.
2013-09-18 Carl HetheringtonSeparate time -> string functions out.
2013-09-18 Carl HetheringtonFix comment.
2013-09-18 Carl HetheringtonProgressive write API changed slightly.
2013-08-25 Carl HetheringtonFix tests.
2013-08-25 Carl HetheringtonTidy up interop API.
2013-08-25 Carl HetheringtonMerge branch 'master' into interop
2013-08-25 Carl HetheringtonUntested interop DCP/KDM support.
2013-08-21 Carl HetheringtonTry to fix timezone offset formatting.
2013-08-19 Carl HetheringtonTry to fix time zone offsets in Windows.
2013-08-08 Carl HetheringtonMerge branch 'master' of /home/carl/git/libdcp
2013-08-06 Carl HetheringtonRemove unnecessary link of libtiff.
2013-08-05 Carl HetheringtonRemove unnecessary include.
2013-07-23 Carl HetheringtonSimplify streaming API a bit.
2013-07-22 Carl HetheringtonSome hacks.
2013-07-12 Carl HetheringtonAdd XYZFrame and use it.
2013-07-08 Carl HetheringtonMerge branch 'master' of /home/carl/git/libdcp
2013-07-08 Carl HetheringtonUse openssl's base-64 decoding for KDMs.
2013-07-08 Carl HetheringtonImprove certificate handling a bit and fix up tests. encryption
2013-07-07 Carl HetheringtonCheck decryption works in the tests.
2013-07-06 Carl HetheringtonWorking decryption via KDM.
2013-07-06 Carl HetheringtonCan decrypt a KDM.
2013-07-06 Carl HetheringtonMissing file.
2013-07-06 Carl HetheringtonMove some CPL writing from picture/sound assets to...
2013-07-02 Carl HetheringtonSplit test file up a bit.
2013-07-02 Carl HetheringtonSome work on tests.
2013-07-02 Carl HetheringtonMore master merge bits.
2013-07-02 Carl HetheringtonMerge master; at least partially.
2013-06-20 Carl HetheringtonInclude trimming.
2013-06-18 Carl HetheringtonFix static build.
2013-06-18 Carl HetheringtonMerge master.
2013-05-04 Carl HetheringtonMerge master.
2013-05-04 Carl HetheringtonSplit metadata into XML and MXF bits; remove singleton.
2013-05-04 Carl HetheringtonSplit CPL up into its own files.
2013-03-13 Carl HetheringtonMerge branch 'master' of /home/carl/git/libdcp
2013-03-13 Carl HetheringtonCompute LUTs at run-time. dynamic-lut
2013-02-05 Carl HetheringtonFix build on Windows.
2013-02-02 Carl HetheringtonTweak API a little.
2013-02-02 Carl HetheringtonBasics of fake write seem to work.
2013-02-01 Carl HetheringtonUnfinished attempt to overwrite existing; tricky becaus...
2013-01-22 Carl HetheringtonRemove hacky start_frame stuff from SoundAsset for...
2013-01-17 Carl HetheringtonUse new Size struct.
2013-01-14 Carl HetheringtonFix merge.
2013-01-14 Carl HetheringtonMerge master
2013-01-12 Carl HetheringtonAdd simple support for generating audio MXFs from part...
next