Don't unconditionally clear _fonts when inspecting assets.
[libdcp.git] / test /
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.
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.
next