Test churn from adding make_uuid() into CPL.
[libdcp.git] / tools /
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.
2017-02-14 Carl HetheringtonMerge branch '1.0' of git.carlh.net:git/libdcp into 1.0
2017-02-14 Carl HetheringtonExtract KDM standard.
2017-02-14 Carl HetheringtonTidy up storage of key type in DecryptedKDMKey.
2017-02-14 Carl HetheringtonNew dcpkdm tool.
2017-02-14 Carl HetheringtonFix copy-and-paste error.
2016-09-28 Carl HetheringtonMerge branch '1.0' of ssh://main.carlh.net/home/carl...
2016-09-27 Carl HetheringtonAdd Atmos read/write and untested MXF decryption tool. 1.0-templates
2016-09-27 Carl HetheringtonSmall cleanups.
2016-09-27 Carl HetheringtonFix GPL boilerplate in tools/
2016-06-13 Carl HetheringtonAdd OpenSSL licence exception.
2016-06-01 Carl HetheringtonStill more licence fixups.
2016-02-03 Carl HetheringtonVarious build system / dependency fixes.
2016-01-28 Carl HetheringtonTry to fix cscript build.
2015-12-16 Carl HetheringtonTidy API; subtitle_asset() -> asset()>
2015-12-04 Carl HetheringtonTake DCP-o-matic's version of Data class.
2015-12-03 Carl HetheringtonFlush buffer after each output line when diffing.
2015-12-02 Carl HetheringtonUse OpenMP when comparing picture assets.
2015-12-01 Carl HetheringtonCheck every picture frame when -k is passed to dcpdiff.
2015-06-24 Carl HetheringtonMerge.
2015-06-24 Carl HetheringtonFix various SNAFUs with Font ID handling.
2015-06-24 Carl HetheringtonNo-op: whitespace.
2015-06-24 Carl HetheringtonNo-op: whitespace.
2015-06-10 Carl HetheringtonRename Font -> FontAsset; add dcpdumpsub tool.
2015-06-09 Carl HetheringtonAdd --reel-annotation-texts to dcpdiff.
2015-06-05 Carl HetheringtonInitial work on SMPTE subtitles.
2015-06-05 Carl HetheringtonMXF -> Asset in lots of places.
2015-06-05 Carl HetheringtonRename some stuff Content -> Asset.
2015-06-03 Carl HetheringtonAdd halign to SubtitleString's operator<< and use it...
2015-02-06 Carl HetheringtonMerge branch '1.0' of ssh://main.carlh.net/home/carl...
2015-02-03 Carl HetheringtonFix build.
2015-02-03 Carl HetheringtonFix previous.
next