summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-02-27Fix tests again on Windows.v1.8.63Carl Hetherington
2023-02-27Fix signed-ness warning on macOS.Carl Hetherington
2023-02-26Remove LIBDCP_VERSION in favour of dcp::version.v1.8.62Carl Hetherington
2023-02-26Fix warning.Carl Hetherington
2023-02-26Fix tests with different library versions.Carl Hetherington
2023-02-26Fix test references after IssueDate change.v1.8.61Carl Hetherington
2023-02-18Be explicit about the version of SMPTE 428-7 that is used for subtitles,v1.8.602389-vposCarl Hetherington
2023-02-18Allow verification of 428-7-2014 subtitles.Carl Hetherington
2023-02-18Update comment with details about SMPTE 2010/2014 subtitle standards.Carl Hetherington
2023-02-17Don't crash if the descriptor's sampling rate denominator is 0.Carl Hetherington
2023-02-17Fix incorrect filename encoding on Windows (DoM #2459).v1.8.59Carl Hetherington
2023-02-16Change how whitespace in subtitles is handled.Carl Hetherington
2023-02-13Interop CPLs don't have MainPictureStoredArea (#2452).v1.8.58Carl Hetherington
2023-02-12Give a better error when a KDMFormatError is thrown (DoM #2446).v1.8.57Carl Hetherington
2023-02-12Throw xmlpp::internal_error also as KDMFormatError.Carl Hetherington
2023-02-12Add --no-asset-hash-check and --asset-hash-check-maximum-size (DoM #2444).v1.8.56Carl Hetherington
2023-02-12Terminate dcpverify correctly when an invalid option is passed.Carl Hetherington
2023-02-12Add another raw_convert().Carl Hetherington
2023-02-12Cleanup: use a local variable.Carl Hetherington
2023-02-02In Deluxe's "Specifications for Digital Cinema Source and DCP Content Delivery"v1.8.55Carl Hetherington
2023-02-02Check IssueDate for Deluxe complaint.Carl Hetherington
2023-02-02Add with_timezone parameter to ::to_string().Carl Hetherington
2023-01-24Only write the appropriate number of AudioChannelLabelSubDescriptors (DoM #24...v1.8.54Carl Hetherington
2023-01-24Add channels parameter to simple_audio().Carl Hetherington
2023-01-23Add support for 20 as a MainSoundConfiguration.v1.8.53Carl Hetherington
2023-01-19Add some more operators to LocalTime.Carl Hetherington
2023-01-19Add a comment.Carl Hetherington
2023-01-16Add some new issuer access methods.v1.8.52Carl Hetherington
2023-01-16Fix tests.v1.8.51Carl Hetherington
2023-01-15Check that Interop subtitle files have at least one subtitle.Carl Hetherington
2023-01-08Remove a test directory before running.v1.8.50Carl Hetherington
2023-01-08Compare LoadFont URIs and asset paths correctly (DoM #2402).Carl Hetherington
2023-01-08Cleanup: use std::find_ifCarl Hetherington
2023-01-08Cleanup: improve loop variable names.Carl Hetherington
2023-01-07Cleanup: rename AssetMap::path -> file for consistency.Carl Hetherington
2023-01-07Cleanup: rename PKL::asset_list -> assets for consistency.Carl Hetherington
2023-01-07Check for multiple asset IDs in an ASSETMAP during verify.Carl Hetherington
2023-01-07Add DCP::asset_map().Carl Hetherington
2023-01-07Add AssetMap::assets().Carl Hetherington
2023-01-07Cleanup: extract verify_assetmap().Carl Hetherington
2023-01-07Cleanup: const correctness.Carl Hetherington
2023-01-07Check for multiple asset IDs in a PKL during verify.Carl Hetherington
2023-01-07Cleanup: using ordering.Carl Hetherington
2023-01-07Cleanup: extract verify_pkl().Carl Hetherington
2023-01-07Cleanup: const correctness.Carl Hetherington
2023-01-03Cleanup: remove dead code.Carl Hetherington
2022-12-30Change the behaviour of LocalTime::operator== to make the same time in differ...v1.8.49Carl Hetherington
2022-12-30Fix LocalTime::operator< and operator> to handle offset gracefully.Carl Hetherington
2022-12-30Add dcp::LocalTime::millisecond().Carl Hetherington
2022-12-30Fix some embarassing bugs in dcp::LocalTime comparisons.Carl Hetherington