summaryrefslogtreecommitdiff
path: root/src/tools/dcpomatic_server_cli.cc
AgeCommit message (Expand)Author
2024-04-21Extract all uses of DCP-o-matic name to allow branding.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
2021-01-07std::shared_ptrCarl Hetherington
2018-11-21Tidy and fix logging.Carl Hetherington
2017-04-27Distinguish master DoM encode threads count from the server count.Carl Hetherington
2016-05-25No-op; fix GPL address and use the explicit-program-name version.Carl Hetherington
2016-03-13Add a slightly more informative error to dcpomatic_server_cli.Carl Hetherington
2015-12-11Split EncodeServer into that and Server.Carl Hetherington
2015-12-11Rename Server -> EncodeServer, ServerFinder -> EncodeServerFinder, ServerDesc...Carl Hetherington
2015-08-26Split log.{cc,h}.Carl Hetherington
2015-08-10Set up for the correct handling of UTF-8 with WindowsCarl Hetherington
2015-06-21No-op: remove all trailing whitespace.Carl Hetherington
2015-03-25Remove Scaler config and use SWS_BICUBIC everywhere.Carl Hetherington
2015-01-28Small fixes and tidy-ups spotted by cppcheck.Carl Hetherington
2014-08-23Merge master.Carl Hetherington
2014-08-19Use SafeStringStream instead of std::stringstream to try to fix random crashe...Carl Hetherington
2014-07-01DCPVideoFrame -> DCPVideo and PlayerVideoFrame -> PlayerVideo.Carl Hetherington
2014-07-01while (1) -> while (true)Carl Hetherington
2014-06-06Fix spacing of help text.Carl Hetherington
2013-11-06Make CLI server logging optional.Carl Hetherington
2013-11-06Various bits of server tidying up.Carl Hetherington
2013-11-05Tinker with verbosity of command-line server.Carl Hetherington
2013-07-18Split test compile up into individual files.Carl Hetherington
2013-07-17tabs -> spaces.Carl Hetherington
2013-04-26Add missing files.Carl Hetherington