| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-09-22 | FIXME: Support JSON verifier reports (#1823).1823-json | Carl Hetherington | |
| Needs libdcp version bump. | |||
| 2025-09-21 | Fix verifier window background colour on Windows (#3085). | Carl Hetherington | |
| 2025-09-19 | Allow saving of verification reports as PDF (#1823). | Carl Hetherington | |
| 2025-09-15 | Allow building with boost::process v2 (added in Ubuntu 25.10). | Carl Hetherington | |
| 2025-09-15 | Fix include. | Carl Hetherington | |
| 2025-09-15 | Add missing include. | Carl Hetherington | |
| 2025-09-14 | Supporters update.v2.18.24 | Carl Hetherington | |
| 2025-09-13 | Zombify writer when the thread throws an exception. | Carl Hetherington | |
| Otherwise I think we can wait forever for the thread to write things to disk. | |||
| 2025-09-13 | Catch two new libdcp exceptions (#3074). | Carl Hetherington | |
| 2025-09-13 | Catch DoM's DiskFullError. | Carl Hetherington | |
| 2025-09-13 | White space: job.{cc,h} | Carl Hetherington | |
| 2025-09-07 | Respect audio delay option in the player (#3083). | Carl Hetherington | |
| 2025-09-07 | Add audio delay option to Config and player prefs. | Carl Hetherington | |
| 2025-09-07 | Add SpinCtrl::bind(). | Carl Hetherington | |
| 2025-09-07 | Add SpinCtrl::get(). | Carl Hetherington | |
| 2025-09-07 | Allow passing min/max to SpinCtrl. | Carl Hetherington | |
| 2025-09-06 | Fix incorrectly-clipped audio on export (possibly #2865). | Carl Hetherington | |
| 2025-09-06 | White space: ffmpeg_file_encoder.{cc,h} | Carl Hetherington | |
| 2025-09-06 | Cleanup: assume DCPOMATIC_SPIN_CTRL_WIDTH. | Carl Hetherington | |
| 2025-09-05 | Remove out-of-date comment. | Carl Hetherington | |
| 2025-09-05 | Supporters update. | Carl Hetherington | |
| 2025-09-04 | Fix missing load of FCPXML length. | Carl Hetherington | |
| 2025-09-04 | Revert "Remove timing selection from DKDM dialog." (#3017). | Carl Hetherington | |
| This reverts commit ce01ccc1aa871d299ad96683055c4e06a355efb9. Turns out there are quite a few people and pieces of software who care about this. | |||
| 2025-08-27 | Restore un-ticked DCP audio language correctly (#3077). | Carl Hetherington | |
| 2025-08-27 | Updated nl_NL translation from Rob van Nieuwkerk. | Carl Hetherington | |
| 2025-08-27 | pot/merge. | Carl Hetherington | |
| 2025-08-27 | Add missing file to i18n gathering. | Carl Hetherington | |
| 2025-08-26 | Supporters update.v2.18.23 | Carl Hetherington | |
| 2025-08-25 | Add cover sheet magic strings for marker positions (#3076). | Carl Hetherington | |
| 2025-08-25 | Compress an if. | Carl Hetherington | |
| 2025-08-25 | Use 0-padded numbers for all fields of a timecode. | Carl Hetherington | |
| 2025-08-25 | Move write_cover_sheet() out to its own file. | Carl Hetherington | |
| 2025-08-25 | Fix player crop in OpenGL mode. | Carl Hetherington | |
| Previously we changed the scaling of the texture, when instead we should only look at a subset of the texture. | |||
| 2025-08-25 | Rename variable. | Carl Hetherington | |
| 2025-08-25 | Cleanup: some east/west const. | Carl Hetherington | |
| 2025-08-25 | Rename size -> out_size. | Carl Hetherington | |
| 2025-08-25 | Fix incorrect display when cropping unoptimised video with the OpenGL ↵ | Carl Hetherington | |
| renderer (#3075). Previously we wrongly tried to apply crop to videos in Optimisation::NONE, which are already cropped and {letter,pillar}boxed. | |||
| 2025-08-25 | Cleanup: wrap glUniform* calls. | Carl Hetherington | |
| 2025-08-25 | Cleanup: extract check_gl_error to gl_util.{cc,h} | Carl Hetherington | |
| 2025-08-22 | White space: writer.{cc,h} | Carl Hetherington | |
| 2025-08-22 | Updated nl_NL translation from Rob van Nieuwkerk. | Carl Hetherington | |
| 2025-08-19 | Updated nl_NL translation from Rob van Nieuwkerk. | Carl Hetherington | |
| 2025-08-13 | pot/merge.v2.18.22 | Carl Hetherington | |
| 2025-08-13 | Supporters update. | Carl Hetherington | |
| 2025-08-13 | Rename None -> DCI X'Y'Z' in menu. | Carl Hetherington | |
| Also suggested in #3066, it made no sense to say the source colourspace was "None" (a confusion between 'source colourspace' and 'what conversion should be applied'). | |||
| 2025-08-13 | Rename colour -> source colourspace. | Carl Hetherington | |
| It's longer but doesn't look too bad (on Linux at least) and helps clarify things. Suggested as part of #3066. | |||
| 2025-08-12 | New/improved pixel format decision when converting to XYZ. | Carl Hetherington | |
| For a long time we would keep XYZ12LE, if that's what we have, otherwise ask FFmpeg to switch to RGB48LE. Then in 1d5c211dadb9a9dc2318adce86ca9c31b367cabe I tried to fix the case of an XYZ source mis-tagged as YUV. I changed things so that with no colour conversion we'd always ask FFmpeg to convert to XYZ. This meant that RGB sources with no colour conversion would get treatment by FFmpeg due to the RGB -> XYZ switch. Here we're going back to the more-or-less the "long time" behaviour when there is a conversion (keep XYZ12LE but otherwise convert to RGB48). When there's no conversion, keep RGB (to avoid the FFmpeg conversion from RGB -> XYZ) but convert everything else to XYZ. | |||
| 2025-08-12 | Replace AVPixelFormat parameter to PlayerVideo::image with a functor. | Carl Hetherington | |
| This was removed in df9b4676aba8b941f124b174393988cad21677e1 and surrounding commits, but it turns out we need it after all. | |||
| 2025-08-12 | Allow finding DKDMs by content title text. | Carl Hetherington | |
| 2025-08-12 | More detailed KDM CLI help. | Carl Hetherington | |
