| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-02-16 | Add Unzipper. | Carl Hetherington | |
| 2024-02-16 | Supporters update.v2.16.76 | Carl Hetherington | |
| 2024-02-15 | Supporters update. | Carl Hetherington | |
| 2024-02-14 | Bump libdcp for fix to error about unknown asset type. | Carl Hetherington | |
| 2024-02-14 | Fix conversion of _X to underlined X with GTK (via ↵ | Carl Hetherington | |
| gtk_label_set_text_with_mnemonic, I think). | |||
| 2024-02-14 | Cleanup: white space. | Carl Hetherington | |
| 2024-02-14 | Cope with loading a film containing a missing DCP which itself contains ↵ | Carl Hetherington | |
| subtitles. | |||
| 2024-02-14 | Fix exception when calling resume() without first calling suspend(). | Carl Hetherington | |
| 2024-02-13 | Fix duplicated help text. | Carl Hetherington | |
| 2024-02-12 | Merge branch 'main' into v2.17.x | Carl Hetherington | |
| 2024-02-12 | Fix message for high bitrate frames during verify. | Carl Hetherington | |
| 2024-02-12 | Merge branch 'main' into v2.17.x | Carl Hetherington | |
| 2024-02-11 | Don'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-11 | Supporters update. | Carl Hetherington | |
| 2024-02-11 | Fix 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-11 | Add option to stop the player using any audio processor. | Carl Hetherington | |
| 2024-02-11 | Add comment about AudioDialog. | Carl Hetherington | |
| 2024-02-11 | Fix totally missing saving of DKDM recipients. | Carl Hetherington | |
| 2024-02-11 | Remove orphaned label. | Carl Hetherington | |
| 2024-02-11 | Extend the only column in the editable email address list. | Carl Hetherington | |
| 2024-02-10 | Updated sl_SI translation from Martin Srebotnjak. | Carl Hetherington | |
| 2024-02-10 | Also remove now-redundant UTC offset from DKDMRecipient. | Carl Hetherington | |
| 2024-02-10 | Add missing call to get_offsets(). | Carl Hetherington | |
| 2024-02-09 | Supporters update.v2.16.75 | Carl Hetherington | |
| 2024-02-09 | Bump libdcp to fix time/date format bug. | Carl Hetherington | |
| 2024-02-08 | Fix erroneously-moved warning removal (needed for Windows). | Carl Hetherington | |
| 2024-02-07 | Don't give confusing errors about WEBVTT when there are errors in a Subrip ↵ | Carl Hetherington | |
| file (#2733). | |||
| 2024-02-07 | Remove apparently out-of-date comment. | Carl Hetherington | |
| 2024-02-07 | Remove unused header. | Carl Hetherington | |
| 2024-02-05 | Simplify and improve performance of credits list. | Carl Hetherington | |
| 2024-02-05 | 3 columns in the about box looks better (especially on macOS). | Carl Hetherington | |
| 2024-02-05 | Some new warning-disable flags are not allowed with the 2.16.x Xcode. | Carl Hetherington | |
| 2024-02-05 | Add Benno Zwanenburg as a tester. | Carl Hetherington | |
| 2024-02-05 | Add 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-04 | Make default Disk Writer window a little narrower. | Carl Hetherington | |
| 2024-02-04 | Tweak labels: DCP -> DCPs. | Carl Hetherington | |
| 2024-02-04 | Tweak vertical spacing of wxChoice on macOS (#2747). | Carl Hetherington | |
| 2024-02-04 | Use a simpler way to decide what devices we could write to on macOS. | Carl Hetherington | |
| This basically involves the kDADiskDescriptionDeviceInternalKey, kDADiskDescriptionMediaRemovableKey and kDADiskDescriptionMediaWritableKey keys revealed by looking in https://github.com/balena-io-modules/drivelist.git | |||
| 2024-02-04 | Look for drives for 3 seconds on startup (#2748). | Carl Hetherington | |
| 2024-02-04 | Merge branch 'main' into v2.17.x | Carl Hetherington | |
| 2024-02-04 | Suppress some warnings when building with Xcode 15. | Carl Hetherington | |
| 2024-02-04 | Tweak how lzma is linked. | Carl Hetherington | |
| 2024-02-04 | Allow setting paths for a build with a workspace directory and a provided ↵ | Carl Hetherington | |
| SDK, or the local default. | |||
| 2024-02-04 | Detect arch in set_paths.sh. | Carl Hetherington | |
| 2024-02-04 | Fix disk_writer startup script (I think) for mac. | Carl Hetherington | |
| 2024-02-04 | Add DYLD_LIBRARY_PATH to dcpomatic_disk. | Carl Hetherington | |
| 2024-02-04 | Use lldb on macOS. | Carl Hetherington | |
| 2024-02-04 | Add example ASAN_OPTIONS to script. | Carl Hetherington | |
| 2024-02-04 | Add DYLD_LIBRARY_PATH to run/dcpomatic | Carl Hetherington | |
| 2024-02-04 | Make set_paths.sh work on x86_64 and arm64. | Carl Hetherington | |
