dcpomatic.git
2023-02-14 Carl Hetheringtonwip: Error when failing to read MXF frame. bad-mxf
2023-02-13 Carl HetheringtonCleanup: fix out-of-date comment.
2023-02-13 Carl HetheringtonCleanup: rename prox -> result.
2023-02-13 Carl HetheringtonCleanup: extract pass_atmos().
2023-02-13 Carl HetheringtonCleanup: extract pass_audio().
2023-02-13 Carl HetheringtonCleanup: use a class for the Decoder::pass() return...
2023-02-13 Carl HetheringtonCleanup: extract pass_video().
2023-02-13 Carl HetheringtonCleanup: use Frame typedef.
2023-02-13 Carl HetheringtonCleanup: header sorting.
2023-02-12 Carl HetheringtonBump libdcp again for fix to dcpkdm (#2446).
2023-02-12 Carl HetheringtonFix build for new libdcp.
2023-02-12 Carl HetheringtonBump libdcp for new dcpverify options (#2444).
2023-02-12 Carl HetheringtonFix non-ASCII paths in the disk writer on Windows ...
2023-02-11 Carl HetheringtonUse kdm_for_screen also in dcpomatic_kdm
2023-02-11 Carl HetheringtonPass make_kdm as a function into kdm_for_screen().
2023-02-11 Carl HetheringtonCleanup: extract encrypt() call from Film::make_kdm().
2023-02-11 Carl HetheringtonUse the correct prompt for file/folder.
2023-02-11 Carl HetheringtonFix incorrect messages about KDMs being written to...
2023-02-11 Carl HetheringtonImprove error when the KDM period is outside the signer...
2023-02-11 Carl HetheringtonWarn/error on making KDMs using recipient certs whose...
2023-02-11 Carl HetheringtonCleanup: use an early return to calm some indentation.
2023-02-10 Carl HetheringtonFix typo in zh_CN translation.
2023-02-10 Carl HetheringtonExport 24-bit audio in Prores files (#2438).
2023-02-10 Carl HetheringtonIgnore overlapping ATMOS data in the same way that...
2023-02-10 Carl HetheringtonFix multiple video overlaps.
2023-02-10 Carl HetheringtonCleanup: use vector instead of list.
2023-02-10 Carl HetheringtonCleanup: add Content::period().
2023-02-10 Carl HetheringtonCleanup: use some better variable names.
2023-02-10 Carl HetheringtonClarify comment.
2023-02-10 Carl HetheringtonCleanup: remove unnecessary check.
2023-02-10 Carl HetheringtonAdd failing test.
2023-02-05 Carl HetheringtonRecover better errors from ext4.
2023-02-05 Carl HetheringtonFix placement of frame rate spinner (may fix #2182).
2023-02-05 Carl HetheringtonSlightly improve alignment (still not right though).
2023-02-05 Carl HetheringtonTidy up layout.
2023-02-05 Carl HetheringtonMake the timeline look better when there is no content...
2023-02-05 Carl HetheringtonDelete in timeline removes content (#2370).
2023-02-05 Carl HetheringtonCleanup: use ScopeGuard.
2023-02-04 Carl HetheringtonUpdate out-of-date version requirements in wscript.
2023-02-03 Carl HetheringtonFix missing verify string. v2.16.42
2023-02-02 Carl HetheringtonBump libdcp for IssueDate fix (#2435).
2023-02-02 Carl HetheringtonAdd missing preferences menu option on macOS.
2023-02-01 Carl HetheringtonHandle 2D/3D mismatches in the player (#2409).
2023-01-30 Carl HetheringtonCleanup: replace another short variable name.
2023-01-30 Carl HetheringtonCleanup: replace short variable name.
2023-01-30 Carl HetheringtonUpdated sl_SI translation from Martin Srebotnjak.
2023-01-29 Carl HetheringtonAdd some logging to ext4_mkfs.
2023-01-29 Carl HetheringtonAdd DiskWriterBackendResponse::write_to_nanomsg() and...
2023-01-29 Carl HetheringtonAdd some notes to DEVELOP.md
2023-01-29 Carl HetheringtonBetter logging in macOS unmount code.
2023-01-29 Carl HetheringtonIncrease unmount timeout to 5s - maybe... this is a...
2023-01-29 Carl HetheringtonUse DiskWriterBackEndResponse, and add some more inform...
2023-01-29 Carl HetheringtonAdd DiskWriterBackEndResponse.
2023-01-27 Carl HetheringtonMore stack-allocated Dialog objects.
2023-01-26 Carl HetheringtonBump leqm-nrt for analysis crash fix (#2432).
2023-01-24 Carl HetheringtonSupporters update. v2.16.41
2023-01-24 Carl HetheringtonBump libdcp for fix to AudioChannelLabelSubDescriptor...
2023-01-23 Carl HetheringtonUse MCASoundField::STEREO (20) for stereo DCPs.
2023-01-22 Carl HetheringtonFix isdcf name ATMOS test.
2023-01-21 Carl HetheringtonFix error when OK-ing a text track dialog with no langu...
2023-01-20 Carl HetheringtonFix extra widgets appearing when switching between...
2023-01-18 Carl HetheringtonSimplify and fix up selection code for the content...
2023-01-18 Carl HetheringtonUse ScopeGuard for _no_check_selection
2023-01-18 Carl HetheringtonCleanup: stack-allocated dialogs.
2023-01-18 Carl HetheringtonSupport Dolby-style WAV back surround names when guessi...
2023-01-18 Carl HetheringtonDolby is apparently recreating all their certificates...
2023-01-17 Carl HetheringtonAdd -ISDCF to ISDCF name as required (#2416).
2023-01-17 Carl HetheringtonCleanup: make a temporary for the content list.
2023-01-17 Carl HetheringtonDebug code to print out available icu locales.
2023-01-17 Carl HetheringtonAllow Collators to have their language specified, and...
2023-01-17 Carl HetheringtonUse Collator for recipients search (#2426).
2023-01-17 Carl HetheringtonCleanup: use stack-allocated Dialogs.
2023-01-17 Carl HetheringtonUse collator to search for screens (#2426).
2023-01-17 Carl HetheringtonAdd basic Collator::find() method.
2023-01-17 Carl HetheringtonAdd a comment.
2023-01-17 Carl HetheringtonCleanup: use std::vector and extract utf8_to_utf16().
2023-01-17 Carl HetheringtonAdd some very basic tests of Collator.
2023-01-17 Carl HetheringtonBuild fix for Windows.
2023-01-16 Carl HetheringtonSwap some wx_ptr for simple members/locals.
2023-01-16 Carl HetheringtonAdd certificate validity period to the screen dialog.
2023-01-16 Carl HetheringtonTidy up certificate detail handling.
2023-01-16 Carl HetheringtonLayout tweaks to screen dialog.
2023-01-16 Carl HetheringtonAdd indent option to wxGridBagSizer version of add_labe...
2023-01-16 Carl HetheringtonAdd DCPOMATIC_SUBHEADING_TOP_PAD.
2023-01-16 Carl HetheringtonDouble-click to edit cinemas/screens.
2023-01-16 Carl HetheringtonStack-allocate wxDialog instead of using wx_ptr.
2023-01-16 Carl HetheringtonAdd subject/issuer details to the screen dialog (#2422).
2023-01-16 Carl HetheringtonAdd tooltip for recipient file in the screen dialog.
2023-01-16 Carl HetheringtonAdd set_recipient_file().
2023-01-16 Carl HetheringtonCleanup: use auto.
2023-01-16 Carl HetheringtonLimit the size of the recipient file name in the screen...
2023-01-16 Carl HetheringtonManually call selection_changed() after removing a...
2023-01-16 Carl HetheringtonWrite dummy subtitles also to empty Interop reels ...
2023-01-16 Carl HetheringtonBump libdcp to version which checks for empty interop...
2023-01-16 Carl HetheringtonUpdated nl_NL translation from Rob van Nieuwkerk.
2023-01-16 Carl HetheringtonUse wx_ptr more.
2023-01-16 Carl HetheringtonIt seems wrong to Destroy() these widgets as I think...
2023-01-16 Carl HetheringtonMake reset() safer if the new throws.
2023-01-15 Carl HetheringtonTell user what just happened if they get either of...
2023-01-15 Carl HetheringtonHandle translation correctly for the warning about...
next