summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-07-19Supporters update.v2.16.60Carl Hetherington
2023-07-19Updated zh_CN translation from Akivili Collindort.Carl Hetherington
2023-07-17This check used to be for asset channel count mismatches, then it wasCarl Hetherington
changed to the active count, but I don't think it should be an error to have different active counts between assets of a single DCP.
2023-07-07Cleanup: member variable name standard.Carl Hetherington
2023-07-02Fix crash if an exception is thrown before the splash screen is created.Carl Hetherington
2023-07-02Don't insert incorrect <Effect> nodes into metadata (#2581).Carl Hetherington
Previously we would add assume Effect=none (i.e. force all subtitles to have no effect) if neither of the legacy tags Border or Shadow were present in the metadata. In this case we should just leave Effect as unset.
2023-07-01Add another test.Carl Hetherington
2023-06-30Don't write MainSoundConfiguration with 71 when we only have HI/VI (#2580).Carl Hetherington
2023-06-30Add channel_is_mapped().Carl Hetherington
2023-06-30Clean up after some more tests.Carl Hetherington
2023-06-29Disable asset hash checks that the libdcp bump fixes.Carl Hetherington
2023-06-29Missing i18n markup.Carl Hetherington
2023-06-29Keep "correct" hashes in dcpomatic2_map rather than recalculating them (#2555).Carl Hetherington
2023-06-29Bump libdcp for changes to how hashes are handled.Carl Hetherington
2023-06-25We no longer need to these bundle IDs.Carl Hetherington
They were being passed to altool but when switching to notarytool it seems that these IDs were never used and can now be omitted.
2023-06-25Tolerate problems when reading the contents of DCPs.Carl Hetherington
This avoids errors in cases like unreadable lost+found directories appearing inside a DCP.
2023-06-24Fix config test reference after ISDCF name config option.Carl Hetherington
2023-06-24Add config option to allow long ISDCF name parts.Carl Hetherington
2023-06-22Avoid virtual call to set_film() in constructor (#2571).Carl Hetherington
2023-06-22Remove unnecessary config_changed() which will only result in ↵Carl Hetherington
setup_sensitivity() being called again.
2023-06-22No need to call setup_sensitivity() here as set_film() already does it.Carl Hetherington
2023-06-22set_film() no longer needs to be virtual.Carl Hetherington
2023-06-22Controls::set_film() calls setup_sensitivity() so there's no need for ↵Carl Hetherington
PlaylistControls::set_film() also to do it.
2023-06-20Give a better error when map doesn't find an asset.Carl Hetherington
2023-06-20Add new(?) filename for some IMB certificates.Carl Hetherington
2023-06-20Cleanup: use a struct/pair rather than two separate lists.Carl Hetherington
2023-06-17Fix syntax error in cscript.Carl Hetherington
2023-06-16Slightly improve a crash when content goes away.Carl Hetherington
2023-06-16Fix crash when pressing Ctrl+T with no content (#2563).Carl Hetherington
2023-06-16Defend against divide by 0.Carl Hetherington
2023-06-16Improve some tooltips (#2560).Carl Hetherington
2023-06-13Cleanup: switch sense of if.Carl Hetherington
2023-06-12Fix failure to close verify progress window when finished.Carl Hetherington
2023-06-12Cleanup: swap some wx_ptrs for locals.Carl Hetherington
2023-06-09Cleanup: whitespace fix.Carl Hetherington
2023-06-09Don't call DOMFrame::start_job from a non-UI thread.Carl Hetherington
2023-06-09Allow building for Debian 12.Carl Hetherington
2023-06-06Fix player audio, almost totally broken by a stupid mistakev2.16.59Carl Hetherington
in 78b2c650a9249cb7165d269b4378391d31e68e8b Following that commit 16 channel audio streams were being read as 6-channel, with unsurprising consequences.
2023-06-05Supporters update.v2.16.58Carl Hetherington
2023-06-05Cope with bad DCPs better in the editor.Carl Hetherington
2023-06-05Fix sizing of editor's reel dialog.Carl Hetherington
2023-06-05Give filler subtitle reels <LoadFont> nodes in SMPTE (#2547).Carl Hetherington
2023-06-04Fix missing subtitle language in CPL on auto-created empty subtitle assets ↵Carl Hetherington
(#2548).
2023-06-03Tweak test timing hack script to accept stdin.Carl Hetherington
2023-06-03Missing ConfigRestorer.Carl Hetherington
2023-06-02Fix incorrect hint about having too many subtitle lines in some cases (#2546).Carl Hetherington
2023-06-02Improve a test failure message.Carl Hetherington
2023-06-02Bump lwext4 for slightly better debugging.Carl Hetherington
2023-06-01Bump required private git revision.Carl Hetherington
2023-05-31Add dcpomatic2_{map,cli} to the main AppImage (#2549).Carl Hetherington