summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2020-12-12Remove unnecessary -c option for compatiblity with different versions of xmld...xmldiffCarl Hetherington
2020-11-29Fix terrible SoundAsset::equals() implementation.Carl Hetherington
2020-11-29Fix SoundFrame::get().Carl Hetherington
2020-11-22Seems like an oversight that MainSubtitleLanguageList had no namespace.Carl Hetherington
2020-11-22Add SMPTE Bv2.1 ExtensionMetadata.Carl Hetherington
2020-11-20Tidy up handling of language metadata for subtitles.Carl Hetherington
2020-11-02Add Data class and change API to a raw pointer.Carl Hetherington
2020-11-02Rename Data -> ArrayData.Carl Hetherington
2020-10-28Move benchmark out of test/ into benchmark/Carl Hetherington
2020-10-23macOS / new boost build fixes.Carl Hetherington
2020-10-20Move a bind.hpp include out of a header.Carl Hetherington
2020-10-10Fix crash when loading DCPs whose ASSETMAP contains files that areCarl Hetherington
2020-10-06We should not carry on if files don't open in tests.Carl Hetherington
2020-09-27<ContentVersion> is optional in Interop so we can't assume it's there.Carl Hetherington
2020-09-27Load language tags from on-disk files rather than embedding themCarl Hetherington
2020-09-21Adapt for changes in parent branch, and test churn.Carl Hetherington
2020-09-21Add another test.Carl Hetherington
2020-09-21Support MCA sound channel tags in MXF/CPL.Carl Hetherington
2020-09-21Add some new verification tests.Carl Hetherington
2020-09-21Remove stdout noise from tests.Carl Hetherington
2020-09-21Support CPL metadata.Carl Hetherington
2020-09-21Allow LanguageTag to be constructed from a tag string.Carl Hetherington
2020-09-21Use vector for the Ratings list.Carl Hetherington
2020-09-21Use a vector<ContentVersion> instead of just one, to support theCarl Hetherington
2020-09-21Add ContentVersion class.Carl Hetherington
2020-09-20Add new LanguageTag class.Carl Hetherington
2020-09-20Remove XMLMetadata use from tests.Carl Hetherington
2020-09-20Remove XMLMetadata from DCP::write_xml and DCP::write_assetmap.Carl Hetherington
2020-09-20Stop using XMLMetadata in CPL. It's always felt a bit clumsy, andCarl Hetherington
2020-09-17Add dcp::combine().Carl Hetherington
2020-09-09Move make_simple() into test.{cc,h}Carl Hetherington
2020-09-09Fix comment typo.Carl Hetherington
2020-09-09Use the <Id> read in when the Reel was created from XML (if appropriate)Carl Hetherington
2020-07-12Fix up some tests.Carl Hetherington
2020-07-12Move atmos_pcm.mxf in the test repo.Carl Hetherington
2020-07-11Allow creation of ATMOS sync on channel 14.Carl Hetherington
2020-07-11Hopefully make all tests stable enough to be run with --random,Carl Hetherington
2020-06-19Fix test now that Atmos asset ID is correctly read from the MXF.Carl Hetherington
2020-06-11Run verification tests with a space in the XSD path to trigger an old bug.Carl Hetherington
2020-05-12Make add_minutes() work correctly with milliseconds.Carl Hetherington
2020-05-12Move some tests and rename one set.Carl Hetherington
2020-05-12Add a proper implementation of add_months() and a test for theCarl Hetherington
2020-05-12Add a note when verifying if the DCP refers to assetsCarl Hetherington
2020-05-09Verify the XML of subtitle files.Carl Hetherington
2020-05-08Make J2K frame size tests more robust.Carl Hetherington
2020-05-07Check that JPEG2000 frames aren't too big (i.e. tooCarl Hetherington
2020-04-14s/DCPReadError/ReadError/gCarl Hetherington
2020-03-10Add LocalTime::add_minutes.Carl Hetherington
2020-03-08Add test data missing from previous.Carl Hetherington
2020-03-08Add verification checks too see if reel assets' Duration or IntrinsicDuration...Carl Hetherington