| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-03-12 | White space: content_advanced_dialog.{cc,h} table_dialog.{cc,h} | Carl Hetherington | |
| 2026-03-12 | Supporters update. | Carl Hetherington | |
| 2026-03-12 | Put a scrollbar into the content properties dialogue (#3143). | 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 | Fix Set button on override frame rate to do what it was meant to. | Carl Hetherington | |
| Before this, the entered video frame rate would be taken no matter if Set was clicked or not. | |||
| 2026-03-12 | Don't offer auto-crop on content with no video. | Carl Hetherington | |
| 2026-03-12 | Use index rather than .front() now that we can. | 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-12 | Cleanup: compress an if. | Carl Hetherington | |
| 2026-03-11 | Add ko_KR translator credit. | Carl Hetherington | |
| 2026-03-10 | ko_KR translation from Sean. | Carl Hetherington | |
| 2026-03-10 | Fix updating of crop guess rectangle from the auto-crop dialog. | Carl Hetherington | |
| Before the change in the dialog would raise an ImageChanged which would reset the crop again, making it unchangeable. | |||
| 2026-03-10 | Compress an if. | Carl Hetherington | |
| 2026-03-10 | Use a more generic way to request things. | Carl Hetherington | |
| 2026-03-10 | White space: simple_video_view.{cc,h} | Carl Hetherington | |
| 2026-03-10 | Add a set of missing update() calls. | Carl Hetherington | |
| 2026-03-10 | Rename one_shot stuff to better reflect what it actually does. | Carl Hetherington | |
| 2026-03-10 | Add a comment. | 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-03-01 | Updated ja_JP translation from 林雅成. | Carl Hetherington | |
| 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 | Supporters update. | 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 | Always resize timeline content when changing the window size. | Carl Hetherington | |
| This is probably still quite annoying, as you can zoom to a particular place, change the window size, and your zoom is gone. But I think it's still preferably to the previous. | |||
| 2026-02-21 | Stop selecting content in the main window when clicking on the timeline. | Carl Hetherington | |
| This seems not very useful, but mostly it looks horrible on Linux with the main and timeline windows fighting over which has the focus. | |||
| 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 | Fix non-shifted scrollwheel on the timeline. | Carl Hetherington | |
| It should scroll up and down, and now it does. | |||
| 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-15 | Expand channels so it's always big enough... | Carl Hetherington | |
| ...even if we start out with only 14/16 and then later start showing the longer labels. | |||
| 2026-02-15 | Don't desensitize standards dropdown when only SMPTE is available but we ↵ | Carl Hetherington | |
| have Bv2.0 as an option. | |||
| 2026-02-14 | Add a menu option to open the user manual in a web browser. | Carl Hetherington | |
| 2026-02-13 | Fix old macOS build again.v2.18.37 | Carl Hetherington | |
| 2026-02-13 | Fix old macOS build. | Carl Hetherington | |
| 2026-02-13 | Supporters update. | Carl Hetherington | |
| 2026-02-11 | Fix build error on Ubuntu 16.04. | Carl Hetherington | |
| 2026-02-11 | Allow adding multiple DCPs to the verifier in one go, and remember the last ↵ | Carl Hetherington | |
| location. | |||
