| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-09-21 | Hackshigher-hz | Carl Hetherington | |
| 2025-09-03 | Increase timebase of Time so that more frame rates are possible without ↵ | Carl Hetherington | |
| rounding (#2919). | |||
| 2025-09-03 | Make Time constructor and get() private. | Carl Hetherington | |
| 2025-09-03 | Use helpers for serialising times to/from XML. | Carl Hetherington | |
| 2025-09-03 | Add helpers for serialising times to XML with timebase. | Carl Hetherington | |
| 2025-09-03 | Move number_attribute() to xml_util.h | Carl Hetherington | |
| 2025-09-03 | Use Time::to_string() instead of Time::get() in a log message. | Carl Hetherington | |
| 2025-09-03 | Tidy up a check to avoid using get(). | Carl Hetherington | |
| 2025-09-03 | Tidy check to avoid get(). | Carl Hetherington | |
| 2025-09-03 | Tidy assert to better express what we mean. | Carl Hetherington | |
| 2025-09-03 | Use frames_round() where possible. | Carl Hetherington | |
| 2025-09-03 | Remove pointless explicit. | Carl Hetherington | |
| 2025-09-03 | Use default Time constructor instead of comparing get() with 0. | Carl Hetherington | |
| 2025-09-03 | Add and use Time::proportion_of(). | Carl Hetherington | |
| 2025-09-03 | Use Time::seconds() instead of dividing get() by HZ. | Carl Hetherington | |
| 2025-09-03 | Use default Time constructor instead of passing 0. | Carl Hetherington | |
| 2025-09-03 | Use default ContentTime -> DCPTime conversion instead of .get(). | Carl Hetherington | |
| 2025-09-03 | Add and use Time::identifier(). | Carl Hetherington | |
| 2025-09-03 | Add and use Time::negative(). | Carl Hetherington | |
| 2025-09-03 | Use Time::to_string() instead of Time::get() in an error message. | Carl Hetherington | |
| 2025-09-03 | Move to_string() from a free function into a member of Time. | Carl Hetherington | |
| 2025-09-03 | Remove unnecessary .get() of Time. | Carl Hetherington | |
| 2025-08-27 | Restore un-ticked DCP audio language correctly (#3077). | Carl Hetherington | |
| 2025-08-27 | pot/merge. | 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-22 | White space: writer.{cc,h} | 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-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 | |
| 2025-08-12 | Adjust spacing in KDM CLI tool --help. | Carl Hetherington | |
| 2025-07-21 | White space: ffmpeg_image_proxy.{cc,h} | Carl Hetherington | |
| 2025-07-21 | Cleanup: use a default variable to remove a constructor. | Carl Hetherington | |
| 2025-07-21 | Cleanup: const correctness. | Carl Hetherington | |
| 2025-07-21 | White space: image_proxy.{cc,h} | Carl Hetherington | |
| 2025-07-16 | Squash change signals with the same property and type. | Carl Hetherington | |
| There's a bit of an assumption here that handlers don't need to be told multiple times about the same change (to different pieces of content) but that seems reasonable. | |||
| 2025-07-16 | Remove unused content pointer from change signals. | Carl Hetherington | |
| 2025-07-15 | Change Film::examine_and_add_content to take a vector of content. | Carl Hetherington | |
| 2025-07-15 | Change Film::maybe_add_content to take a vector of content. | Carl Hetherington | |
| 2025-07-15 | Change Film::add_content to take a vector of content. | Carl Hetherington | |
| 2025-07-15 | Don't process unnecessary video frame rate changes. | Carl Hetherington | |
| This inadvertently fixes a bug where multiple pieces of caption content would be added to the project sequentially, but then immediately re-arranged to be at the same time. | |||
| 2025-07-15 | Change ExamineContentJob to take a vector of content. | Carl Hetherington | |
| 2025-07-15 | White space: examine_content_job.{cc,h} | Carl Hetherington | |
| 2025-07-15 | Add Playlist::add_at_end() taking a vector of content. | Carl Hetherington | |
| 2025-07-15 | White space: playlist.{cc,h} | Carl Hetherington | |
