summaryrefslogtreecommitdiff
path: root/tools/dcpverify.cc
AgeCommit message (Collapse)Author
2021-03-18Tidy how we're finding the tags and xsd directories.Carl Hetherington
2021-01-22Remove some unused #includes.Carl Hetherington
2021-01-22Assorted c++11 cleanups.Carl Hetherington
2021-01-21Some more use of enum class.Carl Hetherington
2021-01-19Cleanup: tidy enum names for verification codes.Carl Hetherington
2021-01-17Replace std::list with std::vector in the API.Carl Hetherington
2021-01-17Bv2.1 6.1: DCPs must be SMPTE.Carl Hetherington
2021-01-17Add VERIFY_BV21_ERROR.Carl Hetherington
2020-09-22Fix crashes when static linking due to tricky lifetimecrashCarl Hetherington
management of ASDCP::DefaultSMPTEDict().
2020-09-21Add --ignore-missing-assets and --quiet to dcpverify.Carl Hetherington
2019-12-22Validate XML with xerces.Carl Hetherington
2019-12-22Use VerificationNote for non-fatal errors in DCP::read.Carl Hetherington
2019-01-12Move verify API away from strings towards error codes.Carl Hetherington
2019-01-06Very simple dcpverify.Carl Hetherington