| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 13 days | Updated nl_NL translation from Rob van Nieuwkerk. | Carl Hetherington | |
| 13 days | Updated ja_JP translation from 林雅成. | Carl Hetherington | |
| 14 days | pot/merge. | Carl Hetherington | |
| 14 days | Remove now-unnecessary SHA1 variable. | Carl Hetherington | |
| I moved it to libdcp. | |||
| 2026-03-21 | Replace some deprecated methods. | Carl Hetherington | |
| 2026-03-21 | Replace deprecated boost::asio::deadline_timer with boost::asio::system_timer. | Carl Hetherington | |
| 2026-03-20 | Updated ja_JP translation from 林雅成. | Carl Hetherington | |
| 2026-03-20 | Add stub el_GR translation. | Carl Hetherington | |
| 2026-03-18 | Fix build problems with warnings generated by newer macOS build environments. | Carl Hetherington | |
| 2026-03-14 | Allow building of disk writer with boost process version 2. | Carl Hetherington | |
| 2026-03-12 | Try to respect LC_NUMERIC even if it doesn't match LANG. | Carl Hetherington | |
| With LANG=en_GB.UTF-8 and LC_NUMERIC=de_DE.UTF-8 I get . as a decimal separator, I think because the setlocale(LC_ALL, "") uses $LANG everywhere. This is not what wxWidgets expects, and not what I expect (other applications use ,). Fix that by respecting LC_NUMERIC explicitly. | |||
| 2026-03-12 | Use dts rather than pts when noting the time of frames we are ignoring. | Carl Hetherington | |
| The docs for av_read_frame() say "pkt->pts can be AV_NOPTS_VALUE if the video format has B-frames, so it is better to rely on pkt->dts if you do not decompress the payload." Before this there could be long hangs while we go through many packets without pts values. | |||
| 2026-03-12 | Add a debug note. | Carl Hetherington | |
| 2026-03-12 | Active frame rate change should ignore content with unused video. | Carl Hetherington | |
| 2026-03-12 | Tweak debug string. | Carl Hetherington | |
| 2026-03-12 | Fix language forcing. | Carl Hetherington | |
| We'd always try to do it, even if the passed-in string was empty, which must surely be wrong... | |||
| 2026-03-12 | Fix mangled comment. | Carl Hetherington | |
| 2026-03-10 | ko_KR translation from Sean. | Carl Hetherington | |
| 2026-03-10 | Try a bit harder to find a frame to guess crop from. | Carl Hetherington | |
| 2026-03-08 | Require "non-standard" config checkbox to use MPEG2. | Carl Hetherington | |
| Carsten reports that some users were choosing it because it sounded familiar. | |||
| 2026-02-24 | Updated ja_JP translation from 林雅成. | Carl Hetherington | |
| 2026-02-24 | Add translation to ja_JP from Masanari Hayashi (林雅成). | Carl Hetherington | |
| 2026-02-23 | Fix broken (massively too big) 20 DCP nag on Fedora (and maybe others). | Carl Hetherington | |
| 2026-02-21 | Handle FFmpeg content with only subtitles enabled better. | Carl Hetherington | |
| Previously if some FFmpeg content was set to use only its subtitles, and the first subtitle was 1 minute in to the content, the content would be selected for pass() until its first minute had been scanned. This could be slow, and incorrect as on the way to this 1 minute we want to look at other content. Here we store the PTS of dropped packets to use as a fallback position when there is no video or audio enabled. | |||
| 2026-02-21 | Prevent attempts to seek beyond the film's length... | Carl Hetherington | |
| ...as they cause problems. | |||
| 2026-02-21 | Cope with audio handling when no audio streams push. | Carl Hetherington | |
| This can happen when no audio is currently being offered. | |||
| 2026-02-21 | Delete temporary file after using it. | Carl Hetherington | |
| We push the J2K frame to disk when the memory buffer is too full, so I think we should delete it after we pick it back up. | |||
| 2026-02-21 | Stop some "old metadata" fixes when using development versions. | Carl Hetherington | |
| 2026-02-21 | Add Film::last_written_by_git(). | Carl Hetherington | |
| 2026-02-21 | Fix incorrect format placeholder. | Carl Hetherington | |
| 2026-02-16 | Add missing GPL boilerplate. | Carl Hetherington | |
| 2026-02-15 | Add stub ja_JP translation. | Carl Hetherington | |
| 2026-02-11 | Allow adding multiple DCPs to the verifier in one go, and remember the last ↵ | Carl Hetherington | |
| location. | |||
| 2026-02-09 | Fix build on Linux. | Carl Hetherington | |
| 2026-02-09 | Copy some more metadata from DCP into the film when requested. | Carl Hetherington | |
| 2026-02-09 | Fix build on macOS and Windows. | Carl Hetherington | |
| 2026-02-08 | Fix a few unwrapped boost::filesystem calls that had crept in. | Carl Hetherington | |
| 2026-02-08 | Don't respect template maximum video rate if the configured maximum is lower. | Carl Hetherington | |
| Otherwise the GUI shows the lower rate but the Film contains the higher one. Since the recent change to stop the maximum bit rates being set below the standard maximum this should only happen if the user has configured a non-standard rate and then made a template with a yet higher rate. | |||
| 2026-02-08 | Stop reading default video bit rate values from config.xml | Carl Hetherington | |
| We haven't written them back in a long time, and they will only take effect for those updating from a very old version (and then, only until the config is re-saved without the tags). | |||
| 2026-02-07 | Add missing word in explanation. | Carl Hetherington | |
| 2026-02-02 | Stop doing some more stuff during content drags in the timeline. | Carl Hetherington | |
| 2026-02-02 | Remember where the last editor DCP was opened from. | Carl Hetherington | |
| 2026-01-25 | Fix incorrect calculation of DCP time from Atmos content time for the 2nd ↵ | Carl Hetherington | |
| and subsequent reels. This would cause only the 1st reel of atmos content to make it into the DCP. | |||
| 2026-01-11 | Add ko_KR translation stub. | Carl Hetherington | |
| 2026-01-09 | Don't keep a shared_ptr to the Job for the whole of the ::go() method. | Carl Hetherington | |
| This fixes a number of weird segfaults/crashes in tests that I didn't get to the bottom of. | |||
| 2026-01-06 | Updated nl_NL translation from Rob van Nieuwkerk. | Carl Hetherington | |
| 2026-01-05 | Fix valgrind support. | Carl Hetherington | |
| 2026-01-05 | White space: image.{cc,h} | Carl Hetherington | |
| 2026-01-05 | pot/merge. | Carl Hetherington | |
| 2026-01-05 | Fix some untranslatable strings, spotted by Rob van Nieuwkerk. | Carl Hetherington | |
