| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-10-09 | Use dcp::filesystem to wrap filesystem calls and fix_long_path | Carl Hetherington | |
| anything that is passed to read_file() from libcxml. This should fix #2623 and other similar problems. | |||
| 2023-09-30 | Cleanup: extract some stuff to a method in CreateCLI. | Carl Hetherington | |
| 2023-04-11 | Give an error if a non-number is passed to dcpomatic2_create -s (#2488). | Carl Hetherington | |
| 2023-03-29 | Add create support for some more audio channels. | Carl Hetherington | |
| 2022-09-17 | Allow specification of the CPL ID to use in a DCP with _create (#2302). | Carl Hetherington | |
| 2022-09-17 | Don't dump empty error details. | Carl Hetherington | |
| 2022-07-12 | Fix stupid crash in dcpomatic_create when adding a DCP without a KDM. | Carl Hetherington | |
| 2022-07-11 | Use a vector rather than a list when returning from content_factory(). | Carl Hetherington | |
| 2022-04-17 | Add more missing override labels. | Carl Hetherington | |
| 2022-03-09 | Add --kdm option to dcpomatic_create | Carl Hetherington | |
| 2022-03-09 | Cleanup: use some better variable names. | Carl Hetherington | |
| 2022-01-16 | Add --twok option to dcpomatic2_create. | Carl Hetherington | |
| 2021-11-29 | Add --gain option to dcpomatic_create. | Carl Hetherington | |
| 2021-11-29 | Add --channel option to dcpomatic_create. | Carl Hetherington | |
| 2021-11-29 | Tidying. | Carl Hetherington | |
| 2021-01-31 | More enum class additions. | Carl Hetherington | |
| 2021-01-21 | Adapt for libdcp use of enum class. | Carl Hetherington | |
| 2021-01-07 | BOOST_FOREACH. | Carl Hetherington | |
| 2021-01-07 | std::shared_ptr | Carl Hetherington | |
| 2020-06-08 | Always sign DCPs (#1760). | Carl Hetherington | |
| 2020-05-12 | Guess DCP container size and resolution when content is added | Carl 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-11 | Change 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-10 | dcpomatic_create should respond to --version on stdout, not stderr (#1686). | Carl Hetherington | |
| 2019-10-21 | Rename dcpomatic_sleep -> dcpomatic_sleep_seconds. | Carl Hetherington | |
| 2019-09-03 | Fix missing log in dcpomatic_create (#1597). | Carl Hetherington | |
| 2019-09-03 | Exit with code 0 on dcpomatic2_create --version (#1599). | Carl Hetherington | |
| 2019-04-30 | Add --j2k-bandwidth to dcpomatic_create.v2.13.158 | Carl Hetherington | |
| 2019-04-30 | Add --fourk to dcpomatic_create. | Carl Hetherington | |
| 2019-04-14 | Store successful DCP encodes. | Carl Hetherington | |
| 2019-01-17 | Fix 3D in dcpomatic_create.v2.13.104 | Carl Hetherington | |
| 2019-01-16 | Rework command-line parser for dcpomatic_create to allow optionsv2.13.103 | Carl Hetherington | |
| to be specified per content. Use this to support 3D. | |||
| 2019-01-15 | Add --encrypted/-e to dcpomatic_create. | Carl Hetherington | |
| 2018-12-07 | Fix -t option to dcpomatic_create. | Carl Hetherington | |
| 2018-11-21 | Add and use new FrameRateChange constructors. | Carl Hetherington | |
| 2018-11-21 | Fix short option name for --template. | Carl Hetherington | |
| 2018-04-29 | Allow command-line configuration of config location (#1284). | Carl Hetherington | |
| 2017-07-07 | Another fix for dcpomatic_create with image sequences. | Carl Hetherington | |
| 2017-07-07 | Fix addition of image sequence directories with dcpomatic2_create. | Carl Hetherington | |
| 2017-06-29 | Fix failure to add file-based content in dcpomatic2_create. | Carl Hetherington | |
| 2017-05-23 | Speculative fix for adding DCPs to projects with dcpomatic2_create. | Carl Hetherington | |
| 2017-04-10 | Add --dcp-frame-rate option to dcpomatic2_create. | Carl Hetherington | |
| 2017-04-10 | Fix dcpomatic_create with no output directory specified. | Carl Hetherington | |
| 2016-12-20 | Allow content factory to return multiple content. | Carl Hetherington | |
| 2016-11-11 | Calm a busy-wait in dcpomatic_create. | Carl Hetherington | |
| 2016-08-24 | Basic template support (#485). | Carl Hetherington | |
| 2016-06-21 | Revert "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-21 | Use make_shared<>. | Carl Hetherington | |
| 2016-05-25 | No-op; fix GPL address and use the explicit-program-name version. | Carl Hetherington | |
| 2016-05-18 | Rename video/audio/subtitle part methods. | Carl Hetherington | |
| 2016-05-18 | Reasonably straightforward stuff; main things are adding | Carl 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. | |||
