dcpomatic.git
2023-12-19 Carl HetheringtonTry to size viewer. debug-dual-screen
2023-12-19 Carl HetheringtonMaybe fix dual-screen window positioning.
2023-12-19 Carl HetheringtonDebugging.
2023-12-16 Carl HetheringtonFix time parsing in KDM CLI to be a bit more lenient.
2023-12-16 Carl Hetheringtontest/data update.
2023-12-16 Carl HetheringtonFix crash when there is no LD_LIBRARY_PATH
2023-12-16 Carl HetheringtonSetup grok LD_LIBRARY_PATH when required (#2657).
2023-12-16 Carl HetheringtonCleanup: whitespace.
2023-12-16 Carl HetheringtonAdd method to setup LD_LIBRARY_PATH for grok.
2023-12-16 Carl HetheringtonGive GROK its own config changed category.
2023-12-16 Carl HetheringtonSet CUDA_MODULE_LOADING=EAGER for grok (#2638).
2023-12-16 Carl HetheringtonRemove reference checkboxes from video/audio/text tabs.
2023-12-16 Carl HetheringtonAdd Version File dialog.
2023-12-16 Carl HetheringtonAdd set().
2023-12-16 Carl HetheringtonMake can_reference_anything public.
2023-12-16 Carl HetheringtonRename can_reference -> can_reference_anything.
2023-12-16 Carl HetheringtonCleanup: rearrange how overlap checking is done in...
2023-12-16 Carl HetheringtonPut overlaps() into the dcpomatic namespace.
2023-12-16 Carl HetheringtonFix missing grok log setup in dcpomatic_cli.
2023-12-16 Carl HetheringtonSwap a log for a more informative one.
2023-12-16 Carl HetheringtonMake stop() private and use drop() instead.
2023-12-16 Carl HetheringtonClean up grok's presence in the config file and make...
2023-12-16 Carl HetheringtonRemove a directory created by the config machinery...
2023-12-16 Carl HetheringtonAdd another manual dependency.
2023-12-16 Carl HetheringtonCleanup: whitespace / coding style.
2023-12-16 Carl HetheringtonCleanup: whitespace to reduce the diff.
2023-12-16 Carl HetheringtonCleanup: include ordering.
2023-12-16 Carl HetheringtonDon't pollute the global namespace with a namespace...
2023-12-16 Carl HetheringtonAnother patch from Aaron.
2023-12-16 Carl HetheringtonLog failure to schedule a frame with grok.
2023-12-16 Carl HetheringtonCleanup: coding style.
2023-12-16 Carl HetheringtonLooks like we also need an explicit dep on messenger.h
2023-12-16 Carl HetheringtonCleanup: coding style.
2023-12-16 Carl HetheringtonHack to make sure the right things are rebuilt when...
2023-12-16 Carl HetheringtonForward-declare grk_plugin stuff.
2023-12-16 Carl HetheringtonCreate a single DcpomaticContext for all GrokContexts...
2023-12-16 Carl HetheringtonCleanup: reformat and rename dcpomaticContext_ -> _dcpo...
2023-12-16 Carl HetheringtonCleanup: sorting.
2023-12-16 Carl HetheringtonUse GPU not Gpu for config element names.
2023-12-16 Carl HetheringtonUse boost::filesystem::path for gpu_binary_location().
2023-12-16 Carl HetheringtonCleanup: use dcp::ArrayData instead of home-grown version.
2023-12-16 Carl HetheringtonCleanup: remove unnecessary forward declaration.
2023-12-16 Carl HetheringtonAdd missing copyright banner.
2023-12-16 Carl HetheringtonRemove C++17-ism.
2023-12-16 Carl HetheringtonCopy-edit GUI strings.
2023-12-16 Carl HetheringtonCheck for errors when calling the GPU lister.
2023-12-16 Carl HetheringtonHide compiler warning.
2023-12-16 Carl HetheringtonOnly build grok for Ubuntu 22.04.
2023-12-16 Carl HetheringtonExplicitly set up Grok logger rather than relying on...
2023-12-16 Carl HetheringtonRemove unnecessary using statements.
2023-12-16 Carl HetheringtonRearrange encoder threading.
2023-12-16 Carl HetheringtonRemove check for _threads being null, as I think it...
2023-12-16 Carl HetheringtonCleanup: white space.
2023-12-16 Carl HetheringtonFurther patch from Aaron.
2023-12-16 Carl HetheringtonTidy up some includes / forward declarations.
2023-12-16 Carl HetheringtonCleanup: white space tidying.
2023-12-16 Carl HetheringtonChange end() to only do one thing, and copy the require...
2023-12-16 Carl HetheringtonRemove default constructor from DCPVideo.
2023-12-16 Carl HetheringtonFormatting, variable name tidying and some const correc...
2023-12-16 Carl HetheringtonMove grok headers into src/wx/grok
2023-12-16 Carl HetheringtonMove grok headers into src/lib/grok
2023-12-16 Carl HetheringtonPatch from Aaron Boxer adding initial support for GPU...
2023-12-16 Carl HetheringtonBump ffmpeg to get some fixes that were on dcpomatic...
2023-12-16 Carl HetheringtonMove UTC offset for KDMs from the cinema to the point...
2023-12-16 Carl HetheringtonChange how video timing is done.
2023-12-16 Carl HetheringtonAdd operator* for Time and int.
2023-12-16 Carl HetheringtonWrite player debug logs from tests on -- --log=debug...
2023-12-16 Carl HetheringtonCleanup: fix name of film to match test.
2023-12-16 Carl HetheringtonFix FFmpegExaminer termination condition when there...
2023-12-16 Carl HetheringtonBump ffmpeg to 5.1.2 "Riemann"
2023-12-16 Carl HetheringtonNormalise XML attribute names to be camelCase (#2241).
2023-12-16 Carl HetheringtonUse 2.18.x subdirectory for configuration.
2023-12-12 Carl HetheringtonRun premultiply filter on still images that have alpha...
2023-12-12 Carl HetheringtonCleanup: const.
2023-12-12 Carl HetheringtonPrevent crash if you forget to call FilterGraph::setup().
2023-12-12 Carl HetheringtonAdd a premultiply filter to sources with an alpha chann...
2023-12-12 Carl HetheringtonAdd FFmpegExaminer::has_alpha().
2023-12-12 Carl HetheringtonCleanup: use a lambda.
2023-12-12 Carl HetheringtonCleanup: use some better variable names.
2023-12-09 Carl HetheringtonDon't scan content if we don't need to (#2661).
2023-12-09 Carl HetheringtonExtract scan_content().
2023-12-09 Carl HetheringtonSupport YUV422P9LE in alpha_blend() (#2671). notar1
2023-12-01 Carl HetheringtonSupporters update. v2.16.70
2023-12-01 Carl HetheringtonBump libdcp for another MCA channel ID fix.
2023-11-30 Carl HetheringtonSupport RtAudio >= 6.
2023-11-29 Carl HetheringtonAllow 14 or 16 channels with ATMOS content, rather...
2023-11-29 Carl HetheringtonDon't reduce the audio channel count on adding ATMOS...
2023-11-29 Carl HetheringtonFix segfault when creating KDMs with certificates and...
2023-11-27 Carl HetheringtonAdd Дима Агатов as a tester.
2023-11-26 Carl HetheringtonSupporters update. v2.16.69
2023-11-26 Carl HetheringtonUninstall encode server link.
2023-11-26 Carl HetheringtonAdd missing file=f so that all desktop shortcuts are...
2023-11-26 Carl HetheringtonSet shell var context so that when uninstalling we...
2023-11-26 Carl HetheringtonCleanup: add start_menu_shortcut().
2023-11-26 Carl HetheringtonExtract some common parts of the uninstaller.
2023-11-26 Carl HetheringtonCleanup: remove unnecessary include.
2023-11-26 Carl HetheringtonCall dcpomatic_setup_path_encoding() early enough ...
2023-11-26 Carl HetheringtonDon't hide errors when trying to make configuration...
2023-11-26 Carl HetheringtonFix installer with non-ASCII user names (#2668).
2023-11-26 Carl HetheringtonFix stray \r characters in output of ls_url on Windows...
next