summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-10-07Debug.tmpCarl Hetherington
2020-10-07Debug.Carl Hetherington
2020-10-06Missing error checking on writing KDMs as XML.Carl Hetherington
2020-10-06We should not carry on if files don't open in tests.Carl Hetherington
2020-09-27Fix install of .xsd files to be more robust.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-26Declare language tag lists as const.Carl Hetherington
2020-09-26Missing virtual destructor.Carl Hetherington
2020-09-25Fix thinko.Carl Hetherington
2020-09-23Hide unused audio channels a bit more clearly, not giving themCarl Hetherington
2020-09-23Don't fail to write CPL if no content version has been set up.Carl Hetherington
2020-09-22Fix crashes when static linking due to tricky lifetimecrashCarl Hetherington
2020-09-21Better error locations in XML.Carl Hetherington
2020-09-21Adapt for changes in parent branch, and test churn.Carl Hetherington
2020-09-21Verify MCA tags.Carl Hetherington
2020-09-21Add another test.Carl Hetherington
2020-09-21Support MCA sound channel tags in MXF/CPL.Carl Hetherington
2020-09-21Add another .xsd.Carl Hetherington
2020-09-21Add extra parameter to Interop subtitles seen in the wild.Carl Hetherington
2020-09-21Add namespaces and tweak CPL namespace so Xerces checks CompositionMetadataAs...Carl Hetherington
2020-09-21Missing note type when filtering out missing asset errors.Carl Hetherington
2020-09-21Add some new verification tests.Carl Hetherington
2020-09-21Remove stdout noise from tests.Carl Hetherington
2020-09-21Accept missing MainSoundConfiguration and MainSoundSampleRate, for better or ...Carl Hetherington
2020-09-21Run dcpverify on everything in the libdcp-test-private metadata set.Carl Hetherington
2020-09-21Tidy up test output slightly.Carl Hetherington
2020-09-21Hide an expected error from asdcplib.Carl Hetherington
2020-09-21Catch cxml errors when verifying.Carl Hetherington
2020-09-21Add --ignore-missing-assets and --quiet to dcpverify.Carl Hetherington
2020-09-21Add ASDCPErrorSuspender to hide errors from asdcplib where we expect them.Carl Hetherington
2020-09-21Use EditRate::as_string().Carl Hetherington
2020-09-21Support CPL metadata.Carl Hetherington
2020-09-21Add some new channels to the enum.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-21Tidy up a bit; vertical white space, group metadata together,Carl Hetherington
2020-09-21Add ContentVersion class.Carl Hetherington
2020-09-20Add new LanguageTag class.Carl Hetherington
2020-09-20Add a new exception for problems with LanguageTag.Carl Hetherington
2020-09-20Skip post-test checks if not all unit tests are run.Carl Hetherington
2020-09-20Remove XMLMetadata.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-18Avoid copying a large amount of stuff when running tests.Carl Hetherington
2020-09-17Prevent DCP::assets() from returning duplicates.combineCarl Hetherington
2020-09-17Add dcp::combine().Carl Hetherington
2020-09-11Fix crash with one verification error and no notes list.Carl Hetherington