Make some not-so-important CPL read errors non-fatal (DoM #2797).
[libdcp.git] / test /
2024-04-15 Carl HetheringtonAdd Dolby EDR metadata support (GH #12).
2024-04-15 Carl HetheringtonGeneralise sign language video tag handling and add...
2024-03-16 Carl HetheringtonAllow SMPTE timecodes with 3 digits in the editable...
2024-02-08 Carl HetheringtonFix use of Z as a timezone (meaning UTC). v1.8.95
2024-01-12 Carl HetheringtonFix test in previous.
2024-01-12 Carl HetheringtonNote correct/incorrect hashes when the verifier raises...
2024-01-09 Carl HetheringtonFix escaping of certificate dnQualifier (public key... v1.8.93
2024-01-08 Carl HetheringtonAdd ScopeGuard.
2024-01-03 Carl HetheringtonReport every frame (with index) that is over (or nearly... v1.8.91
2024-01-03 Carl HetheringtonReport every frame (with index) that has a JPEG2000...
2023-12-25 Carl HetheringtonFix operator== to take everything in VerificationNote...
2023-11-20 Carl HetheringtonRe-read MXF descriptor after adding a key to a SMPTE... v1.8.88
2023-11-20 Carl HetheringtonAllow use of KDMs when verifying DCPs.
2023-11-15 Carl HetheringtonSimple pass-through of <Ruby> tags in subtitles.
2023-10-21 Carl HetheringtonUse an integer LUT for PiecewiseLUT2, hence removing...
2023-10-21 Carl HetheringtonRename lut -> double_lut.
2023-10-17 Carl HetheringtonDon't write MCA subdescriptors for channels that don... v1.8.86
2023-10-10 Carl HetheringtonFix argument parsing on Ubuntu 16.04. v1.8.84
2023-10-10 Carl HetheringtonDon't call BOOST_CHECK during static initialization.
2023-10-10 Carl HetheringtonReplace BOOST_TEST with an older BOOST_CHECK for Ubuntu...
2023-10-10 Carl HetheringtonAvoid full_name() so we can build on Ubuntu 16.04.
2023-10-10 Carl HetheringtonAvoid depends_on() so we can build on Ubuntu 16.04.
2023-10-10 Carl HetheringtonImplement weakly_canonical for boost versions without...
2023-10-08 Carl HetheringtonAdd wrappers around boost::filesystem methods that...
2023-09-13 Carl HetheringtonRemove odd assertion stopping TZ minutes being more... v1.8.82
2023-08-24 Carl HetheringtonCheck for missing font files referred from Interop...
2023-08-22 Carl HetheringtonAccept any case for subtitle alignment specifiers ... v1.8.78
2023-08-22 Carl HetheringtonAdd some tests.
2023-08-15 Carl HetheringtonFix dcp::LocalTime constructor to cope with longer...
2023-08-11 Carl HetheringtonAdd check for empty <LabelText> in <ContentVersion> v1.8.76
2023-08-08 Carl HetheringtonFix boost bind placeholder warnings.
2023-07-25 Carl HetheringtonInclude trimming.
2023-07-25 Carl HetheringtonCleanup: move EqualityOptions into its own file.
2023-06-28 Carl HetheringtonWhen reading a DCP set up asset hashes from the CPL...
2023-06-26 Carl HetheringtonFix tests that were writing assets with the same filena...
2023-06-26 Carl HetheringtonCleanup: sorting.
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 HetheringtonCleanup: ues BOOST_CHECK_EQUAL. v1.8.68
2023-05-11 Carl HetheringtonRemove some debugging prints.
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 HetheringtonAdd missing operator case.
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 HetheringtonRemove now-redundant test. v1.8.65
2023-03-20 Carl HetheringtonAllow specification of channels that need a MCASubDescr...
2023-03-20 Carl HetheringtonRemove now-presumed-wrong 2.0 MCA sound field.
2023-03-20 Carl HetheringtonUse an enum instead of a bool in PictureAsset::start_wr...
2023-03-20 Carl HetheringtonRemove the bools and default parameters from SoundAsset...
2023-03-16 Carl HetheringtonAllow writing to sound assets with int32_t as well...
2023-03-16 Carl HetheringtonSpecify number of channels in the data passed to SoundA...
2023-02-27 Carl HetheringtonFix tests again on Windows. v1.8.63
2023-02-27 Carl HetheringtonFix signed-ness warning on macOS.
2023-02-26 Carl HetheringtonFix warning.
2023-02-26 Carl HetheringtonFix tests with different library versions.
2023-02-26 Carl HetheringtonFix test references after IssueDate change. v1.8.61
2023-02-17 Carl HetheringtonBe explicit about the version of SMPTE 428-7 that is... 2389-vpos v1.8.60
2023-02-16 Carl HetheringtonChange how whitespace in subtitles is handled.
2023-02-13 Carl HetheringtonInterop CPLs don't have MainPictureStoredArea (#2452). v1.8.58
2023-02-12 Carl HetheringtonAdd --no-asset-hash-check and --asset-hash-check-maximu... v1.8.56
2023-02-02 Carl HetheringtonIn Deluxe's "Specifications for Digital Cinema Source... v1.8.55
2023-02-02 Carl HetheringtonCheck IssueDate for Deluxe complaint.
2023-02-02 Carl HetheringtonAdd with_timezone parameter to ::to_string().
2023-01-23 Carl HetheringtonOnly write the appropriate number of AudioChannelLabelS... v1.8.54
2023-01-23 Carl HetheringtonAdd channels parameter to simple_audio().
2023-01-16 Carl HetheringtonFix tests. v1.8.51
2023-01-15 Carl HetheringtonCheck that Interop subtitle files have at least one...
2023-01-08 Carl HetheringtonRemove a test directory before running. v1.8.50
2023-01-08 Carl HetheringtonCompare LoadFont URIs and asset paths correctly (DoM...
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-30 Carl HetheringtonChange the behaviour of LocalTime::operator== to make... v1.8.49
2022-12-30 Carl HetheringtonFix LocalTime::operator< and operator> to handle offset...
2022-12-30 Carl HetheringtonFix some embarassing bugs in dcp::LocalTime comparisons.
2022-12-22 Carl HetheringtonCleanup: remove randomly-added using. v1.8.48
2022-12-22 Carl HetheringtonWrite OriginalFileName tags in PKL (DoM #2394).
2022-12-22 Carl HetheringtonSet plaintext offset to 0 when writing J2K frames ...
2022-12-22 Carl HetheringtonRe-make expired test certificate chain.
2022-12-22 Carl HetheringtonCleanup: use std::vector and some auto.
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-13 Carl HetheringtonAdd UTCOffset class.
2022-12-04 Carl HetheringtonFix some ambiguous shared_ptrs, seen on Arch Linux.
2022-11-03 Carl HetheringtonAdd a couple of Z position tests. v1.8.33
2022-11-03 Carl HetheringtonAdd Z position to subtitles; existing tests pass.
2022-09-06 Carl HetheringtonAdd a new test.
next