summaryrefslogtreecommitdiff
path: root/test/verify_test.cc
AgeCommit message (Expand)Author
2024-12-23Remove String::compose and use fmt instead.Carl Hetherington
2024-12-23Use fmt for conversions from number to string (instead of raw_convert).Carl Hetherington
2024-12-08Fix DCP Constraints Profile verification in the presence of other CPL metadat...Carl Hetherington
2024-12-08Extract some stuff to verify_internal.hCarl Hetherington
2024-08-17Rename TextType::SUBTITLE -> OPEN_SUBTITLE and CAPTION -> CLOSED_CAPTION.Carl Hetherington
2024-08-17Subtitle{,String,Image} -> Text{,String,Image}.Carl Hetherington
2024-08-17{,Interop,SMPTE}SubtitleAsset -> {,Interop,SMPTE}TextAsset.Carl Hetherington
2024-08-17Merge ReelClosedCaptionAsset into ReelTextAsset.Carl Hetherington
2024-08-17Reel{,Interop,SMPTE}SubtitleAsset -> Reel{,Interop,SMPTE}TextAsset.Carl Hetherington
2024-08-17Merge remote-tracking branch 'origin/main' into v1.9.xv1.9.14Carl Hetherington
2024-08-15Fix test broken by previous commit.v1.8.103Carl Hetherington
2024-06-28Merge remote-tracking branch 'origin/main' into v1.9.xv1.9.10Carl Hetherington
2024-06-27Speculative fix for assertion failure (DoM #2839).v1.8.101Carl Hetherington
2024-05-24Check that DCPs have 24-bit audio.Carl Hetherington
2024-04-18Move Behaviour enum out of J2KPictureAsset.Carl Hetherington
2024-04-18Rename classes.Carl Hetherington
2024-04-18Fix includes.Carl Hetherington
2024-04-15Add OK note when content version label text is valid.Carl Hetherington
2024-04-15Add OK note when <ContentKind> is valid.Carl Hetherington
2024-04-15Add OK note when PKL and CPL annotation texts match.Carl Hetherington
2024-04-15Add OK note when CPL has valid annotation text.Carl Hetherington
2024-04-15Add OK note when main picture active area is valid.Carl Hetherington
2024-04-15Add OK note when picture asset hashes are correct.Carl Hetherington
2024-04-15Add OK note when picture frame sizes are all OK.Carl Hetherington
2024-04-15Add OK note when the CPL hash in the PKL is right.Carl Hetherington
2024-04-15Add OK note when all or nothing is encrypted.Carl Hetherington
2024-04-15Add some helper functions.Carl Hetherington
2024-04-15Improve error reporting for _replace tests and check everything about the not...Carl Hetherington
2024-04-14Move some methods higher up the file.Carl Hetherington
2024-04-14Improve debug output when verification tests fail.Carl Hetherington
2024-04-14Make verified DCPs available on the return from dcp::verify().Carl Hetherington
2024-04-14Store CPL ID in CPL-related verification notes.Carl Hetherington
2024-03-22Bump asdcplib to dcpomatic-2.13.0 branch.v1.9.4Carl Hetherington
2024-03-10Use openjpeg v2.5.2.v1.9.0Carl Hetherington
2024-01-13Fix test in previous.Carl Hetherington
2024-01-12Note correct/incorrect hashes when the verifier raises related errors.Carl Hetherington
2024-01-03Report every frame (with index) that is over (or nearly over) the size limit ...v1.8.91Carl Hetherington
2024-01-03Report every frame (with index) that has a JPEG2000 codestream error (DoM #26...Carl Hetherington
2023-12-26Fix operator== to take everything in VerificationNote into account.Carl Hetherington
2023-11-20Allow use of KDMs when verifying DCPs.Carl Hetherington
2023-11-15Simple pass-through of <Ruby> tags in subtitles.Carl Hetherington
2023-10-10Don't call BOOST_CHECK during static initialization.Carl Hetherington
2023-10-10Avoid full_name() so we can build on Ubuntu 16.04.Carl 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-27Fix tests that were writing assets with the same filename to different reels.Carl Hetherington
2023-06-27Move Editor class from verify_test.cc to test.ccCarl Hetherington
2023-06-27Add verifier check for the actual asset file's ID not being the same as the o...Carl Hetherington
2023-06-27Cleanup: set annotation text in make_simple().Carl Hetherington
2023-06-02Verify error if SMPTE subtitle asset has <Text> but no <LoadFont>.v1.8.73Carl Hetherington