Fix various bugs in subtitle/ccap verification.
[libdcp.git] / src / verify.h
2021-03-15 Carl HetheringtonFix various bugs in subtitle/ccap verification.
2021-02-07 Carl HetheringtonComment fixes.
2021-02-06 Carl HetheringtonBasic analysis (verification) of J2K codestreams.
2021-01-24 Carl HetheringtonTidying.
2021-01-23 Carl HetheringtonFix name clash of ERROR with windows.h
2021-01-21 Carl HetheringtonSome more use of enum class.
2021-01-19 Carl HetheringtonTidy up parameters in VerificationNote.
2021-01-19 Carl HetheringtonFix tests to actually check the results in several...
2021-01-19 Carl Hetherington_line should be optional.
2021-01-19 Carl HetheringtonCleanup: tidy enum names for verification codes.
2021-01-18 Carl HetheringtonBv2.1 10.1: if any asset is encrypted they all must be.
2021-01-18 Carl HetheringtonBv2.1 9.2: PKL must be signed if it contains encrypted...
2021-01-18 Carl HetheringtonBv2.1 9.1: PKL annotation text must match CPL ContentTi...
2021-01-18 Carl HetheringtonBv2.1 8.7: CPLs with encrypted content must be signed.
2021-01-18 Carl HetheringtonBv2.1 8.6.3: <ExtensionMetadata> must be present and...
2021-01-18 Carl HetheringtonBv2.1 8.6.{1.2}: CompositionMetadataAsset must exist...
2021-01-17 Carl HetheringtonBv2.1 8.5: FFOC and LFOC should be present and have...
2021-01-17 Carl HetheringtonBv2.1 8.5: Features must have FFEC/FFMC markers.
2021-01-17 Carl HetheringtonBv2.1 8.4 We must have <Hash>es
2021-01-17 Carl HetheringtonBv2.1 8.3.2: text tracks must have <EntryPoint> and...
2021-01-17 Carl HetheringtonBv2.1 8.3.1: MainSubtitles must be in all reels (if...
2021-01-17 Carl HetheringtonBv2.1 8.2: all parts of a reel must have the same duration.
2021-01-17 Carl HetheringtonBv2.1 8.1: CPL <AnnotationText> should be the same...
2021-01-17 Carl HetheringtonBv2.1 8.1: CPL must have <AnnotationText>.
2021-01-17 Carl HetheringtonBv2.1 7.3: audio sample rate must be 48kHz.
2021-01-17 Carl HetheringtonBv2.1 7.2.{6,7}: various limits on subtitle line and...
2021-01-17 Carl HetheringtonBv2.1 7.2.{4,5}: check that subtitles are not too short...
2021-01-17 Carl HetheringtonReplace std::list with std::vector in the API.
2021-01-17 Carl HetheringtonBv2.1 7.2.4: first subtitle should be at least 4s into...
2021-01-17 Carl HetheringtonBv2.1 7.2.3: Check that subtitle <StartTime> exists...
2021-01-17 Carl HetheringtonBv2.1 7.2.2: Check that subtitle languages are the...
2021-01-17 Carl HetheringtonChange the word 'disagree' to 'differ'.
2021-01-17 Carl HetheringtonBv2.1 7.2.2: Check that subtitle Language tags are...
2021-01-17 Carl HetheringtonBv2.1 7.2.1: Check total size of all timed text fonts...
2021-01-17 Carl HetheringtonBv2.1 7.2.1: Check size of timed text asset is not...
2021-01-17 Carl HetheringtonBv2.1 7.2.1: Check size of closed caption XML is not...
2021-01-17 Carl HetheringtonBv2.1 7.1: Check picture size and frame rate.
2021-01-17 Carl HetheringtonRename some notes to clarify places where size refers...
2021-01-17 Carl HetheringtonBv2.1 6.2.1: Check that subtitle reel <Language> confor...
2021-01-17 Carl HetheringtonBv2.1 6.1: DCPs must be SMPTE.
2021-01-17 Carl HetheringtonAdd VERIFY_BV21_ERROR.
2020-05-12 Carl HetheringtonAdd a note when verifying if the DCP refers to assets
2020-05-12 Carl HetheringtonComment typo.
2020-05-07 Carl HetheringtonCheck that JPEG2000 frames aren't too big (i.e. too
2020-03-09 Carl HetheringtonFix build following merge.
2020-03-09 Carl HetheringtonMerge.
2020-03-09 Carl HetheringtonGive an error if there is no asset map.
2020-03-08 Carl HetheringtonAdd verification checks too see if reel assets' Duratio...
2019-12-22 Carl HetheringtonUse VerificationNote more 'properly' in a fair few...
2019-12-22 Carl HetheringtonValidate XML with xerces.
2019-12-22 Carl HetheringtonUse regex and check <IssueDate> in CPL.
2019-12-22 Carl HetheringtonCheck for badly-formed CPL <Id>
2019-12-22 Carl HetheringtonUse VerificationNote for non-fatal errors in DCP::read.
2019-01-12 Carl HetheringtonMove verify API away from strings towards error codes.
2018-03-20 Carl HetheringtonMore DCP verification bits.
2018-03-20 Carl HetheringtonUse prefix to avoid ERROR enum.
2018-03-14 Carl HetheringtonAdd very basic verify method.