libdcp.git
2023-05-28 Carl HetheringtonDon't unconditionally clear _fonts when inspecting... 2536-interop-subs
2023-05-28 Carl HetheringtonCleanup: use find_if().
2023-05-24 Carl HetheringtonMore detailed error message.
2023-05-21 Carl HetheringtonRemove unnecessary initializers.
2023-05-14 Carl HetheringtonFormatting tidying; use vector instead of scoped_array.
2023-05-14 Carl HetheringtonStyle/formatting tweaks.
2023-05-11 Carl HetheringtonAdd SubtitleAsset::ensure_font(). v1.8.69
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-05-11 Carl HetheringtonAdd ID member to verification note.
2023-04-26 Carl HetheringtonGive better errors when invalid urn:uuid: strings are...
2023-04-20 Carl HetheringtonFix crash when trying to verify an encrypted SMPTE... v1.8.67
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 HetheringtonFix build.
2023-04-16 Carl HetheringtonCheck for tile parts being too big in the verifier...
2023-04-16 Carl HetheringtonBump openjpeg to allow higher than 250Mbit/s data rates...
2023-04-16 Carl HetheringtonCleanup: include ordering and white space.
2023-04-16 Carl HetheringtonUse a map and boost::any to make it a little neater...
2023-04-16 Carl HetheringtonUse a shared_ptr<vector> for ArrayData rather than...
2023-04-15 Carl HetheringtonCleanup: remove a couple of unnecessary namespace quali...
2023-04-14 Carl HetheringtonReplace slightly weird add_font_assets() API.
2023-04-14 Carl HetheringtonCleanup: use a find_if().
2023-04-13 Carl HetheringtonFix resolve_fonts() if it is called twice.
2023-04-13 Carl HetheringtonAdd const version of add_font_assets().
2023-04-13 Carl HetheringtonAdd check for Interop font assets being present (in...
2023-04-13 Carl HetheringtonAdd some missing full stops.
2023-04-13 Carl HetheringtonAdd font assets to combined DCPs; otherwise the fonts...
2023-04-11 Carl HetheringtonFix typos in variable names.
2023-04-11 Carl HetheringtonFix typos in exceptions.
2023-04-11 Carl HetheringtonFix typos in comments.
2023-04-07 Carl HetheringtonClarify success message from dcpverify a little.
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 HetheringtonCleanup: using sorting.
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-03-06 Carl HetheringtonAdd Asset::rename_file().
2023-03-06 Carl HetheringtonCleanup: fix indentation.
2023-03-05 Carl HetheringtonFix default value of include_mca_subdescriptors in...
2023-03-01 Carl HetheringtonAdd include_mca_subdescriptors flag to SoundAsset writer. v1.8.64
2023-03-01 Carl HetheringtonAdd include_mca_subdescriptors to DCP::write_xml()...
2023-02-28 Carl HetheringtonAdd include_mca_subdescriptors option to CPL::write_xml().
2023-02-28 Carl HetheringtonCleanup: extract write_mca_subdescriptors().
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 HetheringtonRemove LIBDCP_VERSION in favour of dcp::version. v1.8.62
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-17 Carl HetheringtonAllow verification of 428-7-2014 subtitles.
2023-02-17 Carl HetheringtonUpdate comment with details about SMPTE 2010/2014 subti...
2023-02-17 Carl HetheringtonDon't crash if the descriptor's sampling rate denominat...
2023-02-17 Carl HetheringtonFix incorrect filename encoding on Windows (DoM #2459). v1.8.59
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 HetheringtonGive a better error when a KDMFormatError is thrown... v1.8.57
2023-02-12 Carl HetheringtonThrow xmlpp::internal_error also as KDMFormatError.
2023-02-12 Carl HetheringtonAdd --no-asset-hash-check and --asset-hash-check-maximu... v1.8.56
2023-02-12 Carl HetheringtonTerminate dcpverify correctly when an invalid option...
2023-02-12 Carl HetheringtonAdd another raw_convert().
2023-02-12 Carl HetheringtonCleanup: use a local variable.
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-23 Carl HetheringtonAdd support for 20 as a MainSoundConfiguration. v1.8.53
2023-01-19 Carl HetheringtonAdd some more operators to LocalTime.
2023-01-19 Carl HetheringtonAdd a comment.
2023-01-16 Carl HetheringtonAdd some new issuer access methods. v1.8.52
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-08 Carl HetheringtonCleanup: use std::find_if
2023-01-08 Carl HetheringtonCleanup: improve loop variable names.
2023-01-07 Carl HetheringtonCleanup: rename AssetMap::path -> file for consistency.
2023-01-07 Carl HetheringtonCleanup: rename PKL::asset_list -> assets for consistency.
2023-01-07 Carl HetheringtonCheck for multiple asset IDs in an ASSETMAP during...
2023-01-07 Carl HetheringtonAdd DCP::asset_map().
2023-01-07 Carl HetheringtonAdd AssetMap::assets().
2023-01-07 Carl HetheringtonCleanup: extract verify_assetmap().
2023-01-07 Carl HetheringtonCleanup: const correctness.
2023-01-07 Carl HetheringtonCheck for multiple asset IDs in a PKL during verify.
2023-01-07 Carl HetheringtonCleanup: using ordering.
2023-01-07 Carl HetheringtonCleanup: extract verify_pkl().
2023-01-07 Carl HetheringtonCleanup: const correctness.
2023-01-03 Carl HetheringtonCleanup: remove dead code.
2022-12-30 Carl HetheringtonChange the behaviour of LocalTime::operator== to make... v1.8.49
next