Make some not-so-important CPL read errors non-fatal (DoM #2797).
[libdcp.git] / tools /
2024-03-30 Carl HetheringtonAdd hack decrypt of sound assets by dcpdecryptmxf.
2024-03-30 Carl HetheringtonFix typo in help.
2023-12-25 Carl HetheringtonOnly write tool name into help, not its full path.
2023-12-25 Carl HetheringtonFix bad indentation in verify tool help.
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-10-08 Carl HetheringtonAdd wrappers around boost::filesystem methods that...
2023-10-06 Carl HetheringtonCleanup: sorting.
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-08 Carl HetheringtonFix boost bind placeholder warnings.
2023-08-08 Carl HetheringtonCleanup: header ordering.
2023-07-25 Carl HetheringtonCleanup: move EqualityOptions into its own file.
2023-04-13 Carl HetheringtonAdd check for Interop font assets being present (in...
2023-04-07 Carl HetheringtonClarify success message from dcpverify a little.
2023-03-20 Carl HetheringtonUse an enum instead of a bool in PictureAsset::start_wr...
2023-02-26 Carl HetheringtonRemove LIBDCP_VERSION in favour of dcp::version. v1.8.62
2023-02-12 Carl HetheringtonGive a better error when a KDMFormatError is thrown... v1.8.57
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...
2022-10-11 Carl HetheringtonSome dcpverify output tidying.
2022-10-11 Carl HetheringtonAdd a progress bar.
2022-10-11 Carl HetheringtonCleanup: use some lambdas.
2022-04-12 Carl HetheringtonAdd and use new File class. merged-to-main
2022-02-12 Carl HetheringtonCleanup: use dcp::LocalTime for certificate validity...
2021-07-14 Carl HetheringtonC++11 tidying.
2021-06-25 Carl HetheringtonC++11 cleanup.
2021-06-04 Carl HetheringtonAdd option to ignore mismatched HMACs when reading...
2021-06-04 Carl HetheringtonMissing finalize() in dcpdecryptmxf.
2021-06-04 Carl HetheringtonImprove dcpdecryptmxf in various ways.
2021-04-13 Carl HetheringtonFix/hide some warnings.
2021-04-11 Carl HetheringtonSpecify CPL standard on construction.
2021-03-18 Carl HetheringtonTidy how we're finding the tags and xsd directories.
2021-01-22 Carl HetheringtonRemove some unused #includes.
2021-01-22 Carl HetheringtonAssorted c++11 cleanups.
2021-01-21 Carl HetheringtonSome more use of enum class.
2021-01-21 Carl HetheringtonUse enum class for the things in types.h
2021-01-19 Carl HetheringtonCleanup: tidy enum names for verification codes.
2021-01-17 Carl HetheringtonMake CPL annotation_text optional.
2021-01-17 Carl HetheringtonChange subtitle SubtitleAsset API to return const Subti...
2021-01-17 Carl HetheringtonReplace std::list with std::vector in the API.
2021-01-17 Carl HetheringtonBv2.1 6.1: DCPs must be SMPTE.
2021-01-17 Carl HetheringtonAdd VERIFY_BV21_ERROR.
2021-01-07 Carl Hetheringtonstd::shared_ptr
2020-12-02 Carl HetheringtonFix equals() with image subtitles to not compare unique...
2020-11-14 Carl HetheringtonTweak formatting.
2020-11-01 Carl HetheringtonMake MonoPictureAsset implement the Data interface.
2020-11-01 Carl HetheringtonAdd Data class and change API to a raw pointer.
2020-11-01 Carl HetheringtonRename Data -> ArrayData.
2020-10-20 Carl HetheringtonmacOS / boost 1.74 build fixes.
2020-09-21 Carl HetheringtonFix crashes when static linking due to tricky lifetime crash
2020-09-21 Carl HetheringtonMissing note type when filtering out missing asset...
2020-09-21 Carl HetheringtonAdd --ignore-missing-assets and --quiet to dcpverify.
2020-09-10 Carl HetheringtonRename fonts_with_load_ids() -> font_data()
2020-08-12 Carl HetheringtonSlightly nicer errors from dcpkdm.
2020-08-12 Carl HetheringtonFix off-by-one in display of month numbers in dcpkdm.
2020-06-19 Carl HetheringtonShow CPL IDs in dcpinfo.
2020-06-19 Carl HetheringtonFormatting fix.
2020-06-19 Carl HetheringtonI believe atmos_id is a unique identifier, so create...
2020-04-14 Carl Hetheringtons/DCPReadError/ReadError/g
2020-03-16 Carl HetheringtonFix misformatting of dcpinfo output.
2020-03-15 Carl HetheringtonFix getopt string.
2020-03-15 Carl HetheringtonAllow general restriction of what is output.
2019-12-22 Carl HetheringtonMore adventures in the art of enum namespacing.
2019-12-22 Carl HetheringtonSome cleanups; output total time.
2019-12-22 Carl HetheringtonRemove now-unused boost regex.
2019-12-22 Carl HetheringtonValidate XML with xerces.
2019-12-22 Carl HetheringtonUse regex and check <IssueDate> in CPL.
2019-12-22 Carl HetheringtonUse VerificationNote for non-fatal errors in DCP::read.
2019-03-20 Carl HetheringtonMore bits in dcpkdm.
2019-03-18 Carl HetheringtonAccept that <Duration> and <EntryPoint> are optional...
2019-03-15 Carl HetheringtonMerge branch 'master' of ssh://git.carlh.net/home/carl...
2019-03-14 Carl HetheringtonWarn about incorrect string encoding in dcpkdm.
2019-03-14 Carl HetheringtonSome new features in dcpkdm.
2019-03-14 Carl HetheringtonHelp fix in dcpkdm tool.
2019-01-24 Carl HetheringtonRemove sign test tool.
2019-01-24 Carl HetheringtonAttempt to fix Sony digest validation by indenting...
2019-01-12 Carl HetheringtonMove verify API away from strings towards error codes.
2019-01-10 Carl HetheringtonFix crash with insufficient parameters to libdcp.
2019-01-06 Carl HetheringtonMerge branch 'master' of ssh://git.carlh.net/home/carl...
2019-01-06 Carl HetheringtonVery simple dcpverify.
2018-12-29 Carl HetheringtonFix some warnings.
2018-12-12 Carl HetheringtonAdd duration as H:M:S:F.
2018-11-14 Carl HetheringtonSimpole DCP recovery utility (dcprecover) added.
2018-11-08 Carl HetheringtonSlightly nicer error handling.
2018-11-08 Carl HetheringtonRename dcpsignerthumb -> dcpthumb.
2018-07-07 Carl HetheringtonSubtitleString -> shared_ptr<Subtitle>
2018-04-07 Carl HetheringtonTry to fix Windows build.
2018-04-07 Carl HetheringtonSupport decryption and decompression of picture assets.
2018-04-07 Carl HetheringtonAdd optional dump of JPEG2000 picture sizes.
2018-03-13 Carl HetheringtonMerge EncryptionContext with DecryptionContext and...
2018-02-22 Carl HetheringtonCope nicely with VFs in dcpinfo.
2017-09-11 Carl HetheringtonSupport extraction of encrypted subtitles.
2017-09-11 Carl HetheringtonAdd comments.
2017-07-25 Carl Hetheringtondcpdiff option to allow issue dates to differ.
2017-07-24 Carl HetheringtonAllow dcpinfo to read a CPL.
2017-05-15 Carl HetheringtonAdd dcpsignerthumb files.
2017-05-15 Carl HetheringtonA few new bits.
2017-04-04 Carl HetheringtonAdd some more bits to the dcpinfo.
next