summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-11-24Fix libzip config checks.v2.16.68Carl Hetherington
2023-11-24Fix debug assertion when adding a KDM.Carl Hetherington
2023-11-23Updated zh_CN translation from 刘汉源Carl Hetherington
2023-11-23Update servers list after connecting to the signal.Carl Hetherington
Otherwise it can happen that a signal is emitted before we connect to it, and then after that no more signals come because nothing changes.
2023-11-23Clarify error messages about missing configuration.Carl Hetherington
2023-11-21Fix Centos 7 build.Carl Hetherington
2023-11-21Another Winodws build fix.v2.16.67Carl Hetherington
2023-11-21Missing header for Windows build.Carl Hetherington
2023-11-21Cleanup: whitespace and header sorting.Carl Hetherington
2023-11-20Fix class/struct confusion causing build error on macOS.Carl Hetherington
2023-11-20Verify encrypted DCPs (more) correctly (#2659).Carl Hetherington
2023-11-20Cleanup: use stack-allocated FileDialog and accept multiple KDMs.Carl Hetherington
2023-11-20Cleanup: use ScopeGuard.Carl Hetherington
2023-11-20Fix build.Carl Hetherington
2023-11-20Fix audio analysis attempts with source files that have more channels than ↵Carl Hetherington
the film.
2023-11-20Cleanup: handle Filter objects by value rather than by reference.Carl Hetherington
2023-11-20Cleanup: remove an unnecessary shared_ptr.Carl Hetherington
2023-11-20Add header guards.Carl Hetherington
2023-11-20Don't feed channels to leqm that we don't have a correction factor for (#2647).Carl Hetherington
2023-11-20Add a dialog to show which screens have potentially-problematicCarl Hetherington
certificate validity periods when making KDMs (#2645).
2023-11-20Fix "create KDM" button sensitivity with invalid KDM time range.Carl Hetherington
2023-11-20Cleanup: header ordering.Carl Hetherington
2023-11-20Improve progress reporting of digest calculations (might help with #2643).Carl Hetherington
2023-11-19Supporters update.Carl Hetherington
2023-11-19Fix out-of-bounds read in OSX disk checking (#2658).Carl Hetherington
2023-11-17Always add a font with an empty ID (#2649).Carl Hetherington
It's not just subtitle files with no <LoadFont> that can have subtitles without a specified font. In particular, DoM makes a single space subtitle with no font spec when it creates filler subtitles in multi-reel DCPs.
2023-11-17Pass through <Ruby> tags in subtitles (#2635) (GH#23).Carl Hetherington
2023-11-16Fix crash with subtitles for which we have no codec.Carl Hetherington
2023-11-15Copy Interop PNG subtitle files correctly (#2640).Carl Hetherington
2023-11-15Extract copy().Carl Hetherington
2023-11-12Replace deprecated zip_add() with zip_file_add().Carl Hetherington
2023-11-12Replace deprecated leaf() with filename().Carl Hetherington
2023-11-11Move a IMB location to try_imb() and add a new IMS pattern (#2644).Carl Hetherington
2023-11-11Store last path for adding KDMs (#2348).Carl Hetherington
2023-11-11Add FileDialog::path().Carl Hetherington
2023-11-11Cleanup: stack-allocated dialogs.Carl Hetherington
2023-11-11Use DirDialog and fix initial path (#2348).Carl Hetherington
2023-11-11Move add_files_override_path to film_utilCarl Hetherington
2023-11-11Add comment.Carl Hetherington
2023-11-11Cleanup: stack-allocated dialogs.Carl Hetherington
2023-11-11Cleanup: auto.Carl Hetherington
2023-10-28Add check before dereferencing pointer.Carl Hetherington
2023-10-28Fix uninitialised variable.Carl Hetherington
2023-10-28Add some std::move.Carl Hetherington
2023-10-28Add some const& to uses of auto.Carl Hetherington
2023-10-28Fix some possible overflows.Carl Hetherington
2023-10-28Fix a bizarre thinko / typo of "false" for false.Carl Hetherington
2023-10-28Make sure a dynamic_pointer_cast worked.Carl Hetherington
2023-10-28Check some unsanitized network inputs before allocating memory using them.Carl Hetherington
2023-10-28Fix theoretical int overflow.Carl Hetherington