| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-11-09 | wip2882-hang | Carl Hetherington | |
| 2024-11-06 | Supporters update.v2.16.96 | Carl Hetherington | |
| 2024-11-06 | Add missing marker types FFOB/LFOB (#2886). | Carl Hetherington | |
| 2024-11-01 | Needing length is the same for audio and video, so merge them. | Carl Hetherington | |
| 2024-11-01 | Obtain audio length by scanning through the file if required (#2880). | Carl Hetherington | |
| 2024-10-19 | Fix video length when we scan for it. | Carl Hetherington | |
| Length is 1 frame more than the start time of the last frame. | |||
| 2024-10-19 | Cleanup: initialise a few members in-place. | Carl Hetherington | |
| 2024-10-19 | Tidy up and fix obtaining video length when it's not in the header. | Carl Hetherington | |
| I think this has been broken for a while as we would come out of the loop even if we still wanted to find the video length. | |||
| 2024-10-13 | Supporters update.v2.16.95 | Carl Hetherington | |
| 2024-10-13 | Give more details when failing to send emails. | Carl Hetherington | |
| 2024-10-11 | Add some wxYield()s. | Carl Hetherington | |
| One or more of these improve GUI responsiveness when downloading certificates and make it less likely that GNOME complains that DCP-o-matic has hung. | |||
| 2024-10-11 | Download Dolby certs more intelligently. | Carl Hetherington | |
| Rather than doing a load of connections to look for different filenames in a specific FTP directory, list that directory and then look for the filenames. | |||
| 2024-10-08 | Fix mac build. | Carl Hetherington | |
| 2024-10-08 | Fix bug causing signal changes to be lost (#2870). | Carl Hetherington | |
| It was possible (and I believe it happend) for new signals to be queued up in _pending while some old ones were being processed. They would then be cleared at the end of resume() without ever being sent. | |||
| 2024-10-08 | I'm not sure if this is actually wrong, but it seems odd. | Carl Hetherington | |
| I think possibly only the first call to ::instance() would be locked. | |||
| 2024-09-29 | Disambiguate some more bind calls(). | Carl Hetherington | |
| 2024-09-29 | Arch's FFmpeg is in an unusual place so we have to get the includes for it. | Carl Hetherington | |
| 2024-09-29 | Link dynamically to FFmpeg on Arch. | Carl Hetherington | |
| 2024-09-29 | Find Arch's FFmpeg 4.4. | Carl Hetherington | |
| 2024-09-29 | Clarify some uses of bind(). | Carl Hetherington | |
| GCC 14.2.1 somehow can't decide whether to use boost:: or std::bind. | |||
| 2024-09-29 | Missing include. | Carl Hetherington | |
| 2024-09-29 | Remove two unused imports. | Carl Hetherington | |
| 2024-09-29 | Don't bother building ffcmp on platforms where we don't run tests. | Carl Hetherington | |
| It would be nice to check for_package as well but that needs passing into dependencies() to work. | |||
| 2024-09-29 | Bump ffcmp for Arch fix. | Carl Hetherington | |
| 2024-09-29 | Bump libdcp for compile fixes on Python 3.14. | Carl Hetherington | |
| 2024-09-27 | Fix some missing spaces in the update dialog. | Carl Hetherington | |
| 2024-09-24 | Supporters update.v2.16.94 | Carl Hetherington | |
| 2024-09-24 | Missing new verification error. | Carl Hetherington | |
| 2024-09-24 | Fix build with new boost (e.g. on Arch) (#2868) | Carl Hetherington | |
| 2024-09-17 | Supporters update.v2.16.93 | Carl Hetherington | |
| 2024-09-17 | Bump libdcp for increase in maximum allowable Interop XML file size. | Carl Hetherington | |
| 2024-09-16 | Bump maximum reel length. | Carl Hetherington | |
| Someone is making a very long (10h) DCP and wants big reels, and I can't think of a reason not to allow it. | |||
| 2024-09-14 | Some more distros that use wx-3.1.v2.16.92 | Carl Hetherington | |
| 2024-09-14 | Bump libdcp for Windows build fix. | Carl Hetherington | |
| 2024-09-14 | Bump libdcp for Ubuntu 16.04 build fix. | Carl Hetherington | |
| 2024-09-14 | Fix Debian unstable build. | Carl Hetherington | |
| 2024-09-14 | Bump libdcp for static boost fix in libcxml. | Carl Hetherington | |
| 2024-09-13 | Supporters update. | Carl Hetherington | |
| 2024-09-13 | Hopefully fix occasional hang in j2k_encoder_deadlock_test. | Carl Hetherington | |
| Previously too many frames were queued for encoding, which AFAICS meant that (if the CPU was busy) we would get to the point where too many frames were in the encoder queue, so that we blocked waiting for it to clear, and then simultaneously too many frames were in the writer queue, which (in this test) would never clear. At this point we would be backed up waiting for Writer::write() to happen in J2KEncoder::encoder_thread() so that the encoder queue could be cleared, but nobody is calling Writer::write(). | |||
| 2024-09-12 | Bump sleep a little to try and de-flake a test. | Carl Hetherington | |
| 2024-09-11 | Fix stupid bug introduced in 5db3eda9c6f0 | Carl Hetherington | |
| 2024-09-06 | Supporters update. | Carl Hetherington | |
| 2024-09-06 | Remove (unused) import which is no longer present on Python 3.14. | Carl Hetherington | |
| 2024-09-06 | Support building on Ubuntu 24.10. | Carl Hetherington | |
| 2024-09-03 | Fix a few places where we should use dcp::File::open_error() | Carl Hetherington | |
| to get a more accurate error number on Windows. | |||
| 2024-09-03 | Fix confusion about operator bool() with optional. | Carl Hetherington | |
| I think previously no exception would be thrown even if the file weren't open. | |||
| 2024-09-03 | Clarify copying of InfoFileHandle. | Carl Hetherington | |
| 2024-09-02 | Recognise .webp as an image file. | Carl Hetherington | |
| 2024-08-16 | Fix libdcp test (no other changes).v2.16.91 | Carl Hetherington | |
| 2024-08-15 | Fix --static-xmlsec option and use it for Centos 9 (#2858). | Carl Hetherington | |
