summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2026-02-25Add MCA subdescriptor for FSK sync.Carl Hetherington
2026-02-25Add FSKSync it to the MainSoundConfiguration.Carl Hetherington
2026-02-24Updated ja_JP translation from 林雅成.Carl Hetherington
2026-02-24Add translation to ja_JP from Masanari Hayashi (林雅成).Carl Hetherington
2026-02-23Fix broken (massively too big) 20 DCP nag on Fedora (and maybe others).Carl Hetherington
2026-02-21Supporters update.Carl Hetherington
2026-02-21Handle 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-21Prevent attempts to seek beyond the film's length...Carl Hetherington
...as they cause problems.
2026-02-21Cope with audio handling when no audio streams push.Carl Hetherington
This can happen when no audio is currently being offered.
2026-02-21Always 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-21Stop 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-21Delete 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-21Fix non-shifted scrollwheel on the timeline.Carl Hetherington
It should scroll up and down, and now it does.
2026-02-21Stop some "old metadata" fixes when using development versions.Carl Hetherington
2026-02-21Add Film::last_written_by_git().Carl Hetherington
2026-02-21Fix incorrect format placeholder.Carl Hetherington
2026-02-16Add missing GPL boilerplate.Carl Hetherington
2026-02-15Add stub ja_JP translation.Carl Hetherington
2026-02-15Expand 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-15Don't desensitize standards dropdown when only SMPTE is available but we ↵Carl Hetherington
have Bv2.0 as an option.
2026-02-14Add a menu option to open the user manual in a web browser.Carl Hetherington
2026-02-13Fix old macOS build again.v2.18.37Carl Hetherington
2026-02-13Fix old macOS build.Carl Hetherington
2026-02-13Supporters update.Carl Hetherington
2026-02-11Fix build error on Ubuntu 16.04.Carl Hetherington
2026-02-11Allow adding multiple DCPs to the verifier in one go, and remember the last ↵Carl Hetherington
location.
2026-02-11Support wxDD_MULTIPLE in DirDialog.Carl Hetherington
2026-02-10Fix subtitle area rectangle with offset (#3138).Carl Hetherington
2026-02-10Improve vertical position of link buttons with GTK3.Carl Hetherington
2026-02-10Add link button for subtitle scale.Carl Hetherington
2026-02-10Extract weird link button size logic to wx_util.{cc,h}.Carl Hetherington
2026-02-09Fix build on Linux.Carl Hetherington
2026-02-09Copy some more metadata from DCP into the film when requested.Carl Hetherington
2026-02-09Fix build on macOS and Windows.Carl Hetherington
2026-02-09Supporters update.Carl Hetherington
2026-02-08Fix a few unwrapped boost::filesystem calls that had crept in.Carl Hetherington
2026-02-08Don'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-08Stop reading default video bit rate values from config.xmlCarl 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-08Don't allow the maximum bit rates to be set below the "standard" maximum.Carl Hetherington
This option is meant to be for making non-standard DCPs, not setting a maximum for any other reason.
2026-02-07Add missing word in explanation.Carl Hetherington
2026-02-02Stop doing some more stuff during content drags in the timeline.Carl Hetherington
2026-02-02Don't draw the playhead so often.Carl Hetherington
2026-02-02Remember where the last editor DCP was opened from.Carl Hetherington
2026-01-26Supporters update.v2.18.36Carl Hetherington
2026-01-25Fix 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-15Remove confusing ellipsis (there is no further dialog on choosing a menu ↵Carl Hetherington
option here).
2026-01-15Fix Lightbenders name.Carl Hetherington
2026-01-14Supporters update.Carl Hetherington
2026-01-13Add context menu option to verify DCPs from the main DoM (#2054).Carl Hetherington
2026-01-13Rename n -> ffmpeg_count and use count_if().Carl Hetherington