summaryrefslogtreecommitdiff
path: root/test/verify_test.cc
AgeCommit message (Expand)Author
2025-12-15fixup2984-better-verify-locationCarl Hetherington
2025-12-15Tweak and fix operators.Carl Hetherington
2025-12-15Reduce verbosity in verify_test.cc.Carl Hetherington
2025-12-15Stop specifying the note type; infer it from the error.Carl Hetherington
2025-12-15Split metadata into location / data and some other bits.Carl Hetherington
2025-12-15Remove note() from dcp::VerificationNote.Carl Hetherington
2025-12-15Use error for FAILED_READ.Carl Hetherington
2025-12-15Use new reel_duration and asset_duration for MISMATCHED_TIMED_TEXT_DURATION.Carl Hetherington
2025-12-15Use error for INVALID_EXTENSION_METADATA.Carl Hetherington
2025-12-15Use error for INVALID_MAIN_SOUND_CONFIGURATION.Carl Hetherington
2025-12-15Use load_font_id for MISSING_FONT.Carl Hetherington
2025-12-15Use new asset_map_id for DUPLICATE_ASSET_ID_IN_ASSETMAP.Carl Hetherington
2025-12-15Use size_in_pixels for VALID_MAIN_PICTURE_ACTIVE_AREA.Carl Hetherington
2025-12-15Use error instead of note with INVALID_MAIN_PICTURE_ACTIVE_AREA.Carl Hetherington
2025-12-15Use pkl_id for DUPLICATE_ASSET_ID_IN_PKL.Carl Hetherington
2025-12-15Use asset_id for MISSING_SUBTITLE.Carl Hetherington
2025-12-15Use new pkl_id for a couple of PKL notes.Carl Hetherington
2025-12-15Use new marker_position for INCORRECT_{F,L}FOC.Carl Hetherington
2025-12-15Use new bit_depth for INVALID_SOUND_BIT_DEPTH.Carl Hetherington
2025-12-15Use frame_rate for INVALID_SOUND_FRAME_RATE.Carl Hetherington
2025-12-15Use new size_in_bytes for some sizes.Carl Hetherington
2025-12-15Use new size_in_pixels for INVALID_PICTURE_SIZE_IN_PIXELS.Carl Hetherington
2025-12-15Move some notes -> asset_id.Carl Hetherington
2025-12-15Use specific metadata for more notes, allowing removal of one VerificationNot...Carl Hetherington
2025-12-15Use new content_version for VALID_CONTENT_VERSION_LABEL_TEXT.Carl Hetherington
2025-12-15Use asset_id for INCORRECT_SUBTITLE_NAMESPACE_COUNT.Carl Hetherington
2025-12-15Use asset_id for EXTERNAL_ASSET.Carl Hetherington
2025-12-15Use asset_id for INVALID_DURATION.Carl Hetherington
2025-12-15Use asset_id for INVALID_INTRINSIC_DURATION.Carl Hetherington
2025-12-15Use frame_rate for INVALID_PICTURE_FRAME_RATE_FOR_{2,4}KCarl Hetherington
2025-12-15Use frame_rate for INVALID_PICTURE_FRAME_RATE.Carl Hetherington
2025-12-15Use dcp::Fraction for frame_rate.Carl Hetherington
2025-12-15Use separate metadata for the mismatched asset ID error.Carl Hetherington
2025-12-15Clarify what id means in the VerificationNote.Carl Hetherington
2025-12-15Put reel index and asset id in context.Carl Hetherington
2025-10-20Remove ASDCPErrorSuspender.v1.10.34Carl Hetherington
2025-09-13Fix incorrect verify errors with multi-CPL DCPs.v1.10.27Carl Hetherington
2025-09-13Add a new method for checking verification results.Carl Hetherington
2025-05-08Only check hashes of each asset once (#3035).v1.10.21Carl Hetherington
2025-04-12Report zero- or negative-length subtitles as an error.v1.10.19Carl Hetherington
2025-03-24Read/write subtitle variable Z.v1.10.16Carl Hetherington
2025-02-23Make picture details checks optional.v1.10.12Carl Hetherington
2025-01-19Make MainSoundConfiguration behave "correctly" with badly-formatted strings.Carl Hetherington
2025-01-01Replace raw_convert<string> with direct calls to fmt.v1.10.3Carl Hetherington
2024-12-30Don't give some inappropriate verification errors on encrypted assets (DoM #2...v1.10.2Carl Hetherington
2024-12-30Sign DCPs made during verification tests.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