libdcp.git
2023-09-19 Carl HetheringtonMore debugging. gh-21-open
2023-09-18 Carl HetheringtonDebugging for GH #21.
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...
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...
next