summaryrefslogtreecommitdiff
path: root/test/verify_test.cc
AgeCommit message (Collapse)Author
2026-04-01Remove VerificationNote::note.tidy-verifyCarl Hetherington
2026-04-01VALID_CONTENT_VERSION_LABEL_TEXT: note -> content_version.Carl Hetherington
2026-04-01INCORRECT_SUBTITLE_NAMESPACE_COUNT: note -> asset_id.Carl Hetherington
2026-04-01MISSING_FONT: note -> load_font_id.Carl Hetherington
2026-04-01INVALID_MAIN_SOUND_CONFIGURATION: note -> error.Carl Hetherington
2026-04-01INVALID_SUBTITLE_ISSUE_DATE: note -> issue_date.Carl Hetherington
2026-04-01MISSING_SUBTITLE: note -> asset_id.Carl Hetherington
2026-04-01DUPLICATE_ASSET_ID_IN_ASSETMAP: note -> asset_map_id.Carl Hetherington
2026-04-01DUPLICATE_ASSET_ID_IN_PKL: note -> pkl_id.Carl Hetherington
2026-04-01VALID_MAIN_PICTURE_ACTIVE_AREA: note -> size_in_pixels.Carl Hetherington
2026-04-01INVALID_MAIN_PICTURE_ACTIVE_AREA: note -> error.Carl Hetherington
2026-04-01{IN,}VALID_CONTENT_KIND: note -> content_kind.Carl Hetherington
2026-04-01MISMATCHED_TIMED_TEXT_DURATION: note -> duration, other_duration.Carl Hetherington
2026-04-01INVALID_JPEG2000_GUARD_BITS_FOR_{2,4}K: note -> guard_bits.Carl Hetherington
2026-04-01INVALID_JPEG2000_CODESTREAM: note -> error.Carl Hetherington
2026-04-01MISMATCHED_PKL_ANNOTATION_TEXT_WITH_CPL: note -> pkl_id.Carl Hetherington
2026-04-01UNSIGNED_PKL_WITH_ENCRYPTED_CONTENT: note -> pkl_id.Carl Hetherington
2026-04-01INVALID_EXTENSION_METADATA: note -> error.Carl Hetherington
2026-04-01INCORRECT_LFOC: note -> time.Carl Hetherington
2026-04-01INCORRECT_FFOC: note -> time.Carl Hetherington
2026-04-01MISSING_HASH: note -> asset_id.Carl Hetherington
2026-04-01{MISSING,INCORRECT}_{SUBTITLE,CLOSED_CAPTION}_ENTRY_POINT: note -> asset_id.Carl Hetherington
2026-04-01VALID_CPL_ANNOTATION_TEXT: note -> annotation_text.Carl Hetherington
2026-04-01INVALID_SOUND_BIT_DEPTH: note -> bit_depth.Carl Hetherington
2026-04-01INVALID_TIMED_TEXT_FONT_SIZE_IN_BYTES: note -> size_in_bytes.Carl Hetherington
2026-04-01INVALID_TIMED_TEXT_SIZE_IN_BYTES: note -> size_in_bytes.Carl Hetherington
2026-04-01INVALID_CLOSED_CAPTION_XML_SIZE_IN_BYTES: note -> size_in_bytes.Carl Hetherington
2026-04-01INVALID_PICTURE_SIZE_IN_PIXELS: note -> size_in_pixels.Carl Hetherington
2026-04-01INVALID_LANGUAGE: note -> language.Carl Hetherington
2026-04-01EXTERNAL_ASSET: note -> asset_id.Carl Hetherington
2026-04-01INVALID_DURATION: note -> asset_id.Carl Hetherington
2026-04-01INVALID_INTRINSIC_DURATION: note -> asset_id.Carl Hetherington
2026-04-01INVALID_XML: note -> error.Carl Hetherington
2026-04-01FAILED_READ: note -> error.Carl Hetherington
2026-03-28Rename size -> size_in_bytes.Carl Hetherington
2026-03-26Put asset/reel index context into all text reels.Carl Hetherington
2026-03-26Add asset ID to lots of notes.Carl Hetherington
2026-03-22Use frame_rate instead of note in 4 places.v1.10.53Carl Hetherington
2026-03-22Use a dcp::Fraction for verification note frame rate.Carl Hetherington
2026-03-22Clarify ID in verification note.Carl Hetherington
2026-03-21Store reel_index in VerificationNote in lots of cases.Carl Hetherington
2025-12-20Derive verification note type from the code...v1.10.45Carl Hetherington
...rather than having to specify it each time.
2025-12-20Using some "usings" to trim verify_test.cc.Carl Hetherington
2025-10-20Remove ASDCPErrorSuspender.v1.10.34Carl Hetherington
I think it's not possible to do this thread-safely without quite noisy changes to asdcplib: DefaultLogSink() refers a reference which can be deleted by ASDCPErrorSuspender before it is used. DefaultLogSink() could return a shared_ptr but there's a lot of callsites.
2025-09-13Fix incorrect verify errors with multi-CPL DCPs.v1.10.27Carl Hetherington
We didn't reset the variables used to check for mismatched channel counts or subtitle languages.
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
This is distinct from the Bv2.1 warning about subtitles being shorter than 15 frames. Also fix an assertion failure when negative-length subtitles are seen.
2025-03-24Read/write subtitle variable Z.v1.10.16Carl Hetherington
2025-02-23Make picture details checks optional.v1.10.12Carl Hetherington