summaryrefslogtreecommitdiff
path: root/src/lib/create_cli.cc
AgeCommit message (Expand)Author
2025-11-05Allow specification of which parts of the DCP to encrypt (#3099).Carl Hetherington
2025-07-15Change Film::examine_and_add_content to take a vector of content.Carl Hetherington
2025-07-10Remove compose.hpp includes.Carl Hetherington
2025-07-10Replace String::compose with fmt.Carl Hetherington
2025-06-17Pass Ratio around as an object rather than a pointer.Carl Hetherington
2025-06-15Add --fade-{in,out} options to create CLI (#2613).Carl Hetherington
2025-06-15Use another variable to reduce verbosity slightly.Carl Hetherington
2025-06-15Combine two ifs.Carl Hetherington
2025-06-15Use a variable to make things a little less verbose.Carl Hetherington
2025-03-26Fix help.Carl Hetherington
2025-03-19Add --colourspace opton to create CLI (#2967).Carl Hetherington
2025-03-19Turn the help string into a method.Carl Hetherington
2025-03-19Add --auto-crop-threshold option to create CLI.Carl Hetherington
2025-03-19Add --auto-crop option to create CLI (#2968).Carl Hetherington
2025-03-19Move most of the create CLI into create_cli.cc to make it more testable.Carl Hetherington
2025-03-19Tweak some white space.Carl Hetherington
2025-02-11Fix/hack build to work again on Ubuntu 1{6,8}.04Carl Hetherington
2025-02-09Add --audio-channels option to dcpomatic2_create (#2966).Carl Hetherington
2025-02-09Fix out-of-date help.Carl Hetherington
2025-01-05Bump libdcp for raw_convert changes.Carl Hetherington
2024-07-26Merge branch 'main' into v2.17.xCarl Hetherington
2024-07-20Add SLV as a channel type for the CLI.Carl Hetherington
2024-04-22Allow specification of video bit rate separately for J2K and MPEG2.Carl Hetherington
2024-04-21Rename j2k_bandwidth -> video_bit_rate.Carl Hetherington
2024-04-21Extract all uses of DCP-o-matic name to allow branding.Carl Hetherington
2023-11-12Replace deprecated leaf() with filename().Carl Hetherington
2023-10-28Fix thinko when trying to keep channel counts even.Carl Hetherington
2023-10-10Another compilation error fix for old toolchains.Carl Hetherington
2023-10-10Cleanup: remove unnecessary namespace.Carl Hetherington
2023-10-10Apply another fix for a weird compilation error on old compilers.Carl Hetherington
2023-09-30Allow DCP content type from template to work.Carl Hetherington
2023-09-30Allow SMPTE/interop setting from template to work.Carl Hetherington
2023-09-30Add --no-encrypt with the same idea as the previous commit.Carl Hetherington
2023-09-30Add --twod option to create CLI and stop 2D from being forced overCarl Hetherington
2023-09-30Cleanup: add some _ prefixes.Carl Hetherington
2023-09-30Cleanup: make some variables private.Carl Hetherington
2023-09-30Cleanup: extract some stuff to a method in CreateCLI.Carl Hetherington
2023-04-11Give an error if a non-number is passed to dcpomatic2_create -s (#2488).Carl Hetherington
2023-03-29Add create support for some more audio channels.Carl Hetherington
2022-09-23Work around strange build error on Ubuntu 18.04Carl Hetherington
2022-09-17Allow specification of the CPL ID to use in a DCP with _create (#2302).Carl Hetherington
2022-03-09Add --kdm option to dcpomatic_createCarl Hetherington
2022-03-02Remove non-existant option from create help.Carl Hetherington
2022-01-16Add --twok option to dcpomatic2_create.Carl Hetherington
2021-11-29Add --gain option to dcpomatic_create.Carl Hetherington
2021-11-29Add --channel option to dcpomatic_create.Carl Hetherington
2021-11-29Get config_dir and output_dir more directly.Carl Hetherington
2021-05-03C++11 tidying.Carl Hetherington
2021-01-31More enum class additions.Carl Hetherington
2021-01-21Adapt for libdcp use of enum class.Carl Hetherington