| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-08-11 | Add check for empty <LabelText> in <ContentVersion>v1.8.76 | Carl Hetherington | |
| We have a report of Deluxe failing a DCP because of this. | |||
| 2023-06-29 | When reading a DCP set up asset hashes from the CPL/PKL, not by digesting ↵ | Carl Hetherington | |
| the actual asset. Previously when reading a DCP we would recalculate asset hashes. This meant that corrupted DCPs could be loaded in and their hashes re-written (if nobody checked the new hashes against the ones in the PKL/CPL). It seems better to take the hashes from the metadata. Then if the assets are corrupted and the DCP is re-written the PKL/CPL hashes will be preserved, showing rather than hiding the corruption. | |||
| 2023-06-27 | Add verifier check for the actual asset file's ID not being the same as the ↵ | Carl Hetherington | |
| one in the asset map. | |||
| 2023-06-02 | Verify error if SMPTE subtitle asset has <Text> but no <LoadFont>.v1.8.73 | Carl Hetherington | |
| 2023-06-02 | Cleanup: replace a nasty try/catch. | Carl Hetherington | |
| 2023-06-02 | Cleanup: formatting. | Carl Hetherington | |
| 2023-06-02 | Cleanup: remove some unpleasant (and I think unnecessary) casting. | Carl Hetherington | |
| 2023-06-02 | Rename MISSING_LOAD_FONT -> MISSING_LOAD_FONT_FOR_FONT. | Carl Hetherington | |
| 2023-05-11 | Check that all <Font> tags have a corresponding <LoadFont> in the verifier. | Carl Hetherington | |
| 2023-04-26 | Give better errors when invalid urn:uuid: strings are found (DoM #2521). | Carl Hetherington | |
| 2023-04-20 | Fix crash when trying to verify an encrypted SMPTE subtitle asset.v1.8.67 | Carl Hetherington | |
| 2023-04-19 | Add test for too many subtitle namespaces. | Carl Hetherington | |
| 2023-04-16 | Check for tile parts being too big in the verifier (DoM #2450). | Carl Hetherington | |
| 2023-04-13 | Add check for Interop font assets being present (in the ASSETMAP and on disk). | Carl Hetherington | |
| 2023-04-13 | Add some missing full stops. | Carl Hetherington | |
| 2023-04-04 | Add check for mismatch between sound asset and MainSoundConfiguration.v1.8.66 | Carl Hetherington | |
| 2023-04-04 | Add check for mismatched sound channel counts. | Carl Hetherington | |
| 2023-02-18 | Allow verification of 428-7-2014 subtitles. | Carl Hetherington | |
| 2023-02-17 | Fix incorrect filename encoding on Windows (DoM #2459).v1.8.59 | Carl Hetherington | |
| 2023-02-12 | Add --no-asset-hash-check and --asset-hash-check-maximum-size (DoM #2444).v1.8.56 | Carl Hetherington | |
| 2023-02-12 | Cleanup: use a local variable. | Carl Hetherington | |
| 2023-02-02 | Check IssueDate for Deluxe complaint. | Carl Hetherington | |
| 2023-01-15 | Check that Interop subtitle files have at least one subtitle. | Carl Hetherington | |
| It was reported on the forum that files without any <Font> or <Subtitle> tags fail validation on EasyDCP 3.0.1 and crash Qubemaster Pro 3.0.15. | |||
| 2023-01-07 | Cleanup: rename AssetMap::path -> file for consistency. | Carl Hetherington | |
| 2023-01-07 | Cleanup: rename PKL::asset_list -> assets for consistency. | Carl Hetherington | |
| 2023-01-07 | Check for multiple asset IDs in an ASSETMAP during verify. | Carl Hetherington | |
| 2023-01-07 | Cleanup: extract verify_assetmap(). | Carl Hetherington | |
| 2023-01-07 | Check for multiple asset IDs in a PKL during verify. | Carl Hetherington | |
| 2023-01-07 | Cleanup: using ordering. | Carl Hetherington | |
| 2023-01-07 | Cleanup: extract verify_pkl(). | Carl Hetherington | |
| 2023-01-07 | Cleanup: const correctness. | Carl Hetherington | |
| 2022-12-27 | Cleanup: extract verify_cpl(). | Carl Hetherington | |
| 2022-12-27 | Cleanup: extract verify_reel() | Carl Hetherington | |
| 2022-12-16 | Verify that main picture active area is valid (even, and not too big) (#2392).v1.8.40 | Carl Hetherington | |
| 2022-10-12 | Fix copy/paste error causing a crash when verifying encrypted 3D DCPs.v1.8.31 | Carl Hetherington | |
| 2022-09-03 | Properly support ContentKind scope attribute.v1.8.26 | Carl Hetherington | |
| 2022-09-03 | Cleanup: some missing full stops. | Carl Hetherington | |
| 2022-08-15 | Stop assuming that the presence of FullContentTitleText means that there was ↵ | Carl Hetherington | |
| CPL metadata. | |||
| 2022-03-24 | Add verify test to check for erroneous <EntryPoint> and <Duration>v1.8.132215-markers | Carl Hetherington | |
| tags inside <MainMarkers> | |||
| 2021-11-09 | Fix off-by-one in verification of closed caption line length.v1.8.5 | Carl Hetherington | |
| 2021-10-25 | Message tweak. | Carl Hetherington | |
| 2021-10-24 | Order subtitles in the XML according to their vertical position (DoM bug #2106).v1.8.4 | Carl Hetherington | |
| 2021-10-05 | Remove an unnecessary using. | Carl Hetherington | |
| 2021-08-11 | Add verify check for empty <Text> nodes in timed text. | Carl Hetherington | |
| 2021-08-09 | Rename verify_text_timing -> verify_text_details. | Carl Hetherington | |
| 2021-05-27 | Make similar changes to the previous commit for _xml_id. | Carl Hetherington | |
| This is also unavailable if the asset is encrypted. | |||
| 2021-05-27 | Tidy handling of _raw_xml. | Carl Hetherington | |
| Before this if we tried to get the XML of an encrypted asset we would just get an empty string. Now we get a boost::none which means the verifier can avoid trying to check details of the XML (and instead raise a warning that you are trying to verify data that it cannot decrypt). | |||
| 2021-05-27 | Sort notes when checking verifications. | Carl Hetherington | |
| So that the lists in the tests don't have to be in the right order. | |||
| 2021-04-22 | Don't give an error on verifying Interop DCPs with possibly-incorrectly | Carl Hetherington | |
| marked 3D assets. This also adds a warning into the verification output. I don't know if this is actually a standard violation but they have been seen in the wild made by "reputable" DCP creation software. DoM bug #1976. | |||
| 2021-04-14 | Fix/hide some warnings. | Carl Hetherington | |
