summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-03-01Add new "make-centre" processor.make-centreCarl Hetherington
This just puts L into L, R into R, and (L+R)/2 into C.
2024-03-01Build for Ubuntu 24.04.Carl Hetherington
2024-02-27Add Shift+scrollwheel to move left/right in the timeline.Carl Hetherington
2024-02-27Add Ctrl+scrollwheel zoom to the timeline (#2781).Carl Hetherington
2024-02-26Disallow referring to OV audio unless channel counts match (#2780).Carl Hetherington
2024-02-21Make DCPExaminer::size() optional and deal with the consequences.v2.16.78Carl Hetherington
This means we can fix the case of a VF having no known size in a nice way, in turn fixing problems caused by the fix to #2775.
2024-02-21Fix failure to examine non-flat-ratio VFs (#2775).Carl Hetherington
2024-02-20Fix build on Centos 7.Carl Hetherington
2024-02-19Supporters update.v2.16.77Carl Hetherington
2024-02-19Supporters update.Carl Hetherington
2024-02-19Fix various preview errors on high-DPI screens (#2774).Carl Hetherington
The logical scale was previously not taken into account so the outline rectangle was wrong and the padding was usually missing.
2024-02-19Cleanup: use a dcp::Size instead of a wxSize.Carl Hetherington
2024-02-18Fix note about branch handling.Carl Hetherington
2024-02-18Add film duration to --dump output (#1702).Carl Hetherington
2024-02-18Avoid quotation marks around dumped paths.Carl Hetherington
2024-02-17Add option to load prefs from ZIP (#2771).Carl Hetherington
2024-02-17Use FileDialog for saving preferences ZIPs.Carl Hetherington
2024-02-17Cleanup: 0 -> nullptr.Carl Hetherington
2024-02-16Return empty optional rather than asserting.Carl Hetherington
2024-02-16Cleanup: add missing explicit.Carl Hetherington
2024-02-16Add Unzipper.Carl Hetherington
2024-02-16Supporters update.v2.16.76Carl Hetherington
2024-02-15Supporters update.Carl Hetherington
2024-02-14Bump libdcp for fix to error about unknown asset type.Carl Hetherington
2024-02-14Fix conversion of _X to underlined X with GTK (via ↵Carl Hetherington
gtk_label_set_text_with_mnemonic, I think).
2024-02-14Cleanup: white space.Carl Hetherington
2024-02-14Cope with loading a film containing a missing DCP which itself contains ↵Carl Hetherington
subtitles.
2024-02-14Fix exception when calling resume() without first calling suspend().Carl Hetherington
2024-02-12Fix message for high bitrate frames during verify.Carl Hetherington
2024-02-11Don't add a font with an empty ID for ccaps either (#2762).Carl Hetherington
Previously this was all changed so that for subs we add the default font in a cleaner way (in db22f81ccce9e1a5f205e6d8b3c0631fc039a173). I can't see why we shouldn't treat ccaps the same way, and indeed not doing it causes an error as shown by the included test.
2024-02-11Supporters update.Carl Hetherington
2024-02-11Fix apparently ineffective processors when analysing audio (#2671).Carl Hetherington
A whole film ("DCP side") analysis would behave the same as a single piece of content analysis if the film only had one piece of content. Here we also clarify that audio analysis of the whole film is different to that for a single piece of content; for the whole film we use processors, and for single pieces of content we do not.
2024-02-11Add option to stop the player using any audio processor.Carl Hetherington
2024-02-11Add comment about AudioDialog.Carl Hetherington
2024-02-11Fix totally missing saving of DKDM recipients.Carl Hetherington
2024-02-11Remove orphaned label.Carl Hetherington
2024-02-11Extend the only column in the editable email address list.Carl Hetherington
2024-02-10Updated sl_SI translation from Martin Srebotnjak.Carl Hetherington
2024-02-09Supporters update.v2.16.75Carl Hetherington
2024-02-09Bump libdcp to fix time/date format bug.Carl Hetherington
2024-02-08Fix erroneously-moved warning removal (needed for Windows).Carl Hetherington
2024-02-07Don't give confusing errors about WEBVTT when there are errors in a Subrip ↵Carl Hetherington
file (#2733).
2024-02-07Remove apparently out-of-date comment.Carl Hetherington
2024-02-07Remove unused header.Carl Hetherington
2024-02-05Simplify and improve performance of credits list.Carl Hetherington
2024-02-053 columns in the about box looks better (especially on macOS).Carl Hetherington
2024-02-05Some new warning-disable flags are not allowed with the 2.16.x Xcode.Carl Hetherington
2024-02-05Add Benno Zwanenburg as a tester.Carl Hetherington
2024-02-05Add com.apple.security.cs.allow-unsigned-executable-memory (#2735).Carl Hetherington
Tobi pointed out that the crashing thread crashes when trying to execute the first instruction in the page VM_ALLOCATE 119af0000-119af1000 [ 4K] r-x/rwx SM=PRV which is dynamically allocated with VM_ALLOCATE (as opposed to being a memory-mapped binary). Its protections (r-x/rwx) suggest that its being used for JIT, so this code isn't signed, so the process is killed by the hardened runtime. We suspect FFmpeg is doing some JIT but perhaps only on x86_64 (as I couldn't reproduce the crash on arm64).
2024-02-04Suppress some warnings when building with Xcode 15.Carl Hetherington