summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-10-18fixup! FIXME: bump libdcp for things that grok needs.grok2Carl Hetherington
2023-10-18fixup! Patch from Aaron Boxer adding initial support for GPU-powered J2K enco...Carl Hetherington
2023-10-16Make stop() private and use drop() instead.Carl Hetherington
2023-10-16Clean up grok's presence in the config file and make sure it's optional.Carl Hetherington
2023-10-16Remove a directory created by the config machinery to avoid confusion.Carl Hetherington
2023-10-16Add another manual dependency.Carl Hetherington
2023-10-16Cleanup: whitespace / coding style.Carl Hetherington
2023-10-16Cleanup: whitespace to reduce the diff.Carl Hetherington
2023-10-16Cleanup: include ordering.Carl Hetherington
2023-10-16Don't pollute the global namespace with a namespace called fs.Carl Hetherington
2023-10-16Another patch from Aaron.Carl Hetherington
2023-10-16Log failure to schedule a frame with grok.Carl Hetherington
2023-10-16Cleanup: coding style.Carl Hetherington
2023-10-16Looks like we also need an explicit dep on messenger.hCarl Hetherington
2023-10-16Cleanup: coding style.Carl Hetherington
2023-10-16Hack to make sure the right things are rebuilt when grok headers change.Carl Hetherington
2023-10-16Forward-declare grk_plugin stuff.Carl Hetherington
2023-10-16Create a single DcpomaticContext for all GrokContexts, rather than copying them.Carl Hetherington
2023-10-16Cleanup: reformat and rename dcpomaticContext_ -> _dcpomatic_contextCarl Hetherington
2023-10-16Cleanup: sorting.Carl Hetherington
2023-10-16Use GPU not Gpu for config element names.Carl Hetherington
2023-10-16Use boost::filesystem::path for gpu_binary_location().Carl Hetherington
2023-10-16Cleanup: use dcp::ArrayData instead of home-grown version.Carl Hetherington
2023-10-16Cleanup: remove unnecessary forward declaration.Carl Hetherington
2023-10-16Add missing copyright banner.Carl Hetherington
2023-10-16Remove C++17-ism.Carl Hetherington
2023-10-16Copy-edit GUI strings.Carl Hetherington
2023-10-16Check for errors when calling the GPU lister.Carl Hetherington
2023-10-16FIXME: bump libdcp for things that grok needs.Carl Hetherington
2023-10-16Hide compiler warning.Carl Hetherington
2023-10-16Only build grok for Ubuntu 22.04.Carl Hetherington
2023-10-16Explicitly set up Grok logger rather than relying on a static variable.Carl Hetherington
2023-10-16Remove unnecessary using statements.Carl Hetherington
2023-10-16Rearrange encoder threading.Carl Hetherington
2023-10-16Remove check for _threads being null, as I think it should not happen.Carl Hetherington
2023-10-16Cleanup: white space.Carl Hetherington
2023-10-16Further patch from Aaron.Carl Hetherington
2023-10-16Tidy up some includes / forward declarations.Carl Hetherington
2023-10-16Cleanup: white space tidying.Carl Hetherington
2023-10-16Change end() to only do one thing, and copy the required stuff into pause()Carl Hetherington
2023-10-16Remove default constructor from DCPVideo.Carl Hetherington
2023-10-16Formatting, variable name tidying and some const correctness.Carl Hetherington
2023-10-16Move grok headers into src/wx/grokCarl Hetherington
2023-10-16Move grok headers into src/lib/grokCarl Hetherington
2023-10-16Patch from Aaron Boxer adding initial support for GPU-powered J2K encoding vi...Carl Hetherington
2023-10-16Bump ffmpeg to get some fixes that were on dcpomatic-14 but not dcpomatic-16.Carl Hetherington
2023-10-16Move UTC offset for KDMs from the cinema to the point of KDM creation (#2300).Carl Hetherington
2023-10-16Change how video timing is done.Carl Hetherington
2023-10-16Add operator* for Time and int.Carl Hetherington
2023-10-16Write player debug logs from tests on -- --log=debug-playerCarl Hetherington