summaryrefslogtreecommitdiff
path: root/src/lib/encode_cli.cc
AgeCommit message (Expand)Author
2025-12-07Add convert-screen-db subcommand to dcpomatic2_cli.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-03-08Allow configuration of Grok GPU index.Carl Hetherington
2025-03-08Add list-gpus command to dcpomatic2_cli.Carl Hetherington
2025-03-08Support some more grok configuration in the dcpomatic2_cli.Carl Hetherington
2025-03-08Allow configuration of Grok licence via dcpomatic2_cli (#2981).Carl Hetherington
2025-03-08Further help clarification.Carl Hetherington
2025-03-08Tweak help to suggest that the film is really a command parameter.Carl Hetherington
2025-03-08Make --dump into a command.Carl Hetherington
2025-03-08Make --list-servers into a command.Carl Hetherington
2025-03-08Preparation for offering command in the encode CLI.Carl Hetherington
2025-03-08Add a basic test of the encode CLI.Carl Hetherington
2025-03-08Remove unnecessary new line.Carl Hetherington
2025-03-05Create SignalManager in the front end, not the tested part.Carl Hetherington
2025-03-03Fix some erroneous exit() commands in the new encode CLI.Carl Hetherington
2025-03-03Fix use of program_name in encode CLI.Carl Hetherington
2025-03-03Tidy up by using a shared_ptr.Carl Hetherington
2025-03-02Move CLI encoder to a vaguely-testable method.Carl Hetherington