summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-04-18Missed update to private test repo version.v2.16.80Carl Hetherington
2024-04-18Add missing GUI-side verification note descriptions.Carl Hetherington
2024-04-17Supporters update.Carl Hetherington
2024-04-17Bump libdcp for more relaxed CPL parsing (#2797).Carl Hetherington
2024-04-15Don't use --target-macos-arm64 any more, since it's not supported.Carl Hetherington
2024-04-01Fix hanging/overlapping dvb subtitles (#2792).Carl Hetherington
This reverts a change made in 8ca6fd6d97e6d42492afddb655fa85130946853c "Fix doubled subtitles if subtitle stop times are specified." That change breaks the case where a subtitle _does_ have a stop time, but it's wrong (30s from the start time) and we want the next subtitle to clear the previous one. I can't now see how reverting this could cause doubled subtitles, so maybe that problem wlil come back. At least now there's a test for #2792.
2024-03-29Fix crash introduced in previous commit.Carl Hetherington
2024-03-29Fix lack of video rotation in some cases (#2971).Carl Hetherington
Setting the optional to 0 here means we never even looked at the packet side data. This seems to be more of a problem with the v2.17.x branch for some reason.
2024-03-29Fix video scaling when the video needs rotation (#2791).Carl Hetherington
2024-03-29Add VideoContent::rotate_size().Carl Hetherington
2024-03-25Hack to local build script to use environment if ~/build if present.Carl Hetherington
2024-03-23Fix detection of SSE, removing unnecessary --target-macos-arm64.Carl Hetherington
2024-03-20Tidy up and fix assertion failure when selecting a CPL from the menu.v2.16.79Carl Hetherington
2024-03-20Fix failing tests.Carl Hetherington
Broken in the fix for #2780, when we started to check that referenced audio MXFs have the correct number of channels.
2024-03-19The private test repo got some v2.18.x updates.Carl Hetherington
2024-03-19Bump libdcp for SMPTE timecode parsing fix and better handling of unexpected ↵Carl Hetherington
verify errors.
2024-03-18Improve formatting of FAILED_READ errors.Carl Hetherington
2024-03-18Log job errors as errors during verify.Carl Hetherington
2024-03-17Supporters update.Carl Hetherington
2024-03-16Add dark-mode link icon.Carl Hetherington
2024-03-16Fix link icon width on macOS.Carl Hetherington
2024-03-15Remove some more unnecessary copying for macOS command line.Carl Hetherington
2024-03-15Get prefs icons from the source tree on when starting from the macOS console.Carl Hetherington
2024-03-15Replace use of sprintf with snprintf.Carl Hetherington
2024-03-15A couple of macOS development notes.Carl Hetherington
2024-03-07Fix screen name order in KDM emails.Carl Hetherington
2024-03-07Use dcp_name (probably ISDCF name) for CPL_NAME in KDM emails (#2787).Carl Hetherington
2024-03-07Store attachment contents in the Email object.Carl Hetherington
2024-03-07Rename Emailer -> Email.Carl Hetherington
2024-03-04Add a couple more Dolby certificate location / filename pairs.Carl Hetherington
2024-03-01Build for Ubuntu 24.04.Carl Hetherington
2024-02-27Add Shift+scrollwheel to move left/right in the timeline.Carl Hetherington
2024-02-27Add Ctrl+scrollwheel zoom to the timeline (#2781).Carl Hetherington
2024-02-26Disallow referring to OV audio unless channel counts match (#2780).Carl Hetherington
2024-02-21Make DCPExaminer::size() optional and deal with the consequences.v2.16.78Carl Hetherington
This means we can fix the case of a VF having no known size in a nice way, in turn fixing problems caused by the fix to #2775.
2024-02-21Fix failure to examine non-flat-ratio VFs (#2775).Carl Hetherington
2024-02-20Fix build on Centos 7.Carl Hetherington
2024-02-19Supporters update.v2.16.77Carl Hetherington
2024-02-19Supporters update.Carl Hetherington
2024-02-19Fix various preview errors on high-DPI screens (#2774).Carl Hetherington
The logical scale was previously not taken into account so the outline rectangle was wrong and the padding was usually missing.
2024-02-19Cleanup: use a dcp::Size instead of a wxSize.Carl Hetherington
2024-02-18Fix note about branch handling.Carl Hetherington
2024-02-18Add film duration to --dump output (#1702).Carl Hetherington
2024-02-18Avoid quotation marks around dumped paths.Carl Hetherington
2024-02-17Add option to load prefs from ZIP (#2771).Carl Hetherington
2024-02-17Use FileDialog for saving preferences ZIPs.Carl Hetherington
2024-02-17Cleanup: 0 -> nullptr.Carl Hetherington
2024-02-16Return empty optional rather than asserting.Carl Hetherington
2024-02-16Cleanup: add missing explicit.Carl Hetherington
2024-02-16Add Unzipper.Carl Hetherington