dcpomatic.git
2024-02-22 Carl HetheringtonMerge tag 'v2.16.78' into v2.17.x v2.17.12
2024-02-21 Carl HetheringtonMake DCPExaminer::size() optional and deal with the... v2.16.78
2024-02-21 Carl HetheringtonFix failure to examine non-flat-ratio VFs (#2775).
2024-02-20 Carl HetheringtonSame trick again with gcc 8.3.0 (Debian 10).
2024-02-20 Carl HetheringtonDon't use -Wsuggest-override on gcc 7.5.0 (Ubuntu 18.04)
2024-02-20 Carl HetheringtonFix build on Centos 7.
2024-02-19 Carl HetheringtonMerge tag 'v2.16.77' into v2.17.x
2024-02-19 Carl HetheringtonSupporters update. v2.16.77
2024-02-19 Carl HetheringtonDon't order the user to 'remove the other content'.
2024-02-19 Carl HetheringtonSupporters update.
2024-02-19 Carl HetheringtonFix various preview errors on high-DPI screens (#2774).
2024-02-19 Carl HetheringtonCleanup: use a dcp::Size instead of a wxSize.
2024-02-19 Carl HetheringtonReset _next_video_time when deciding to emit black.
2024-02-19 Carl HetheringtonAdd some more logs to the LOG_DEBUG_PLAYER set.
2024-02-19 Carl HetheringtonCleanup: use auto.
2024-02-18 Carl HetheringtonMerge tag 'v2.16.76' into v2.17.x
2024-02-17 Carl HetheringtonFix note about branch handling.
2024-02-17 Carl HetheringtonAdd film duration to --dump output (#1702).
2024-02-17 Carl HetheringtonAvoid quotation marks around dumped paths.
2024-02-17 Carl HetheringtonAdd option to load prefs from ZIP (#2771).
2024-02-17 Carl HetheringtonUse FileDialog for saving preferences ZIPs.
2024-02-17 Carl HetheringtonCleanup: 0 -> nullptr.
2024-02-16 Carl HetheringtonReturn empty optional rather than asserting.
2024-02-16 Carl HetheringtonCleanup: add missing explicit.
2024-02-16 Carl HetheringtonAdd Unzipper.
2024-02-15 Carl HetheringtonSupporters update. v2.16.76
2024-02-15 Carl HetheringtonSupporters update.
2024-02-14 Carl HetheringtonBump libdcp for fix to error about unknown asset type.
2024-02-14 Carl HetheringtonFix conversion of _X to underlined X with GTK (via...
2024-02-14 Carl HetheringtonCleanup: white space.
2024-02-14 Carl HetheringtonCope with loading a film containing a missing DCP which...
2024-02-14 Carl HetheringtonFix exception when calling resume() without first calli...
2024-02-13 Carl HetheringtonFix duplicated help text.
2024-02-12 Carl HetheringtonMerge branch 'main' into v2.17.x
2024-02-12 Carl HetheringtonFix message for high bitrate frames during verify.
2024-02-11 Carl HetheringtonMerge branch 'main' into v2.17.x
2024-02-11 Carl HetheringtonDon't add a font with an empty ID for ccaps either...
2024-02-11 Carl HetheringtonSupporters update.
2024-02-11 Carl HetheringtonFix apparently ineffective processors when analysing...
2024-02-11 Carl HetheringtonAdd option to stop the player using any audio processor.
2024-02-11 Carl HetheringtonAdd comment about AudioDialog.
2024-02-11 Carl HetheringtonFix totally missing saving of DKDM recipients.
2024-02-11 Carl HetheringtonRemove orphaned label.
2024-02-11 Carl HetheringtonExtend the only column in the editable email address...
2024-02-10 Carl HetheringtonUpdated sl_SI translation from Martin Srebotnjak.
2024-02-10 Carl HetheringtonAlso remove now-redundant UTC offset from DKDMRecipient.
2024-02-10 Carl HetheringtonAdd missing call to get_offsets().
2024-02-09 Carl HetheringtonSupporters update. v2.16.75
2024-02-09 Carl HetheringtonBump libdcp to fix time/date format bug.
2024-02-07 Carl HetheringtonFix erroneously-moved warning removal (needed for Windows).
2024-02-07 Carl HetheringtonDon't give confusing errors about WEBVTT when there...
2024-02-06 Carl HetheringtonRemove apparently out-of-date comment.
2024-02-06 Carl HetheringtonRemove unused header.
2024-02-05 Carl HetheringtonSimplify and improve performance of credits list.
2024-02-05 Carl Hetherington3 columns in the about box looks better (especially...
2024-02-05 Carl HetheringtonSome new warning-disable flags are not allowed with...
2024-02-05 Carl HetheringtonAdd Benno Zwanenburg as a tester.
2024-02-05 Carl HetheringtonAdd com.apple.security.cs.allow-unsigned-executable...
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.
next