summaryrefslogtreecommitdiff
path: root/src/verify.cc
AgeCommit message (Collapse)Author
5 daysRemove VerificationNote::note.tidy-verifyCarl Hetherington
5 daysINVALID_{CPL,PKL}_NAMESPACE: note -> xml_namespace.Carl Hetherington
5 daysVALID_CONTENT_VERSION_LABEL_TEXT: note -> content_version.Carl Hetherington
5 daysINCORRECT_SUBTITLE_NAMESPACE_COUNT: note -> asset_id.Carl Hetherington
5 daysMISSING_FONT: note -> load_font_id.Carl Hetherington
5 daysINVALID_MAIN_SOUND_CONFIGURATION: note -> error.Carl Hetherington
5 daysINVALID_SUBTITLE_ISSUE_DATE: note -> issue_date.Carl Hetherington
5 daysMISSING_SUBTITLE: note -> asset_id.Carl Hetherington
5 daysDUPLICATE_ASSET_ID_IN_ASSETMAP: note -> asset_map_id.Carl Hetherington
5 daysDUPLICATE_ASSET_ID_IN_PKL: note -> pkl_id.Carl Hetherington
5 daysVALID_MAIN_PICTURE_ACTIVE_AREA: note -> size_in_pixels.Carl Hetherington
5 daysINVALID_MAIN_PICTURE_ACTIVE_AREA: note -> error.Carl Hetherington
5 days{IN,}VALID_CONTENT_KIND: note -> content_kind.Carl Hetherington
5 daysMISMATCHED_TIMED_TEXT_DURATION: note -> duration, other_duration.Carl Hetherington
5 daysINVALID_JPEG2000_RSIZ_FOR_{2,4}K: note to capabilities.Carl Hetherington
5 daysINCORRECT_JPEG2000_POC_MARKER: note -> error, poc_marker.Carl Hetherington
5 daysINCORRECT_JPEG2000_POC_MARKER_COUNT_FOR_{2,4}K: note -> poc_markers.Carl Hetherington
5 daysINVALID_JPEG2000_CODE_BLOCK_{WIDTH_HEIGHT}: note -> code_block_{width,height}.Carl Hetherington
5 daysINVALID_JPEG2000_GUARD_BITS_FOR_{2,4}K: note -> guard_bits.Carl Hetherington
5 daysINVALID_JPEG2000_CODESTREAM: note -> error.Carl Hetherington
5 daysMISMATCHED_PKL_ANNOTATION_TEXT_WITH_CPL: note -> pkl_id.Carl Hetherington
5 daysUNSIGNED_PKL_WITH_ENCRYPTED_CONTENT: note -> pkl_id.Carl Hetherington
5 daysINVALID_EXTENSION_METADATA: note -> error.Carl Hetherington
5 daysINCORRECT_LFOC: note -> time.Carl Hetherington
5 daysINCORRECT_FFOC: note -> time.Carl Hetherington
5 daysMISSING_HASH: note -> asset_id.Carl Hetherington
5 days{MISSING,INCORRECT}_{SUBTITLE,CLOSED_CAPTION}_ENTRY_POINT: note -> asset_id.Carl Hetherington
5 daysVALID_CPL_ANNOTATION_TEXT: note -> annotation_text.Carl Hetherington
5 daysINVALID_SOUND_BIT_DEPTH: note -> bit_depth.Carl Hetherington
5 daysINVALID_TIMED_TEXT_FONT_SIZE_IN_BYTES: note -> size_in_bytes.Carl Hetherington
5 daysINVALID_TIMED_TEXT_SIZE_IN_BYTES: note -> size_in_bytes.Carl Hetherington
5 daysINVALID_CLOSED_CAPTION_XML_SIZE_IN_BYTES: note -> size_in_bytes.Carl Hetherington
5 daysINVALID_PICTURE_SIZE_IN_PIXELS: note -> size_in_pixels.Carl Hetherington
5 daysINVALID_LANGUAGE: note -> language.Carl Hetherington
5 daysVALID_RELEASE_TERRITORY: note -> territory.Carl Hetherington
5 daysEXTERNAL_ASSET: note -> asset_id.Carl Hetherington
5 daysINVALID_DURATION: note -> asset_id.Carl Hetherington
5 daysINVALID_INTRINSIC_DURATION: note -> asset_id.Carl Hetherington
5 daysINVALID_XML: note -> error.Carl Hetherington
5 daysFAILED_READ: note -> error.Carl Hetherington
5 daysAdd a load of new properties to VerificationNote.Carl Hetherington
They aren't used yet.
9 daysRename size -> size_in_bytes.Carl Hetherington
9 daysFix incorrect invalid FFOC check.Carl Hetherington
11 daysPut asset/reel index context into all text reels.Carl Hetherington
11 daysAdd 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-22Remove unnecessary frame rate note.Carl Hetherington
2026-03-22Use a dcp::Fraction for verification note frame rate.Carl Hetherington
2026-03-22Fix strange use of != in operator<Carl Hetherington
2026-03-22Tidy up operator< with optional things.Carl Hetherington