summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2023-12-19Try to size viewer.debug-dual-screenCarl Hetherington
2023-12-19Maybe fix dual-screen window positioning.Carl Hetherington
2023-12-19Debugging.Carl Hetherington
2023-12-16Fix time parsing in KDM CLI to be a bit more lenient.Carl Hetherington
2023-12-16Fix crash when there is no LD_LIBRARY_PATHCarl Hetherington
2023-12-16Setup grok LD_LIBRARY_PATH when required (#2657).Carl Hetherington
2023-12-16Cleanup: whitespace.Carl Hetherington
2023-12-16Add method to setup LD_LIBRARY_PATH for grok.Carl Hetherington
2023-12-16Give GROK its own config changed category.Carl Hetherington
2023-12-16Set CUDA_MODULE_LOADING=EAGER for grok (#2638).Carl Hetherington
2023-12-16Remove reference checkboxes from video/audio/text tabs.Carl Hetherington
2023-12-16Add Version File dialog.Carl Hetherington
2023-12-16Add set().Carl Hetherington
2023-12-16Make can_reference_anything public.Carl Hetherington
2023-12-16Rename can_reference -> can_reference_anything.Carl Hetherington
2023-12-16Cleanup: rearrange how overlap checking is done in can_reference().Carl Hetherington
2023-12-16Put overlaps() into the dcpomatic namespace.Carl Hetherington
2023-12-16Fix missing grok log setup in dcpomatic_cli.Carl Hetherington
2023-12-16Swap a log for a more informative one.Carl Hetherington
2023-12-16Make stop() private and use drop() instead.Carl Hetherington
2023-12-16Clean up grok's presence in the config file and make sure it's optional.Carl Hetherington
2023-12-16Cleanup: whitespace / coding style.Carl Hetherington
2023-12-16Cleanup: whitespace to reduce the diff.Carl Hetherington
2023-12-16Cleanup: include ordering.Carl Hetherington
2023-12-16Don't pollute the global namespace with a namespace called fs.Carl Hetherington
2023-12-16Another patch from Aaron.Carl Hetherington
2023-12-16Log failure to schedule a frame with grok.Carl Hetherington
2023-12-16Cleanup: coding style.Carl Hetherington
2023-12-16Cleanup: coding style.Carl Hetherington
2023-12-16Forward-declare grk_plugin stuff.Carl Hetherington
2023-12-16Create a single DcpomaticContext for all GrokContexts, rather than copying them.Carl Hetherington
2023-12-16Cleanup: reformat and rename dcpomaticContext_ -> _dcpomatic_contextCarl Hetherington
2023-12-16Cleanup: sorting.Carl Hetherington
2023-12-16Use GPU not Gpu for config element names.Carl Hetherington
2023-12-16Use boost::filesystem::path for gpu_binary_location().Carl Hetherington
2023-12-16Cleanup: use dcp::ArrayData instead of home-grown version.Carl Hetherington
2023-12-16Cleanup: remove unnecessary forward declaration.Carl Hetherington
2023-12-16Add missing copyright banner.Carl Hetherington
2023-12-16Remove C++17-ism.Carl Hetherington
2023-12-16Copy-edit GUI strings.Carl Hetherington
2023-12-16Check for errors when calling the GPU lister.Carl Hetherington
2023-12-16Only build grok for Ubuntu 22.04.Carl Hetherington
2023-12-16Explicitly set up Grok logger rather than relying on a static variable.Carl Hetherington
2023-12-16Remove unnecessary using statements.Carl Hetherington
2023-12-16Rearrange encoder threading.Carl Hetherington
2023-12-16Remove check for _threads being null, as I think it should not happen.Carl Hetherington
2023-12-16Cleanup: white space.Carl Hetherington
2023-12-16Further patch from Aaron.Carl Hetherington
2023-12-16Tidy up some includes / forward declarations.Carl Hetherington
2023-12-16Cleanup: white space tidying.Carl Hetherington