dcpomatic.git
2024-02-18 Carl HetheringtonWIP: Metal backend for macOS. metal
2024-02-04 Carl HetheringtonMake default Disk Writer window a little narrower.
2024-02-04 Carl HetheringtonTweak labels: DCP -> DCPs.
2024-02-04 Carl HetheringtonTweak vertical spacing of wxChoice on macOS (#2747).
2024-02-04 Carl HetheringtonUse a simpler way to decide what devices we could write...
2024-02-04 Carl HetheringtonLook for drives for 3 seconds on startup (#2748).
2024-02-04 Carl HetheringtonMerge branch 'main' into v2.17.x
2024-02-04 Carl HetheringtonSuppress some warnings when building with Xcode 15.
2024-02-04 Carl HetheringtonTweak how lzma is linked.
2024-02-04 Carl HetheringtonAllow setting paths for a build with a workspace direct...
2024-02-04 Carl HetheringtonDetect arch in set_paths.sh.
2024-02-04 Carl HetheringtonFix disk_writer startup script (I think) for mac.
2024-02-04 Carl HetheringtonAdd DYLD_LIBRARY_PATH to dcpomatic_disk.
2024-02-04 Carl HetheringtonUse lldb on macOS.
2024-02-04 Carl HetheringtonAdd example ASAN_OPTIONS to script.
2024-02-04 Carl HetheringtonAdd DYLD_LIBRARY_PATH to run/dcpomatic
2024-02-04 Carl HetheringtonMake set_paths.sh work on x86_64 and arm64.
2024-02-03 Carl HetheringtonMerge branch 'main' into v2.17.x
2024-02-03 Carl HetheringtonSupporters update. v2.16.74
2024-02-03 Carl HetheringtonRemove unused variable.
2024-02-03 Carl HetheringtonDon't emit subtitle images that have a zero dimension...
2024-02-03 Carl HetheringtonAdd an assert to check that sws_getContext() succeeded.
2024-02-03 Carl HetheringtonAdd some asserts; sws_getContext() will fail if the...
2024-02-03 Carl HetheringtonSupport alpha blend onto YUV444P9LE and YUV444P10LE...
2024-02-03 Carl HetheringtonFix incorrect pixel formats for tests.
2024-02-03 Carl HetheringtonFix flipped red and blue with rgba64_onto_* tests.
2024-02-03 Carl HetheringtonFix incorrect alpha channel scaling with RGBA64.
2024-02-03 Carl HetheringtonFix incorrect alpha step used for RGBA64 sources.
2024-02-03 Carl HetheringtonPut alpha_{data,stride} into OtherYUVParams.
2024-02-03 Carl HetheringtonSeparate out OtherParams into Other{RGB,YUV}Params.
2024-02-02 Carl HetheringtonOSX -> macOS
2024-02-01 Carl HetheringtonFix error when opening the right-click content menu.
2024-02-01 Carl HetheringtonAdd --enable-asan option to configure.
2024-02-01 Carl HetheringtonAdd some more space for macOS preferences icons.
2024-01-31 Carl HetheringtonTweak macOS preferences icons (#2746).
2024-01-30 Carl HetheringtonAdd yet more missing DLLs to the Windows installer. v2.17.11
2024-01-30 Carl HetheringtonOpen macOS prefs with Mac-, not Mac-P (#2745).
2024-01-30 Carl HetheringtonAnother missing libpangoft2-1.0-0 to Windows installer.
2024-01-30 Carl HetheringtonAdd missing libbrotlidec to Windows installer.
2024-01-30 Carl HetheringtonAdd missing boost library to macOS .dmg.
2024-01-28 Carl HetheringtonBump FFmpeg to 6.1. v2.17.10
2024-01-28 Carl HetheringtonDump addr2line command before running it.
2024-01-28 Carl HetheringtonUse v2.17.x's mxe dependencies when running tests.
2024-01-28 Carl HetheringtonRemove unused variables.
2024-01-28 Carl HetheringtonUpdate for new wxWidgets version on macOS.
2024-01-28 Carl HetheringtonUpdate for new mxe.
2024-01-28 Carl HetheringtonMove audio language setting to DCP audio tab (#2682).
2024-01-28 Carl HetheringtonRemember whether Content or DCP is selected in a new...
2024-01-28 Carl HetheringtonCleanup: forward declaration sorting.
2024-01-28 Carl HetheringtonFix time parsing in KDM CLI to be a bit more lenient.
2024-01-28 Carl HetheringtonFix crash when there is no LD_LIBRARY_PATH
2024-01-28 Carl HetheringtonSetup grok LD_LIBRARY_PATH when required (#2657).
2024-01-28 Carl HetheringtonCleanup: whitespace.
2024-01-28 Carl HetheringtonAdd method to setup LD_LIBRARY_PATH for grok.
2024-01-28 Carl HetheringtonGive GROK its own config changed category.
2024-01-28 Carl HetheringtonSet CUDA_MODULE_LOADING=EAGER for grok (#2638).
2024-01-28 Carl HetheringtonRemove reference checkboxes from video/audio/text tabs.
2024-01-28 Carl HetheringtonAdd Version File dialog.
2024-01-28 Carl HetheringtonAdd set().
2024-01-28 Carl HetheringtonMake can_reference_anything public.
2024-01-28 Carl HetheringtonRename can_reference -> can_reference_anything.
2024-01-28 Carl HetheringtonCleanup: rearrange how overlap checking is done in...
2024-01-28 Carl HetheringtonPut overlaps() into the dcpomatic namespace.
2024-01-28 Carl HetheringtonFix missing grok log setup in dcpomatic_cli.
2024-01-28 Carl HetheringtonSwap a log for a more informative one.
2024-01-28 Carl HetheringtonMake stop() private and use drop() instead.
2024-01-28 Carl HetheringtonClean up grok's presence in the config file and make...
2024-01-28 Carl HetheringtonRemove a directory created by the config machinery...
2024-01-28 Carl HetheringtonAdd another manual dependency.
2024-01-28 Carl HetheringtonCleanup: whitespace / coding style.
2024-01-28 Carl HetheringtonCleanup: whitespace to reduce the diff.
2024-01-28 Carl HetheringtonCleanup: include ordering.
2024-01-28 Carl HetheringtonDon't pollute the global namespace with a namespace...
2024-01-28 Carl HetheringtonAnother patch from Aaron.
2024-01-28 Carl HetheringtonCleanup: coding style.
2024-01-28 Carl HetheringtonLooks like we also need an explicit dep on messenger.h
2024-01-28 Carl HetheringtonCleanup: coding style.
2024-01-28 Carl HetheringtonHack to make sure the right things are rebuilt when...
2024-01-28 Carl HetheringtonForward-declare grk_plugin stuff.
2024-01-28 Carl HetheringtonCreate a single DcpomaticContext for all GrokContexts...
2024-01-28 Carl HetheringtonCleanup: reformat and rename dcpomaticContext_ -> _dcpo...
2024-01-28 Carl HetheringtonCleanup: sorting.
2024-01-28 Carl HetheringtonUse GPU not Gpu for config element names.
2024-01-28 Carl HetheringtonUse boost::filesystem::path for gpu_binary_location().
2024-01-28 Carl HetheringtonCleanup: use dcp::ArrayData instead of home-grown version.
2024-01-28 Carl HetheringtonCleanup: remove unnecessary forward declaration.
2024-01-28 Carl HetheringtonAdd missing copyright banner.
2024-01-28 Carl HetheringtonRemove C++17-ism.
2024-01-28 Carl HetheringtonCopy-edit GUI strings.
2024-01-28 Carl HetheringtonCheck for errors when calling the GPU lister.
2024-01-28 Carl HetheringtonHide compiler warning.
2024-01-28 Carl HetheringtonOnly build grok for Ubuntu 22.04.
2024-01-28 Carl HetheringtonExplicitly set up Grok logger rather than relying on...
2024-01-28 Carl HetheringtonRemove unnecessary using statements.
2024-01-28 Carl HetheringtonRearrange encoder threading.
2024-01-28 Carl HetheringtonRemove check for _threads being null, as I think it...
2024-01-28 Carl HetheringtonCleanup: white space.
2024-01-28 Carl HetheringtonFurther patch from Aaron.
2024-01-28 Carl HetheringtonTidy up some includes / forward declarations.
2024-01-28 Carl HetheringtonCleanup: white space tidying.
next