| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | |
| 2024-02-03 | Merge branch 'main' into v2.17.x | Carl Hetherington | |
| 2024-02-03 | Supporters update.v2.16.74 | Carl Hetherington | |
| 2024-02-03 | Remove unused variable. | Carl Hetherington | |
| 2024-02-03 | Don't emit subtitle images that have a zero dimension (#2743). | Carl Hetherington | |
| They cause problems later when trying to blend them into the image. | |||
| 2024-02-03 | Add an assert to check that sws_getContext() succeeded. | Carl Hetherington | |
| 2024-02-03 | Add some asserts; sws_getContext() will fail if the image width or height are 0. | Carl Hetherington | |
| 2024-02-03 | Support alpha blend onto YUV444P9LE and YUV444P10LE (68 and 70). | Carl Hetherington | |
| 2024-02-03 | Fix incorrect pixel formats for tests. | Carl Hetherington | |
| 2024-02-03 | Fix flipped red and blue with rgba64_onto_* tests. | Carl Hetherington | |
| 2024-02-03 | Fix incorrect alpha channel scaling with RGBA64. | Carl Hetherington | |
| 2024-02-03 | Fix incorrect alpha step used for RGBA64 sources. | Carl Hetherington | |
| 2024-02-03 | Put alpha_{data,stride} into OtherYUVParams. | Carl Hetherington | |
| 2024-02-03 | Separate out OtherParams into Other{RGB,YUV}Params. | Carl Hetherington | |
| 2024-02-03 | OSX -> macOS | Carl Hetherington | |
| 2024-02-01 | Fix error when opening the right-click content menu. | Carl Hetherington | |
| 2024-02-01 | Add --enable-asan option to configure. | Carl Hetherington | |
| 2024-02-01 | Add some more space for macOS preferences icons. | Carl Hetherington | |
| 2024-02-01 | Tweak macOS preferences icons (#2746). | Carl Hetherington | |
| 2024-01-30 | Add yet more missing DLLs to the Windows installer.v2.17.11 | Carl Hetherington | |
| 2024-01-30 | Open macOS prefs with Mac-, not Mac-P (#2745). | Carl Hetherington | |
| 2024-01-30 | Another missing libpangoft2-1.0-0 to Windows installer. | Carl Hetherington | |
| 2024-01-30 | Add missing libbrotlidec to Windows installer. | Carl Hetherington | |
| 2024-01-30 | Add missing boost library to macOS .dmg. | Carl Hetherington | |
| 2024-01-28 | Bump FFmpeg to 6.1.v2.17.10 | Carl Hetherington | |
| 2024-01-28 | Dump addr2line command before running it. | Carl Hetherington | |
| 2024-01-28 | Use v2.17.x's mxe dependencies when running tests. | Carl Hetherington | |
| 2024-01-28 | Remove unused variables. | Carl Hetherington | |
| 2024-01-28 | Update for new wxWidgets version on macOS. | Carl Hetherington | |
