libdcp.git
2023-07-25 Carl HetheringtonMake EqualityOptions into a class.
2023-07-25 Carl HetheringtonCleanup: fix typo in comment.
2023-06-28 Carl HetheringtonAdd asset_hashes_can_differ option to the equality... v1.8.74
2023-06-28 Carl HetheringtonWhen reading a DCP set up asset hashes from the CPL...
2023-06-26 Carl HetheringtonAdd Asset::unset_hash().
2023-06-26 Carl HetheringtonCleanup: remove unnecessary namespace.
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: better variable names.
2023-06-26 Carl HetheringtonCleanup: const.
2023-06-26 Carl HetheringtonAdd Asset::set_file_preserving_hash().
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 HetheringtonCleanup: replace a nasty try/catch.
2023-06-02 Carl HetheringtonCleanup: formatting.
2023-06-02 Carl HetheringtonCleanup: remove some unpleasant (and I think unnecessar...
2023-06-02 Carl HetheringtonRename MISSING_LOAD_FONT -> MISSING_LOAD_FONT_FOR_FONT.
2023-05-30 Carl HetheringtonCleanup: comment typo fix.
2023-05-28 Carl HetheringtonAdd SoundAsset::active_channels(). v1.8.72
2023-05-28 Carl HetheringtonFix stupid mistake introduced in 1e010ab5. v1.8.71
2023-05-28 Carl HetheringtonDon't unconditionally clear _fonts when inspecting... v1.8.70
2023-05-28 Carl HetheringtonCleanup: use find_if().
2023-05-28 Carl HetheringtonCleanup: reduce some scopes.
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().
next