summaryrefslogtreecommitdiff
path: root/src/verify.cc
AgeCommit message (Expand)Author
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
2021-05-27Make similar changes to the previous commit for _xml_id.Carl Hetherington
2021-05-27Tidy handling of _raw_xml.Carl Hetherington
2021-05-27Sort notes when checking verifications.Carl Hetherington
2021-04-22Don't give an error on verifying Interop DCPs with possibly-incorrectlyCarl Hetherington
2021-04-14Fix/hide some warnings.Carl Hetherington
2021-04-13Remove ReelEncryptableAsset and tidy up a bit.Carl Hetherington
2021-04-12Split ReelSubtitleAsset into Interop and SMPTE classes.Carl Hetherington
2021-04-11Extract some parts of ReelEncryptableAsset into ReelFileAssetCarl Hetherington
2021-04-10Rename ReelFileAsset -> ReelEncryptableAssetCarl Hetherington
2021-04-09Add check for Bv2.1 10.4.3 - container duration vs reel duration in timed text.Carl Hetherington
2021-04-09Make sound asset language optional.Carl Hetherington
2021-04-08Verify that SMPTE subtitle IDs are handled properly (DoM #1962).Carl Hetherington
2021-04-06Don't try to verify encrypted JPEG2000 bitstreams.Carl Hetherington
2021-04-06Call verify_j2k when verifying DCPs.Carl Hetherington
2021-03-18Improve errors when verifying a non-DCP directory.Carl Hetherington
2021-03-18Tidy how we're finding the tags and xsd directories.Carl Hetherington
2021-03-15Fix various bugs in subtitle/ccap verification.Carl Hetherington
2021-02-21English language tweaks.Carl Hetherington
2021-02-20Don't give a verification error if there are closed caption tracks with diffe...Carl Hetherington
2021-02-06Basic analysis (verification) of J2K codestreams.Carl Hetherington
2021-01-26Rename ReelMXF -> ReelFileAsset.Carl Hetherington
2021-01-24Tidying.Carl Hetherington