summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2023-10-18Make stop() private and use drop() instead.Carl Hetherington
2023-10-18Clean up grok's presence in the config file and make sure it's optional.Carl Hetherington
2023-10-18Cleanup: whitespace / coding style.Carl Hetherington
2023-10-18Cleanup: whitespace to reduce the diff.Carl Hetherington
2023-10-18Cleanup: include ordering.Carl Hetherington
2023-10-18Don't pollute the global namespace with a namespace called fs.Carl Hetherington
2023-10-18Another patch from Aaron.Carl Hetherington
2023-10-18Log failure to schedule a frame with grok.Carl Hetherington
2023-10-18Cleanup: coding style.Carl Hetherington
2023-10-18Cleanup: coding style.Carl Hetherington
2023-10-18Forward-declare grk_plugin stuff.Carl Hetherington
2023-10-18Create a single DcpomaticContext for all GrokContexts, rather than copying them.Carl Hetherington
2023-10-18Cleanup: reformat and rename dcpomaticContext_ -> _dcpomatic_contextCarl Hetherington
2023-10-18Cleanup: sorting.Carl Hetherington
2023-10-18Use GPU not Gpu for config element names.Carl Hetherington
2023-10-18Use boost::filesystem::path for gpu_binary_location().Carl Hetherington
2023-10-18Cleanup: use dcp::ArrayData instead of home-grown version.Carl Hetherington
2023-10-18Cleanup: remove unnecessary forward declaration.Carl Hetherington
2023-10-18Add missing copyright banner.Carl Hetherington
2023-10-18Remove C++17-ism.Carl Hetherington
2023-10-18Copy-edit GUI strings.Carl Hetherington
2023-10-18Check for errors when calling the GPU lister.Carl Hetherington
2023-10-18Only build grok for Ubuntu 22.04.Carl Hetherington
2023-10-18Explicitly set up Grok logger rather than relying on a static variable.Carl Hetherington
2023-10-18Remove unnecessary using statements.Carl Hetherington
2023-10-18Rearrange encoder threading.Carl Hetherington
2023-10-18Remove check for _threads being null, as I think it should not happen.Carl Hetherington
2023-10-18Cleanup: white space.Carl Hetherington
2023-10-18Further patch from Aaron.Carl Hetherington
2023-10-18Tidy up some includes / forward declarations.Carl Hetherington
2023-10-18Cleanup: white space tidying.Carl Hetherington
2023-10-18Change end() to only do one thing, and copy the required stuff into pause()Carl Hetherington
2023-10-18Remove default constructor from DCPVideo.Carl Hetherington
2023-10-18Formatting, variable name tidying and some const correctness.Carl Hetherington
2023-10-18Move grok headers into src/wx/grokCarl Hetherington
2023-10-18Move grok headers into src/lib/grokCarl Hetherington
2023-10-18Patch from Aaron Boxer adding initial support for GPU-powered J2K encoding vi...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-16Fix FFmpegExaminer termination condition when there is no video;Carl Hetherington
2023-10-16Bump ffmpeg to 5.1.2 "Riemann"Carl Hetherington
2023-10-16Normalise XML attribute names to be camelCase (#2241).Carl Hetherington
2023-10-16Use 2.18.x subdirectory for configuration.Carl Hetherington
2023-10-16Remove unused code.Carl Hetherington
2023-10-15Supporters update.v2.16.66Carl Hetherington
2023-10-15Supporters update.Carl Hetherington
2023-10-15Fix DCP content font ID allocation to cope with DCPs that have multiple fontsCarl Hetherington
2023-10-14Cleanup: assert.Carl Hetherington
2023-10-14Cleanup: rename sc -> subtitle_assetCarl Hetherington