Test churn from adding make_uuid() into CPL.
[libdcp.git] / test / dcp_test.cc
2021-04-11 Carl HetheringtonC++11 tidying.
2021-04-11 Carl HetheringtonSpecify CPL standard on construction.
2021-03-25 Carl HetheringtonWrite MCA tags based on the specified sound field.
2021-01-21 Carl HetheringtonUse enum class for the things in types.h
2021-01-18 Carl HetheringtonBv2.1 9.1: PKL annotation text must match CPL ContentTi...
2021-01-17 Carl HetheringtonBv2.1 8.5: FFOC and LFOC should be present and have...
2021-01-17 Carl HetheringtonUse feature not trailer for some tests to avoid verific...
2021-01-17 Carl HetheringtonReplace dcp::File with dcp::ArrayData.
2021-01-17 Carl HetheringtonRemove 32x32 test image.
2021-01-07 Carl Hetheringtonstd::shared_ptr
2020-11-29 Carl HetheringtonFix terrible SoundAsset::equals() implementation.
2020-10-23 Carl HetheringtonmacOS / new boost build fixes.
2020-10-10 Carl HetheringtonFix crash when loading DCPs whose ASSETMAP contains...
2020-09-21 Carl HetheringtonSupport MCA sound channel tags in MXF/CPL.
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 HetheringtonMove make_simple() into test.{cc,h}
2020-09-09 Carl HetheringtonFix comment typo.
2020-07-11 Carl HetheringtonHopefully make all tests stable enough to be run with...
2019-12-22 Carl HetheringtonFix syntax of ContentVersion/Id in the reference.
2019-03-17 Carl HetheringtonMerge branch 'master' of ssh://git.carlh.net/home/carl...
2019-03-17 Carl HetheringtonFinish initial CPL markers support.
2019-03-16 Carl HetheringtonFix some GPL boilerplate.
2018-09-25 Carl HetheringtonCope with multiple PKLs in a DCP.
2018-03-13 Carl HetheringtonStore interop/SMPTE in MXF.
2017-06-23 Carl HetheringtonFix some test failures caused by changes to handling...
2017-05-17 Carl HetheringtonTest an Interop DCP (dcp_test7) with associated churn...
2017-02-14 Carl HetheringtonMerge branch '1.0' of git.carlh.net:git/libdcp into 1.0
2017-02-14 Carl HetheringtonFix test churn.
2016-09-13 Carl HetheringtonVarious fixes to incorrect Atmos read/write wrt XML...
2016-09-08 Carl HetheringtonSimplify previous commit and remove some debugging.
2016-09-08 Carl HetheringtonAdd channel assignment support for SMPTE DCPs.
2016-08-16 Carl HetheringtonCoding style.
2016-07-01 Carl Hetheringtonasdcp headers moved into subdirectory.
2016-06-01 Carl HetheringtonStill more licence fixups.
2016-05-25 Carl HetheringtonBasic writing of DCPs containing Atmos MXFs; untested.
2016-01-14 Carl HetheringtonUse out-of-tree asdcplib-cth
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 HetheringtonRequire only DCP::add() for the CPL; other assets found...
2015-06-05 Carl HetheringtonMXF -> Asset in lots of places.
2015-06-05 Carl HetheringtonRename some stuff Content -> Asset.
2015-01-28 Carl HetheringtonMerge branch '1.0' of git.carlh.net:git/libdcp into 1.0
2015-01-28 Carl HetheringtonSome OS X build fixes.
2014-12-28 Carl HetheringtonAdd a basic stereo test.
2014-12-28 Carl HetheringtonRename test DCP from foo to dcp_test1.
2014-12-28 Carl HetheringtonAdd test; shuffle IDs.
2014-05-14 Carl HetheringtonMerge master.
2014-05-03 Carl HetheringtonMake test results more reproducible.
2014-03-18 Carl HetheringtonMerge master.
2014-03-17 Carl HetheringtonMerge master.
2014-03-17 Carl HetheringtonMerge branch 'master' into 1.0
2014-02-26 Carl HetheringtonMerge master; MXF subtitle stuff not included.
2014-02-26 Carl HetheringtonClean up unit testing.
2014-02-05 Carl HetheringtonComment / tidy.
2014-01-28 Carl HetheringtonVarious fixes.
2014-01-28 Carl HetheringtonMisc fixes.
2014-01-28 Carl HetheringtonVarious test fixes.
2014-01-23 Carl HetheringtonMerge branch 'master' into 1.0
2014-01-17 Carl Hetheringtonnamespace libdcp -> dcp.
2013-09-25 Carl HetheringtonSplit up some files.
2013-09-25 Carl HetheringtonSwitch away from the many-constructor-arguments approac...
2013-09-25 Carl HetheringtonSplit tests up.
2013-09-19 Carl HetheringtonVarious encryption-related stuff.
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-07-02 Carl HetheringtonSome work on tests.