summaryrefslogtreecommitdiff
path: root/src/tools/dcpomatic_create.cc
AgeCommit message (Collapse)Author
2021-01-31More enum class additions.Carl Hetherington
2021-01-21Adapt for libdcp use of enum class.Carl Hetherington
2021-01-07BOOST_FOREACH.Carl Hetherington
2021-01-07std::shared_ptrCarl Hetherington
2020-06-08Always sign DCPs (#1760).Carl Hetherington
2020-05-12Guess DCP container size and resolution when content is addedCarl Hetherington
or removed such that there is one piece of video content left in the project. Container size and resolution are never again guessed once the user has set them to something.
2020-05-11Change video content scaling so that it either:Carl Hetherington
1. scales the content up to fit the DCP container, preserving aspect ratio, or 2. stretches the content to a custom aspect ratio, or 3. scales the content to some custom size.
2019-12-10dcpomatic_create should respond to --version on stdout, not stderr (#1686).Carl Hetherington
2019-10-21Rename dcpomatic_sleep -> dcpomatic_sleep_seconds.Carl Hetherington
2019-09-03Fix missing log in dcpomatic_create (#1597).Carl Hetherington
2019-09-03Exit with code 0 on dcpomatic2_create --version (#1599).Carl Hetherington
2019-04-30Add --j2k-bandwidth to dcpomatic_create.v2.13.158Carl Hetherington
2019-04-30Add --fourk to dcpomatic_create.Carl Hetherington
2019-04-14Store successful DCP encodes.Carl Hetherington
2019-01-17Fix 3D in dcpomatic_create.v2.13.104Carl Hetherington
2019-01-16Rework command-line parser for dcpomatic_create to allow optionsv2.13.103Carl Hetherington
to be specified per content. Use this to support 3D.
2019-01-15Add --encrypted/-e to dcpomatic_create.Carl Hetherington
2018-12-07Fix -t option to dcpomatic_create.Carl Hetherington
2018-11-21Add and use new FrameRateChange constructors.Carl Hetherington
2018-11-21Fix short option name for --template.Carl Hetherington
2018-04-29Allow command-line configuration of config location (#1284).Carl Hetherington
2017-07-07Another fix for dcpomatic_create with image sequences.Carl Hetherington
2017-07-07Fix addition of image sequence directories with dcpomatic2_create.Carl Hetherington
2017-06-29Fix failure to add file-based content in dcpomatic2_create.Carl Hetherington
2017-05-23Speculative fix for adding DCPs to projects with dcpomatic2_create.Carl Hetherington
2017-04-10Add --dcp-frame-rate option to dcpomatic2_create.Carl Hetherington
2017-04-10Fix dcpomatic_create with no output directory specified.Carl Hetherington
2016-12-20Allow content factory to return multiple content.Carl Hetherington
2016-11-11Calm a busy-wait in dcpomatic_create.Carl Hetherington
2016-08-24Basic template support (#485).Carl Hetherington
2016-06-21Revert "Use make_shared<>."Carl Hetherington
Support for this seems to vary wildly across DoM's build targets. Stuff that builds on 16.04 won't build on 14.04, for example. Seems to not be worth the hassle now. This reverts commit 5a5324ed3a381a86dfe0a6e3932c1d58fdcd596f.
2016-06-21Use make_shared<>.Carl Hetherington
2016-05-25No-op; fix GPL address and use the explicit-program-name version.Carl Hetherington
2016-05-18Rename video/audio/subtitle part methods.Carl Hetherington
2016-05-18Reasonably straightforward stuff; main things are addingCarl Hetherington
a _parent to VideoContent (mainly, but not only, for signalling) and moving the video shared_ptr into Content, which makes much more sense to replace dynamic_cast tests for whether something has video or whatever. Nearly builds.
2016-01-09Possibly fix weird relative filename problems on Windows.Carl Hetherington
2015-08-26Include tidying src/lib/a-j*.hCarl Hetherington
2015-08-10Set up for the correct handling of UTF-8 with WindowsCarl Hetherington
paths before trying to access the config file. Fixes #654.
2015-08-06Add --no-sign and --no-use-isdcf-name to dcpomatic_create.Carl Hetherington
2015-08-06Fix missing help and add a default name if none is specified.Carl Hetherington
2015-08-04Add --standard option to dcpomatic_createCarl Hetherington
2015-06-21No-op: remove all trailing whitespace.Carl Hetherington
2015-05-27Untested use of Frame for video/audio content lengths.Carl Hetherington
2015-05-13Rename UISignaller -> SignalManager.Carl Hetherington
2015-01-24Hand-apply bbfb370d7de28ec1e8f307865cc6253bb5d4366e from master; quicker ↵Carl Hetherington
digest calculation.
2014-12-03Hand-apply 6a3cd511559433554ab40ed72ff94b7d8dc2c5bd from master;Carl Hetherington
Basics of an image sequence dialog that asks about frame rate and digest calculation.
2014-07-01Merge master.Carl Hetherington
2014-07-01while (1) -> while (true)Carl Hetherington
2014-06-12Merge master.Carl Hetherington
2014-06-10Use ISDCF rather than DCI when talking about the digital cinemaCarl Hetherington
naming convention (#362). Reported-by: Mattias Mattsson