summaryrefslogtreecommitdiff
path: root/src/tools/dcpomatic_kdm_cli.cc
AgeCommit message (Expand)Author
2021-01-21Adapt for libdcp use of enum class.Carl Hetherington
2021-01-07BOOST_FOREACH.Carl Hetherington
2021-01-07std::shared_ptrCarl Hetherington
2020-11-23Remove swaroop variant.Carl Hetherington
2020-10-21macOS / new boost build fixes.v2.15.104Carl Hetherington
2020-05-07Add a 'Make DKDM' dialogue box to simplify and (hopefully) clarify DKDM creat...Carl Hetherington
2020-05-06Extract common code out into kdm_for_screen()Carl Hetherington
2020-05-06Remove some now-pointless passing of name_values.Carl Hetherington
2020-05-06Set 'i' earlier in name_values.Carl Hetherington
2020-05-06Write 'f', 'b' and 'e' tags into all KDMWithMetadata when they are made.Carl Hetherington
2020-05-06Rename some variables and re-implement collect().Carl Hetherington
2020-05-06Move some functions to kdm_with_metadataCarl Hetherington
2020-05-06Pull methods out of CinemaKDMs.Carl Hetherington
2020-05-06Remove Screen pointer from KDMWithMetadata, preferring toCarl Hetherington
2020-05-06Add KDMWithMetadataPtr typedefCarl Hetherington
2020-05-06Rename ScreenKDM -> KDMWithMetadataCarl Hetherington
2020-05-04Move Film::make_kdms to the call sites.Carl Hetherington
2020-01-03Fix failure to save screen notes when making a new one (github bug #6).Carl Hetherington
2019-05-14Non-swaroop build fixes.v2.15.4Carl Hetherington
2019-05-10Put Font and Screen into dcpomatic namespace.Carl Hetherington
2019-01-28Fix missing word.Carl Hetherington
2018-12-10Accept chains in files as well as individual certificates.Carl Hetherington
2018-12-07Nicer error when trying to make a KDM for an unencrypted project.Carl Hetherington
2018-12-07Use program_name in help.Carl Hetherington
2018-11-21Fix incorrect help for dcpomatic2_kdm_cli.Carl Hetherington
2018-11-09Allow specification of trusted devices by thumbprint rather thanv2.13.68Carl Hetherington
2018-02-14Build fixes.Carl Hetherington
2018-02-14Adapt for changes to disable_forensic variable types in libdcp.Carl Hetherington
2018-02-14Tidy up option parsing a little.Carl Hetherington
2018-02-14Whitespace and small stylistic tweaks.Carl Hetherington
2018-02-14Don't disable forensic marking by default.Mart Jansink
2018-02-14Correctly handle multiple cinemas and multiple screens per cinema.Mart Jansink
2018-02-14Optionally provide a custom filename and container name format via the CLI ar...Mart Jansink
2018-02-14Allow cinemas and DKDMs to be specified manually via the CLI arguments.Mart Jansink
2018-02-14Allow the missing full "valid-duration" argument.Mart Jansink
2018-02-14Add the "Multiple Modified Transitional 1" KDM formulation.Mart Jansink
2018-02-05Warning fixes.Carl Hetherington
2017-12-31Add option to dump known DKDM CPL IDs.Carl Hetherington
2017-12-31Untested support for KDM creation from DKDM (#1132).Carl Hetherington
2017-12-31Separate from-film code out into a method.Carl Hetherington
2017-12-30Use optional<> more.Carl Hetherington
2017-12-30More refactoring.Carl Hetherington
2017-12-30Refactor slightly.Carl Hetherington
2017-05-15Don't put seconds in KDM filenames.Carl Hetherington
2017-03-03Add options to write KDMs to separate directories / ZIP files.Carl Hetherington
2016-12-16Confirm overwrite of KDMs (#1008).Carl Hetherington
2016-08-24Basic template support (#485).Carl Hetherington
2016-08-23Fix potential buffer overflow.Carl Hetherington
2016-08-12Remove all use of stringstream in an attempt to fixCarl Hetherington
2016-07-29Simplification of name format stuff.Carl Hetherington