summaryrefslogtreecommitdiff
path: root/src/lib
AgeCommit message (Expand)Author
2024-01-28Bump FFmpeg to 6.1.v2.17.10Carl Hetherington
2024-01-28Dump addr2line command before running it.Carl Hetherington
2024-01-28Remember whether Content or DCP is selected in a new ui.xml state file.Carl Hetherington
2024-01-28Fix time parsing in KDM CLI to be a bit more lenient.Carl Hetherington
2024-01-28Fix crash when there is no LD_LIBRARY_PATHCarl Hetherington
2024-01-28Add method to setup LD_LIBRARY_PATH for grok.Carl Hetherington
2024-01-28Give GROK its own config changed category.Carl Hetherington
2024-01-28Set CUDA_MODULE_LOADING=EAGER for grok (#2638).Carl Hetherington
2024-01-28Make can_reference_anything public.Carl Hetherington
2024-01-28Rename can_reference -> can_reference_anything.Carl Hetherington
2024-01-28Cleanup: rearrange how overlap checking is done in can_reference().Carl Hetherington
2024-01-28Put overlaps() into the dcpomatic namespace.Carl Hetherington
2024-01-28Swap a log for a more informative one.Carl Hetherington
2024-01-28Make stop() private and use drop() instead.Carl Hetherington
2024-01-28Clean up grok's presence in the config file and make sure it's optional.Carl Hetherington
2024-01-28Cleanup: whitespace / coding style.Carl Hetherington
2024-01-28Cleanup: whitespace to reduce the diff.Carl Hetherington
2024-01-28Cleanup: include ordering.Carl Hetherington
2024-01-28Don't pollute the global namespace with a namespace called fs.Carl Hetherington
2024-01-28Another patch from Aaron.Carl Hetherington
2024-01-28Cleanup: coding style.Carl Hetherington
2024-01-28Cleanup: coding style.Carl Hetherington
2024-01-28Forward-declare grk_plugin stuff.Carl Hetherington
2024-01-28Create a single DcpomaticContext for all GrokContexts, rather than copying them.Carl Hetherington
2024-01-28Cleanup: reformat and rename dcpomaticContext_ -> _dcpomatic_contextCarl Hetherington
2024-01-28Cleanup: sorting.Carl Hetherington
2024-01-28Use GPU not Gpu for config element names.Carl Hetherington
2024-01-28Use boost::filesystem::path for gpu_binary_location().Carl Hetherington
2024-01-28Cleanup: use dcp::ArrayData instead of home-grown version.Carl Hetherington
2024-01-28Cleanup: remove unnecessary forward declaration.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
2024-01-28Remove unnecessary using statements.Carl Hetherington
2024-01-28Rearrange encoder threading.Carl Hetherington
2024-01-28Remove check for _threads being null, as I think it should not happen.Carl Hetherington
2024-01-28Cleanup: white space.Carl Hetherington
2024-01-28Further patch from Aaron.Carl Hetherington
2024-01-28Tidy up some includes / forward declarations.Carl Hetherington
2024-01-28Cleanup: white space tidying.Carl Hetherington
2024-01-28Change end() to only do one thing, and copy the required stuff into pause()Carl Hetherington
2024-01-28Remove default constructor from DCPVideo.Carl Hetherington
2024-01-28Formatting, variable name tidying and some const correctness.Carl Hetherington
2024-01-28Move grok headers into src/lib/grokCarl Hetherington
2024-01-28Patch from Aaron Boxer adding initial support for GPU-powered J2K encoding vi...Carl Hetherington
2024-01-28Move UTC offset for KDMs from the cinema to the point of KDM creation (#2300).Carl Hetherington
2024-01-28Change how video timing is done.Carl Hetherington
2024-01-28Add operator* for Time and int.Carl Hetherington
2024-01-28Fix FFmpegExaminer termination condition when there is no video;Carl Hetherington
2024-01-28Bump ffmpeg to 5.1.2 "Riemann"Carl Hetherington
2024-01-28Normalise XML attribute names to be camelCase (#2241).Carl Hetherington