libdcp.git
2023-12-01 Carl HetheringtonAdd some MCA IDs that claim to be from ClipsterDCI... v1.8.89
2023-11-20 Carl HetheringtonRe-read MXF descriptor after adding a key to a SMPTE... v1.8.88
2023-11-20 Carl HetheringtonFix checking for existing key_id; _key_id would always...
2023-11-20 Carl HetheringtonAllow use of KDMs when verifying DCPs.
2023-11-19 Carl HetheringtonReport progress with done/total rather than a float.
2023-11-15 Carl HetheringtonSimple pass-through of <Ruby> tags in subtitles.
2023-11-15 Carl HetheringtonTolerate VI-N as a MCA channel ID - apparently written...
2023-11-14 Carl HetheringtonCleanup: remove unnecessary initialization.
2023-11-08 Carl HetheringtonCleanup: remove pointless explicit.
2023-11-08 Carl HetheringtonCleanup: using sorting.
2023-11-08 Carl HetheringtonCleanup: header sorting.
2023-11-08 Carl HetheringtonCleanup: remove pointless explicit.
2023-10-21 Carl HetheringtonRemove logging of clamped values.
2023-10-21 Carl HetheringtonUse an integer LUT for PiecewiseLUT2, hence removing...
2023-10-21 Carl HetheringtonSupport integer LUTs.
2023-10-21 Carl HetheringtonRename lut -> double_lut.
2023-10-21 Carl HetheringtonCleanup: remove out-of-date comment.
2023-10-21 Carl HetheringtonCleanup: remove stray space.
2023-10-18 Carl HetheringtonAdd rgb_to_xyz for packed int16_t. v1.8.87
2023-10-18 Carl HetheringtonSplit rgb_to_xyz() into two parts.
2023-10-17 Carl HetheringtonDon't write MCA subdescriptors for channels that don... v1.8.86
2023-10-16 Carl HetheringtonCleanup: two lines can be one.
2023-10-16 Carl HetheringtonCleanup: add some comments.
2023-10-11 Carl HetheringtonTolerate LsLss / RsRss as channel IDs (#2629). v1.8.85
2023-10-11 Carl HetheringtonCleanup: id -> ID.
2023-10-10 Carl HetheringtonFix argument parsing on Ubuntu 16.04. v1.8.84
2023-10-10 Carl HetheringtonDon't call BOOST_CHECK during static initialization.
2023-10-10 Carl HetheringtonReplace BOOST_TEST with an older BOOST_CHECK for Ubuntu...
2023-10-10 Carl HetheringtonAvoid full_name() so we can build on Ubuntu 16.04.
2023-10-10 Carl HetheringtonAvoid depends_on() so we can build on Ubuntu 16.04.
2023-10-10 Carl HetheringtonSwitch to testing on Ubuntu 16.04 and 22.04.
2023-10-10 Carl HetheringtonImplement weakly_canonical for boost versions without...
2023-10-08 Carl HetheringtonAdd more filesystem wrappers that DoM needs. v1.8.83
2023-10-08 Carl HetheringtonAdd wrappers around boost::filesystem methods that...
2023-10-06 Carl HetheringtonCleanup: sorting.
2023-09-13 Carl HetheringtonRemove odd assertion stopping TZ minutes being more... v1.8.82
2023-09-06 Carl HetheringtonReport failures to read resources from MXF files. v1.8.81
2023-09-06 Carl HetheringtonBump the PNG subtitle / font buffer a little.
2023-08-31 Carl HetheringtonFix build when there is no {Image,Graphics}Magick v1.8.80
2023-08-31 Carl HetheringtonDon't build dcpdumpimage unless we have {Image,Graphics...
2023-08-31 Carl HetheringtonCleanup: use a loop.
2023-08-27 Carl HetheringtonAdd dcpdumpimage tool.
2023-08-24 Carl HetheringtonCheck for missing font files referred from Interop...
2023-08-22 Carl HetheringtonFix Windows build failure. v1.8.79
2023-08-22 Carl HetheringtonAccept any case for subtitle alignment specifiers ... v1.8.78
2023-08-22 Carl HetheringtonAdd some tests.
2023-08-22 Carl HetheringtonCleanup: extract HAlign to its own files.
2023-08-22 Carl HetheringtonCleanup: extract VAlign to its own files.
2023-08-22 Carl HetheringtonCleanup: header ordering.
2023-08-15 Carl HetheringtonBump asdcplib for probably-unimportant undefined variab... v1.8.77
2023-08-15 Carl HetheringtonFix use-after-free in error case.
2023-08-15 Carl HetheringtonFix dcp::LocalTime constructor to cope with longer...
2023-08-11 Carl HetheringtonAdd check for empty <LabelText> in <ContentVersion> v1.8.76
2023-08-11 Carl HetheringtonCleanup: comment formatting for auto-generated docs.
2023-08-08 Carl HetheringtonCleanup: make some default constructors more consistent. v1.8.75
2023-08-08 Carl HetheringtonFix boost bind placeholder warnings.
2023-08-08 Carl HetheringtonCleanup: header ordering.
2023-08-08 Carl HetheringtonRemove unused method.
2023-08-08 Carl HetheringtonIgnore some ASDCP warnings.
2023-07-29 Carl HetheringtonAdd equality option sound_assets_can_differ.
2023-07-26 Carl HetheringtonRationalise #undef-ing of ERROR. tidy-eq-options
2023-07-25 Carl HetheringtonInclude trimming.
2023-07-25 Carl HetheringtonCleanup: move EqualityOptions into its own file.
2023-07-25 Carl HetheringtonCleanup: forward declaration sorting.
2023-07-25 Carl HetheringtonCleanup: include sorting.
2023-07-25 Carl HetheringtonCleanup: pass EqualityOptions as const&
2023-07-25 Carl HetheringtonCleanup: use = default.
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...
next