Avoid full_name() so we can build on Ubuntu 16.04.
[libdcp.git] / test / verify_test.cc
2023-10-10 Carl HetheringtonAvoid full_name() so we can build on Ubuntu 16.04.
2023-08-24 Carl HetheringtonCheck for missing font files referred from Interop...
2023-08-11 Carl HetheringtonAdd check for empty <LabelText> in <ContentVersion> v1.8.76
2023-06-26 Carl HetheringtonFix tests that were writing assets with the same filena...
2023-06-26 Carl HetheringtonMove Editor class from verify_test.cc to test.cc
2023-06-26 Carl HetheringtonAdd verifier check for the actual asset file's ID not...
2023-06-26 Carl HetheringtonCleanup: set annotation text in make_simple().
2023-06-02 Carl HetheringtonVerify error if SMPTE subtitle asset has <Text> but... v1.8.73
2023-06-02 Carl HetheringtonRename MISSING_LOAD_FONT -> MISSING_LOAD_FONT_FOR_FONT.
2023-05-11 Carl HetheringtonCheck that all <Font> tags have a corresponding <LoadFo...
2023-04-19 Carl HetheringtonAdd test for too many subtitle namespaces.
2023-04-19 Carl HetheringtonRemove xmlns:xs namespace from subtitle XML (DoM #2498).
2023-04-16 Carl HetheringtonCheck for tile parts being too big in the verifier...
2023-04-13 Carl HetheringtonAdd check for Interop font assets being present (in...
2023-04-11 Carl HetheringtonFix typos in comments.
2023-04-04 Carl HetheringtonAdd check for mismatch between sound asset and MainSoun... v1.8.66
2023-04-04 Carl HetheringtonAdd check for mismatched sound channel counts.
2023-04-04 Carl HetheringtonPass MainSoundConfiguration object rather than a string.
2023-04-04 Carl HetheringtonAdd some missing sound field specifiers to tests.
2023-03-20 Carl HetheringtonUse an enum instead of a bool in PictureAsset::start_wr...
2023-02-16 Carl HetheringtonChange how whitespace in subtitles is handled.
2023-02-12 Carl HetheringtonAdd --no-asset-hash-check and --asset-hash-check-maximu... v1.8.56
2023-02-02 Carl HetheringtonCheck IssueDate for Deluxe complaint.
2023-01-16 Carl HetheringtonFix tests. v1.8.51
2023-01-15 Carl HetheringtonCheck that Interop subtitle files have at least one...
2023-01-07 Carl HetheringtonCheck for multiple asset IDs in an ASSETMAP during...
2023-01-07 Carl HetheringtonCheck for multiple asset IDs in a PKL during verify.
2022-12-22 Carl HetheringtonWrite OriginalFileName tags in PKL (DoM #2394).
2022-12-16 Carl HetheringtonVerify that main picture active area is valid (even... v1.8.40
2022-12-15 Carl HetheringtonTidy up find_cpl() and add find_pkl().
2022-12-15 Carl HetheringtonSome more details when verification results fail.
2022-12-15 Carl HetheringtonAdd delete_lines_after to the Editor.
2022-12-15 Carl HetheringtonAdd some line spacing in the editor.
2022-12-15 Carl HetheringtonTidy the Editor class up a little.
2022-12-04 Carl HetheringtonFix some ambiguous shared_ptrs, seen on Arch Linux.
2022-11-03 Carl HetheringtonAdd Z position to subtitles; existing tests pass.
2022-09-03 Carl HetheringtonProperly support ContentKind scope attribute. v1.8.26
2022-05-04 Carl HetheringtonMake some tests repeatable across platforms.
2022-05-04 Carl HetheringtonAllow tests to be run on Windows.
2022-04-25 Carl HetheringtonTidy up write_xml() API a little.
2022-04-21 Carl HetheringtonFix unsigned/signed warning on macOS.
2022-04-12 Carl HetheringtonAdd and use new File class. merged-to-main
2022-03-24 Carl HetheringtonAdd verify test to check for erroneous <EntryPoint... 2215-markers v1.8.13
2022-03-23 Carl HetheringtonRemove <EntryPoint> and <Duration> from <ReelMarkerAsse...
2022-03-20 Carl HetheringtonNearly pretty-print subtitle XML (though not in <Text... v1.8.12
2022-01-17 Carl HetheringtonUse optional for ReelAsset _annotation_text. v1.8.6
2021-11-09 Carl HetheringtonFix off-by-one in verification of closed caption line... v1.8.5
2021-10-24 Carl HetheringtonOrder subtitles in the XML according to their vertical... v1.8.4
2021-10-24 Carl HetheringtonAllow specification of valign when writing verify tests.
2021-10-13 Carl HetheringtonBasic implementation of <Space> tag in subtitles. v1.8.3
2021-10-08 Carl HetheringtonFix problems when adding KDMs to a VF, before adding... v1.8.2
2021-10-03 Carl HetheringtonMake the former dcst namespace default for SMPTE subtitles.
2021-08-11 Carl HetheringtonImprove message on verify test failure.
2021-08-11 Carl HetheringtonAdd verify check for empty <Text> nodes in timed text.
2021-08-04 Carl HetheringtonAdd a belt-and-braces check.
2021-08-03 Carl HetheringtonFix tests after previous commit.
2021-06-01 Carl HetheringtonImprove output when a test fails.
2021-06-01 Carl HetheringtonReduce test flakyness a bit.
2021-05-27 Carl HetheringtonSort notes when checking verifications.
2021-04-22 Carl HetheringtonDon't give an error on verifying Interop DCPs with...
2021-04-14 Carl HetheringtonImprove handling of image subtitle IDs in XML (DoM...
2021-04-11 Carl HetheringtonSplit ReelClosedCaptionAsset into Interop and SMPTE...
2021-04-11 Carl HetheringtonC++11 tidying.
2021-04-11 Carl HetheringtonSpecify CPL standard on construction.
2021-04-11 Carl HetheringtonSplit ReelSubtitleAsset into Interop and SMPTE classes.
2021-04-09 Carl HetheringtonAdd check for Bv2.1 10.4.3 - container duration vs...
2021-04-08 Carl HetheringtonVerify that SMPTE subtitle IDs are handled properly...
2021-04-06 Carl HetheringtonDon't try to verify encrypted JPEG2000 bitstreams.
2021-04-06 Carl HetheringtonHide dump_notes() again.
2021-04-05 Carl HetheringtonCall verify_j2k when verifying DCPs.
2021-03-25 Carl HetheringtonWrite MCA tags based on the specified sound field.
2021-03-15 Carl HetheringtonFix various bugs in subtitle/ccap verification.
2021-02-20 Carl HetheringtonDon't give a verification error if there are closed...
2021-02-06 Carl HetheringtonBasic analysis (verification) of J2K codestreams.
2021-02-06 Carl HetheringtonDon't use flat_red.j2c for the simple DCP test as it...
2021-02-06 Carl HetheringtonRename j2k.{cc,h} => j2k_transcode.{cc,h}
2021-01-22 Carl HetheringtonAssorted c++11 cleanups.
2021-01-21 Carl HetheringtonSome more use of enum class.
2021-01-21 Carl HetheringtonUse enum class for the things in types.h
2021-01-20 Carl HetheringtonCleanup: more test naming tweaks.
2021-01-20 Carl HetheringtonTidy up some test names.
2021-01-19 Carl HetheringtonTidy up parameters in VerificationNote.
2021-01-19 Carl HetheringtonCleanup: now have using namespace boost::filesystem.
2021-01-19 Carl HetheringtonFix tests to actually check the results in several...
2021-01-19 Carl HetheringtonCleanup: tidy enum names for verification codes.
2021-01-18 Carl HetheringtonCleanup: more use of prepare_directory().
2021-01-18 Carl HetheringtonCleanup: more use of check_verify_result.
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 HetheringtonUse feature not trailer for some tests to avoid verific...
2021-01-17 Carl HetheringtonCheck that the Editor actually edits something.
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...
next