summaryrefslogtreecommitdiff
path: root/src/verify.cc
AgeCommit message (Expand)Author
2023-12-05Rename everything.Carl Hetherington
2023-11-20Allow use of KDMs when verifying DCPs.Carl Hetherington
2023-11-19Report progress with done/total rather than a float.Carl Hetherington
2023-10-09Add wrappers around boost::filesystem methods that handle theCarl Hetherington
2023-08-24Check for missing font files referred from Interop closed captions (as well a...Carl Hetherington
2023-08-11Add check for empty <LabelText> in <ContentVersion>v1.8.76Carl Hetherington
2023-06-29When reading a DCP set up asset hashes from the CPL/PKL, not by digesting the...Carl Hetherington
2023-06-27Add verifier check for the actual asset file's ID not being the same as the o...Carl Hetherington
2023-06-02Verify error if SMPTE subtitle asset has <Text> but no <LoadFont>.v1.8.73Carl Hetherington
2023-06-02Cleanup: replace a nasty try/catch.Carl Hetherington
2023-06-02Cleanup: formatting.Carl Hetherington
2023-06-02Cleanup: remove some unpleasant (and I think unnecessary) casting.Carl Hetherington
2023-06-02Rename MISSING_LOAD_FONT -> MISSING_LOAD_FONT_FOR_FONT.Carl Hetherington
2023-05-11Check that all <Font> tags have a corresponding <LoadFont> in the verifier.Carl Hetherington
2023-04-26Give better errors when invalid urn:uuid: strings are found (DoM #2521).Carl Hetherington
2023-04-20Fix crash when trying to verify an encrypted SMPTE subtitle asset.v1.8.67Carl Hetherington
2023-04-19Add test for too many subtitle namespaces.Carl Hetherington
2023-04-16Check for tile parts being too big in the verifier (DoM #2450).Carl Hetherington
2023-04-13Add check for Interop font assets being present (in the ASSETMAP and on disk).Carl Hetherington
2023-04-13Add some missing full stops.Carl Hetherington
2023-04-04Add check for mismatch between sound asset and MainSoundConfiguration.v1.8.66Carl Hetherington
2023-04-04Add check for mismatched sound channel counts.Carl Hetherington
2023-02-18Allow verification of 428-7-2014 subtitles.Carl Hetherington
2023-02-17Fix incorrect filename encoding on Windows (DoM #2459).v1.8.59Carl Hetherington
2023-02-12Add --no-asset-hash-check and --asset-hash-check-maximum-size (DoM #2444).v1.8.56Carl Hetherington
2023-02-12Cleanup: use a local variable.Carl Hetherington
2023-02-02Check IssueDate for Deluxe complaint.Carl Hetherington
2023-01-15Check that Interop subtitle files have at least one subtitle.Carl Hetherington
2023-01-07Cleanup: rename AssetMap::path -> file for consistency.Carl Hetherington
2023-01-07Cleanup: rename PKL::asset_list -> assets for consistency.Carl Hetherington
2023-01-07Check for multiple asset IDs in an ASSETMAP during verify.Carl Hetherington
2023-01-07Cleanup: extract verify_assetmap().Carl Hetherington
2023-01-07Check for multiple asset IDs in a PKL during verify.Carl Hetherington
2023-01-07Cleanup: using ordering.Carl Hetherington
2023-01-07Cleanup: extract verify_pkl().Carl Hetherington
2023-01-07Cleanup: const correctness.Carl Hetherington
2022-12-27Cleanup: extract verify_cpl().Carl Hetherington
2022-12-27Cleanup: extract verify_reel()Carl Hetherington
2022-12-16Verify that main picture active area is valid (even, and not too big) (#2392).v1.8.40Carl Hetherington
2022-10-12Fix copy/paste error causing a crash when verifying encrypted 3D DCPs.v1.8.31Carl Hetherington
2022-09-03Properly support ContentKind scope attribute.v1.8.26Carl Hetherington
2022-09-03Cleanup: some missing full stops.Carl Hetherington
2022-08-15Stop assuming that the presence of FullContentTitleText means that there was ...Carl Hetherington
2022-03-24Add verify test to check for erroneous <EntryPoint> and <Duration>v1.8.132215-markersCarl Hetherington
2021-11-09Fix off-by-one in verification of closed caption line length.v1.8.5Carl Hetherington
2021-10-25Message tweak.Carl Hetherington
2021-10-24Order subtitles in the XML according to their vertical position (DoM bug #2106).v1.8.4Carl Hetherington
2021-10-05Remove an unnecessary using.Carl Hetherington
2021-08-11Add verify check for empty <Text> nodes in timed text.Carl Hetherington
2021-08-09Rename verify_text_timing -> verify_text_details.Carl Hetherington