| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-05-27 | Fix missing verification note.v2.15.152 | Carl Hetherington | |
| 2021-05-27 | Bump libdcp for fix to decryption of SMPTE subtitles. | Carl Hetherington | |
| Also add a test for that. | |||
| 2021-05-26 | Insert a delay to make sure the QUIT message arrives (#2018). | Carl Hetherington | |
| I have no idea why this is necessary, but the nanomsg documentation suggests it. | |||
| 2021-05-26 | Tidy up Nanomsg more correctly. | Carl Hetherington | |
| 2021-05-26 | Tidy can_build_disk checks to be more robust. | Carl Hetherington | |
| 2021-05-26 | Fix potential very rare test failure. | Carl Hetherington | |
| 2021-05-26 | Remove privilege escalation via seteuid() etc. on Linux. | Carl Hetherington | |
| 2021-05-26 | Use setcap for privileges on RPM-based distros (#2001). | Carl Hetherington | |
| 2021-05-26 | Use setcap for privileges on Debian 10 and Ubuntu (#2001). | Carl Hetherington | |
| 2021-05-25 | Move video level conversion for RGB from FFmpegImageProxy to Image. | Carl Hetherington | |
| Since FFmpeg does not do video level conversion for RGB sources when we (sort of) ask it to in Image::crop_scale_window() it seems to make more sense to compensate for that by calling full_to_video_range() in the same place (rather than in FFmpegImageProxy). | |||
| 2021-05-25 | C++11 tidying. | Carl Hetherington | |
| 2021-05-25 | Add video_to_full_range implementation for RGB48LE. | Carl Hetherington | |
| 2021-05-25 | Clamp results correctly when shifting video levels, and account for that in ↵ | Carl Hetherington | |
| tests. | |||
| 2021-05-25 | Make a test check more informative. | Carl Hetherington | |
| 2021-05-25 | const-correctness tweak. | Carl Hetherington | |
| 2021-05-25 | Use decoder_factory() and a lambda to clean things up a bit. | Carl Hetherington | |
| 2021-05-25 | Forward-declare the right class. | Carl Hetherington | |
| 2021-05-25 | Require lib64canberra-gtk0 on Mageia. | Carl Hetherington | |
| 2021-05-25 | Build disk writer on Mageia. | Carl Hetherington | |
| 2021-05-23 | Don't react so strongly to failure to bind the play server socket when ↵ | Carl Hetherington | |
| starting a second player. | |||
| 2021-05-22 | Fix sensitivity of "Make KDM(s)" button (#2007).v2.15.151 | Carl Hetherington | |
| Before you could click it without selecting a DKDM. | |||
| 2021-05-22 | C++11 tidying. | Carl Hetherington | |
| 2021-05-21 | Fix invalid memory access introduced in 6f832724ef942f133f6f8d0a06d7377beea8f7a6v2.15.150 | Carl Hetherington | |
| 2021-05-21 | Fix thinko in 4ce4b8d3429a97eb4df63460c7e73863f44a621e | Carl Hetherington | |
| Audio content of course doesn't have a single selected stream, so let's get the channel count from how all the streams are mapped. | |||
| 2021-05-21 | Fix path to test libraries on macOS. | Carl Hetherington | |
| 2021-05-21 | Tweak crop icon for GTK2 builds (#1997). | Carl Hetherington | |
| 2021-05-20 | Check that wxSystemSettings::GetAppearance() exists. | Carl Hetherington | |
| 2021-05-20 | Restore support for building thin or universal binaries for macOS. | Carl Hetherington | |
| 2021-05-20 | Specify correct number of channels for LEQ(m) analyses of single pieces of ↵ | Carl Hetherington | |
| content (#1991) If we're analysing one piece of content, pass its channel count into the leqm::Calculator rather than just using the film channel count. | |||
| 2021-05-20 | Bump leqm-nrt for a possible fix for #2006. | Carl Hetherington | |
| 2021-05-19 | Don't assert on a non-existant codec (#1999). | Carl Hetherington | |
| 2021-05-13 | Missing macOS dmg ID. | Carl Hetherington | |
| 2021-05-12 | Don't fail to build without disk_writer.v2.15.149 | Carl Hetherington | |
| 2021-05-12 | Add a full stop.v2.15.148 | Carl Hetherington | |
| 2021-05-12 | Fix disk writer permissions in RPM packages (#1994). | Carl Hetherington | |
| 2021-05-12 | Fix disk_writer perms in .deb files (#1994). | Carl Hetherington | |
| 2021-05-11 | Don't apply the Windows long path fix twice.v2.15.147 | Carl Hetherington | |
| 2021-05-11 | Revert incorrect 'fixing' of path on Windows (#1992). | Carl Hetherington | |
| This "to" path is on the ext2 drive so should not have any Windows hacks applied to it. | |||
| 2021-05-10 | Open a dialogue if pinging the back-end fails on macOS.v2.15.146 | Carl Hetherington | |
| At least this means the user will get another go without losing their setup. My only theory at this point is that sometimes the backend takes a crazy amount of time to start up because of some SIP / gatekeeper type nonsense (#1990). | |||
| 2021-05-10 | Fix name of macOS in the .dmg README. | Carl Hetherington | |
| 2021-05-09 | Attempt ping from front- to back-end several times (#1990).v2.15.145 | Carl Hetherington | |
| On macOS it seems that the backend sometimes is not started very quickly. Adding a long timeout to ping does not work, perhaps because the backend is not listening. Trying a few times seems to fix it. With this fix I saw this log: Sun May 9 23:02:51 2021: dcpomatic_disk_writer e63a485e23 started Sun May 9 23:02:51 2021: Entering main loop Sun May 9 23:02:51 2021: Writer receives command: P from the backend and Sun May 9 23:02:45 2021: Could not send ping to writer (attempt 1) Sun May 9 23:02:47 2021: Could not send ping to writer (attempt 2) Sun May 9 23:02:49 2021: Could not send ping to writer (attempt 3) from the front-end, suggesting that the first 3 pings went to /dev/null and the 4th was heard. | |||
| 2021-05-09 | Fix wrapping of try-unmount dialogue on macOS (#1989). | Carl Hetherington | |
| 2021-05-09 | Add more logging to disk writer. | Carl Hetherington | |
| 2021-05-09 | Remove erroneous call to optional_node_child(). | Carl Hetherington | |
| Just after this we loop over all <Text> nodes, and optional_node_child will raise an exception if there is more than one. | |||
| 2021-05-09 | C++11 tidying. | Carl Hetherington | |
| 2021-05-08 | Add some more logging to disk_writer.v2.15.144 | Carl Hetherington | |
| 2021-05-08 | Fix missing _writer binary in disk image. | Carl Hetherington | |
| 2021-05-08 | Build disk writer for Ubuntu 21.04. | Carl Hetherington | |
| 2021-05-08 | Updated nl_NL translation from Rob van Nieuwkerk. | Carl Hetherington | |
| 2021-05-07 | More manual tweaks. | Carl Hetherington | |
