summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Collapse)Author
2021-01-22Remove some unused #includes.Carl Hetherington
2021-01-22Assorted c++11 cleanups.Carl Hetherington
2021-01-21Some more use of enum class.Carl Hetherington
2021-01-21Use enum class for the things in types.hCarl Hetherington
2021-01-19Cleanup: tidy enum names for verification codes.Carl Hetherington
2021-01-17Make CPL annotation_text optional.Carl Hetherington
2021-01-17Change subtitle SubtitleAsset API to return const Subtitle pointers; add ↵Carl Hetherington
subtitles_in_reel().
2021-01-17Replace std::list with std::vector in the API.Carl Hetherington
2021-01-17Bv2.1 6.1: DCPs must be SMPTE.Carl Hetherington
2021-01-17Add VERIFY_BV21_ERROR.Carl Hetherington
2021-01-08std::shared_ptrCarl Hetherington
2020-12-02Fix equals() with image subtitles to not compare unique IDs.Carl Hetherington
Also add an option to save subtitle images to PNGs when they differ.
2020-11-14Tweak formatting.Carl Hetherington
2020-11-02Make MonoPictureAsset implement the Data interface.Carl Hetherington
2020-11-02Add Data class and change API to a raw pointer.Carl Hetherington
2020-11-02Rename Data -> ArrayData.Carl Hetherington
2020-10-21macOS / boost 1.74 build fixes.Carl Hetherington
2020-09-22Fix crashes when static linking due to tricky lifetimecrashCarl Hetherington
management of ASDCP::DefaultSMPTEDict().
2020-09-21Missing note type when filtering out missing asset errors.Carl Hetherington
2020-09-21Add --ignore-missing-assets and --quiet to dcpverify.Carl Hetherington
2020-09-11Rename fonts_with_load_ids() -> font_data()Carl Hetherington
2020-08-13Slightly nicer errors from dcpkdm.Carl Hetherington
2020-08-13Fix off-by-one in display of month numbers in dcpkdm.Carl Hetherington
2020-06-19Show CPL IDs in dcpinfo.Carl Hetherington
2020-06-19Formatting fix.Carl Hetherington
2020-06-19I believe atmos_id is a unique identifier, so create it in theCarl Hetherington
same way that all the others are created.
2020-04-14s/DCPReadError/ReadError/gCarl Hetherington
2020-03-16Fix misformatting of dcpinfo output.Carl Hetherington
2020-03-15Fix getopt string.Carl Hetherington
2020-03-15Allow general restriction of what is output.Carl Hetherington
2019-12-22More adventures in the art of enum namespacing.Carl Hetherington
2019-12-22Some cleanups; output total time.Carl Hetherington
2019-12-22Remove now-unused boost regex.Carl Hetherington
2019-12-22Validate XML with xerces.Carl Hetherington
2019-12-22Use regex and check <IssueDate> in CPL.Carl Hetherington
2019-12-22Use VerificationNote for non-fatal errors in DCP::read.Carl Hetherington
2019-03-20More bits in dcpkdm.Carl Hetherington
2019-03-18Accept that <Duration> and <EntryPoint> are optional, and account for this ↵Carl Hetherington
in tests. Also fix tests to reflect <AnnotationText> no longer being filled in with a default value.
2019-03-14Warn about incorrect string encoding in dcpkdm.Carl Hetherington
2019-03-14Some new features in dcpkdm.Carl Hetherington
2019-03-14Help fix in dcpkdm tool.Carl Hetherington
2019-01-24Remove sign test tool.Carl Hetherington
2019-01-24Attempt to fix Sony digest validation by indenting the <Signer>Carl Hetherington
and <Signature> before signing. This is in the belief that, perhaps, the Sony software "reformats" the XML before checking that the signature is correct (or something).
2019-01-12Move verify API away from strings towards error codes.Carl Hetherington
2019-01-10Fix crash with insufficient parameters to libdcp.Carl Hetherington
2019-01-06Merge branch 'master' of ssh://git.carlh.net/home/carl/git/libdcpCarl Hetherington
2019-01-06Very simple dcpverify.Carl Hetherington
2018-12-29Fix some warnings.Carl Hetherington
2018-12-12Add duration as H:M:S:F.Carl Hetherington
2018-11-14Simpole DCP recovery utility (dcprecover) added.Carl Hetherington