Fix tests with different library versions.
[libdcp.git] / test /
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.
2022-09-03 Carl HetheringtonProperly support ContentKind scope attribute. v1.8.26
2022-09-02 Carl HetheringtonReplace ContentKind enum with a class.
2022-08-15 Carl HetheringtonTolerate missing FullContentTitleText (DoM bug #2295). 2295-tolerate-missing-full-content-title v1.8.25
2022-08-10 Carl HetheringtonFix undefined memory warning during tests.
2022-05-08 Carl HetheringtonExtract, test and slightly adjust the piecewise LUT...
2022-05-06 Carl HetheringtonAnother missing include.
2022-05-05 Carl HetheringtonMove fix_long_path tests over from DoM.
2022-05-05 Carl HetheringtonAllow LUTs to be created with a particular range.
2022-05-05 Carl HetheringtonUse std::vector for LUTs.
2022-05-05 Carl HetheringtonAdd a new (failing) test which exposes inaccuracies...
2022-05-05 Carl HetheringtonTidying.
2022-05-04 Carl HetheringtonMissing finalize() on a writer in a test.
2022-05-04 Carl HetheringtonC++11 tidying.
2022-05-04 Carl HetheringtonMake some tests repeatable across platforms.
2022-05-04 Carl HetheringtonTidying.
2022-05-04 Carl HetheringtonAllow tests to be run on Windows.
2022-04-25 Carl HetheringtonTidy up write_xml() API a little.
2022-04-25 Carl HetheringtonAdd a test for reading, changing, then writing a DCP.
2022-04-22 Carl HetheringtonC++11 tidying.
2022-04-22 Carl HetheringtonDon't specify no-default-inline on clang as it's not...
2022-04-22 Carl HetheringtonFix some macOS signed/unsigned warnings.
2022-04-21 Carl HetheringtonFix unsigned/signed warning on macOS.
2022-04-20 Carl HetheringtonAdd a test for DCP::add() for KDMs.
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-03-07 Carl HetheringtonTidy some includes.
2022-03-03 Carl HetheringtonFix slightly extended libxml++ dependency. v1.8.10
2022-03-01 Carl HetheringtonMove Rating out to a separate file.
2022-02-25 Carl HetheringtonAdd -x32/-x64 suffix to boost libraries when building... v1.8.8
2022-02-12 Carl HetheringtonPass certificate validity length into the constructor. v1.8.7
2022-02-12 Carl HetheringtonCleanup: use dcp::LocalTime for certificate validity...
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 support for writing CPL metadata about sign languag...
2021-08-04 Carl HetheringtonC++11 tidying.
2021-08-04 Carl HetheringtonAdd a belt-and-braces check.
2021-08-03 Carl HetheringtonFix tests after previous commit.
2021-07-14 Carl HetheringtonC++11 tidying.
2021-06-25 Carl HetheringtonC++11 cleanup.
2021-06-18 Carl HetheringtonFix tests after changes to language tags.
2021-06-01 Carl HetheringtonTest churn from adding make_uuid() into CPL.
2021-06-01 Carl HetheringtonImprove output when a test fails.
2021-06-01 Carl HetheringtonReduce test flakyness a bit.
2021-06-01 Carl HetheringtonPass through CompositionMetadataAsset correctly.
2021-05-27 Carl HetheringtonFix bug causing failure to decrypt SMPTE subtitles.
2021-05-27 Carl HetheringtonC++11 cleanup.
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-14 Carl HetheringtonRename write_subtitle_test -> shared_subtitle_test
2021-04-14 Carl HetheringtonMove some tests from write_subtitle_test into interop_s...
2021-04-14 Carl HetheringtonRename read_interop_subtitle_test -> interop_subtitle_test.
2021-04-14 Carl HetheringtonMove some tests from write_subtitle_test to smpte_subti...
2021-04-14 Carl HetheringtonMerge read_smpte_subtitle_test with smpte_subtitle_test.
2021-04-14 Carl HetheringtonC++11 tidying.
next