summaryrefslogtreecommitdiff
path: root/src/tools/dcpomatic_batch.cc
AgeCommit message (Collapse)Author
2024-05-11Stop using video directory and hard-linking (#2756).Carl Hetherington
Instead store details of a previously-created asset in the film's metadata and then look there for potential video files to re-use.
2024-05-06Use sqlite for cinema and DKDM recipient lists.Carl Hetherington
2024-04-21Extract all uses of DCP-o-matic name to allow branding.Carl Hetherington
2024-02-03Merge branch 'main' into v2.17.xCarl Hetherington
2024-01-30Open macOS prefs with Mac-, not Mac-P (#2745).Carl Hetherington
2024-01-28Setup grok LD_LIBRARY_PATH when required (#2657).Carl Hetherington
2024-01-28Only build grok for Ubuntu 22.04.Carl Hetherington
2024-01-28Explicitly set up Grok logger rather than relying on a static variable.Carl Hetherington
2024-01-28Patch from Aaron Boxer adding initial support for GPU-powered J2K encoding ↵Carl Hetherington
via his tool "grok".
2024-01-11Attempt to rationalise menu IDs and avoid duplicates.Carl Hetherington
2023-10-28Check some unsanitized network inputs before allocating memory using them.Carl Hetherington
2023-10-09Use dcp::filesystem to wrap filesystem calls and fix_long_pathCarl Hetherington
anything that is passed to read_file() from libcxml. This should fix #2623 and other similar problems.
2023-06-09Don't call DOMFrame::start_job from a non-UI thread.Carl Hetherington
2023-01-14Add wx_ptr and use it instead of ScopeGuard in a lot of places.Carl Hetherington
2023-01-14Use more ScopeGuards.Carl Hetherington
2022-12-25Support drag and drop of film directories onto the batch converter (#340).Carl Hetherington
2022-12-25Use icons at the top of the batch converter rather than text buttons at the ↵Carl Hetherington
bottom (#2396).
2022-12-24Fix crash when starting two batch converters at the same time.Carl Hetherington
2022-09-05Tidy up code to report failures to load config in the UI.Carl Hetherington
2022-04-22Use libdcp's warnings.hCarl Hetherington
2022-04-21Disable warnings around all wx includes.Carl Hetherington
2022-04-20Move make_dcp() out of Film (#2132).Carl Hetherington
2022-04-09Add some missing override labels.Carl Hetherington
2021-11-28Rearrange checking (and re-examining) content.Carl Hetherington
Most importantly, checking of content for changes before making a DCP is now done in the TranscodeJob (rather than being in a separate job). This makes things a little neater and also makes the batch converter less confusing when you add a job whose content has changed.
2021-05-03C++11 tidying.Carl Hetherington
2021-01-07BOOST_FOREACH.Carl Hetherington
2021-01-07std::shared_ptrCarl Hetherington
2020-09-01Build fixes for Boost >= 1.73Carl Hetherington
Forward-ported-from: d1e9749ca290673639a49d693a8fe5c6557cc2de
2019-03-24Possibly fix OSX startup error in batch converter (#1501).Carl Hetherington
2019-01-14Hopefully fix debian 7 build.Carl Hetherington
2019-01-13Fix Gb -> GB confusion (thanks Rob van Nieuwkerk).Carl Hetherington
2019-01-13Fix typo in label (thanks Rob van Nieuwkerk).Carl Hetherington
2019-01-12Check available disk space when adding jobs to the batch converter (#1249).Carl Hetherington
2018-12-08Support buttons.Carl Hetherington
2018-08-16Add pause/resume to the batch converter (#1248).Carl Hetherington
Add some missing locking to JobManager::decrease_priority.
2018-05-29Save config changes made through the batch converter.Carl Hetherington
2018-02-27Add a load of explicit keywords.Carl Hetherington
2018-02-04Listen for server replies on different ports on main and batch, and get ↵Carl Hetherington
servers to send replies to both (#1190).
2018-01-12Separate readable error from technical detail in some places.Carl Hetherington
2018-01-05More splash screens / config warnings.Carl Hetherington
2017-08-14Rename ConfigDialog -> FullConfigDialog.Carl Hetherington
2017-04-27Move ports around to allow master/server to coexist (#962).Carl Hetherington
2017-01-20Add ^A shortcut for adding a film in the batch converter.Carl Hetherington
2016-11-19No-op; rename a whole load of wx constants to their shorter equivalents.Carl Hetherington
2016-10-03Fix various bad automatic merges in i18n files.Carl Hetherington
2016-09-30Allow loading of multiple films from the batch converter command line.Carl Hetherington
2016-09-30Reverse order of jobs in the batch converter view.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