Split VerifyDCPProgressDialog into a panel and a dialog.
[dcpomatic.git] / src / lib /
2024-04-01 Carl HetheringtonAdd add-dkdm command to add DKDMs to DCP-o-matic's...
2024-04-01 Carl HetheringtonSwitch "command-like" options --list-cinemas and -...
2024-04-01 Carl HetheringtonAdd --decryption-key option to KDM CLI (#2790).
2024-04-01 Carl HetheringtonCleanup: white space.
2024-04-01 Carl HetheringtonRename --trusted-device to --trusted-device-certificate...
2024-04-01 Carl HetheringtonRename --certificate to --projector-certificate in...
2024-03-29 Carl HetheringtonMerge remote-tracking branch 'origin/main' into v2...
2024-03-29 Carl HetheringtonFix crash introduced in previous commit.
2024-03-29 Carl HetheringtonMerge remote-tracking branch 'origin/main' into v2...
2024-03-29 Carl HetheringtonFix lack of video rotation in some cases (#2971).
2024-03-29 Carl HetheringtonFix video scaling when the video needs rotation (#2791).
2024-03-29 Carl HetheringtonAdd VideoContent::rotate_size().
2024-03-23 Carl Hetheringtonpangommconfig.h is not included by pangomm.h on some...
2024-03-22 Carl HetheringtonBump libdcp for new asdcplib version.
2024-03-20 Carl HetheringtonMerge tag 'v2.16.79' into v2.17.x
2024-03-20 Carl HetheringtonAllow building with C++17 and updated libxml++/pangomm...
2024-03-20 Carl HetheringtonCleanup: clarify some namespace use.
2024-03-20 Carl HetheringtonRemove all use of add_child() from xmlpp.
2024-03-17 Carl HetheringtonAdd PlaylistEditorRestrictedMenus option, similar to...
2024-03-15 Carl HetheringtonReplace use of sprintf with snprintf.
2024-03-12 Carl HetheringtonMerge branch '2678-reel-break' into v2.17.x
2024-03-12 Carl HetheringtonAdd new interface for setting reel breaks (#2678). 2678-reel-break
2024-03-12 Carl HetheringtonExtract snap subdivision to a constant.
2024-03-12 Carl HetheringtonAdd operator<= for HMSF.
2024-03-12 Carl HetheringtonAdd custom reels option to Film.
2024-03-11 Carl HetheringtonUse std::vector and emplace_back(), lengthen variable...
2024-03-11 Carl HetheringtonUse stored has_non_zero_entry_point() instead of parsin...
2024-03-11 Carl HetheringtonTake has_non_zero_entry_point() from examiner and store it.
2024-03-11 Carl HetheringtonOffer has_non_zero_entry_point() from DCPExaminer.
2024-03-11 Carl HetheringtonRemove redundant DCPDecoder use.
2024-03-11 Carl HetheringtonAdd a temporary to reduce some boilerplate.
2024-03-08 Carl HetheringtonMerge branch 'main' into v2.17.x
2024-03-08 Carl HetheringtonAdd <PlayerRestrictedMenus> option to config.xml (...
2024-03-07 Carl HetheringtonFix screen name order in KDM emails.
2024-03-07 Carl HetheringtonStore attachment contents in the Email object.
2024-03-07 Carl HetheringtonRename Emailer -> Email.
2024-02-26 Carl HetheringtonDisallow referring to OV audio unless channel counts...
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 HetheringtonFix build on Centos 7.
2024-02-19 Carl HetheringtonMerge tag 'v2.16.77' into v2.17.x
2024-02-19 Carl HetheringtonDon't order the user to 'remove the other content'.
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 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-14 Carl HetheringtonCleanup: white space.
2024-02-14 Carl HetheringtonCope with loading a film containing a missing DCP which...
2024-02-13 Carl HetheringtonFix duplicated help text.
2024-02-12 Carl HetheringtonMerge branch 'main' into v2.17.x
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 HetheringtonFix apparently ineffective processors when analysing...
2024-02-11 Carl HetheringtonAdd option to stop the player using any audio processor.
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-07 Carl HetheringtonDon't give confusing errors about WEBVTT when there...
2024-02-06 Carl HetheringtonRemove unused header.
2024-02-04 Carl HetheringtonUse a simpler way to decide what devices we could write...
2024-02-04 Carl HetheringtonMerge branch 'main' into v2.17.x
2024-02-04 Carl HetheringtonTweak how lzma is linked.
2024-02-03 Carl HetheringtonMerge branch 'main' into v2.17.x
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 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-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 HetheringtonRemember whether Content or DCP is selected in a new...
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 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 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 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 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 HetheringtonCleanup: coding style.
2024-01-28 Carl HetheringtonForward-declare grk_plugin stuff.
next