summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-09-21Better error locations in XML.cpl-metadataCarl Hetherington
2020-09-21Adapt for changes in parent branch, and test churn.Carl Hetherington
2020-09-21Verify MCA tags.Carl Hetherington
2020-09-20Add another test.Carl Hetherington
2020-09-20Support MCA sound channel tags in MXF/CPL.Carl Hetherington
2020-09-20Add another .xsd.Carl Hetherington
2020-09-20Add extra parameter to Interop subtitles seen in the wild.Carl Hetherington
2020-09-20Add namespaces and tweak CPL namespace so Xerces checks CompositionMetadataAs...Carl Hetherington
2020-09-20Missing note type when filtering out missing asset errors.Carl Hetherington
2020-09-20Add some new verification tests.Carl Hetherington
2020-09-20Remove stdout noise from tests.Carl Hetherington
2020-09-20Accept missing MainSoundConfiguration and MainSoundSampleRate, for better or ...Carl Hetherington
2020-09-20Run dcpverify on everything in the libdcp-test-private metadata set.Carl Hetherington
2020-09-20Tidy up test output slightly.Carl Hetherington
2020-09-20Hide an expected error from asdcplib.Carl Hetherington
2020-09-20Catch cxml errors when verifying.Carl Hetherington
2020-09-20Add --ignore-missing-assets and --quiet to dcpverify.Carl Hetherington
2020-09-20Add ASDCPErrorSuspender to hide errors from asdcplib where we expect them.Carl Hetherington
2020-09-20Use EditRate::as_string().Carl Hetherington
2020-09-20Support CPL metadata.Carl Hetherington
2020-09-20Add some new channels to the enum.Carl Hetherington
2020-09-20Allow LanguageTag to be constructed from a tag string.Carl Hetherington
2020-09-20Use vector for the Ratings list.Carl Hetherington
2020-09-20Use a vector<ContentVersion> instead of just one, to support theCarl Hetherington
2020-09-20Tidy up a bit; vertical white space, group metadata together,Carl Hetherington
2020-09-20Add ContentVersion class.Carl Hetherington
2020-09-20DROPME: add test wxWidgets UI for LanguageTag editing.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
2020-09-11Add Interop closed caption XSD for verification.Carl Hetherington
2020-09-11Add set_font_file()Carl Hetherington
2020-09-11Add font_filenames()Carl Hetherington
2020-09-11Add EqualityOptions option to ignore differences in LoadFont nodes.Carl Hetherington
2020-09-11Use Data::write() to clean things up slightly.Carl Hetherington
2020-09-11Rename fonts_with_load_ids() -> font_data()Carl Hetherington
2020-09-09Message formatting tweaks.Carl Hetherington
2020-09-09Missing namespace.Carl Hetherington
2020-09-09Add some detail to a verification warning.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