summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-04-09Fix subtitle font handling with in-memory fonts from SMPTE (#2509).v2.16.52Carl Hetherington
Previously we would fail to make a font available if it came from a SMPTE MXF. In that case we have a memory buffer containing the TTF/OTF file but no file; here we add a hack/workaround so that in-memory font files can be used by FontConfig.
2023-04-09Fix ffmpeg revision that was set wrong in b6deee98.Carl Hetherington
2023-04-09Fix ffmpeg git repo name.Carl Hetherington
2023-04-09Support loading of certificate chains for trusted devices.Carl Hetherington
2023-04-08Improve thumbprint dialog; disallow thumbprint editing and make OK only ↵Carl Hetherington
sensitive when a certificate is there.
2023-04-08Bump ffmpeg for cherry-pick to fix #2508.Carl Hetherington
2023-04-06Write MainSoundConfiguration tags with hyphens for unused channels (#2501).Carl Hetherington
2023-04-05Don't add fonts to SMPTE closed caption MXFs (#2505).Carl Hetherington
2023-04-05Fix scrollbars when using zoom in the timeline.Carl Hetherington
2023-04-05Remove incorrect GC translation.Carl Hetherington
This appears not to be necessary, and if present it messes up the scrollbars so that scrolling fully right shows a big empty space at the end of the timeline items.
2023-04-05More zh_CN translation fixes from Danbo Song.Carl Hetherington
2023-04-02Updated nl_NL translation from Rob van Nieuwkerk.Carl Hetherington
2023-03-30Supporters update.v2.16.51Carl Hetherington
2023-03-30Use CURLOPT_NOSIGNAL to fix crashes on update check (#2495).Carl Hetherington
Without this, it's possible to come back from curl_easy_perform in a different thread to the one that it was called from (in the case of an error). As I understand it, this happens because a signal handler is called (from a different thread) and CURLOPT_NOSIGNAL stops this from happening.
2023-03-30Add + and - as zoom shortcuts in the timeline.Carl Hetherington
2023-03-29Add some more test cleanups.Carl Hetherington
2023-03-29Add create support for some more audio channels.Carl Hetherington
2023-03-29Write the correct MCA subdescriptors depending on active channels.Carl Hetherington
2023-03-29Fix dependence of test on a particular j2c path.Carl Hetherington
2023-03-29Stop running ./check_sums now we're using git annex.Carl Hetherington
2023-03-29Always make 16-channel MXFs.Carl Hetherington
2023-03-29Cleanup: simplify test.Carl Hetherington
2023-03-29More zh_CN translation fixes from Danbo Song.Carl Hetherington
2023-03-29pot/merge.Carl Hetherington
2023-03-29Just call it the Combiner not the DCP Combiner.Carl Hetherington
2023-03-29String fix.Carl Hetherington
2023-03-29Add missing tools to the i18n list.Carl Hetherington
2023-03-29Some zh_CN translation fixes from Danbo Song.Carl Hetherington
2023-03-29pot/merge.Carl Hetherington
2023-03-29Fix some translator comments.Carl Hetherington
2023-03-29Fix marker to use for gettext comments; they just need TRANSLATORS: in front ↵Carl Hetherington
of them now.
2023-03-28Fix strange behaviour of player export frame dialog (#2493).2493-player-export-frameCarl Hetherington
2023-03-27zh_CN translation fixes from Danbo Song.Carl Hetherington
2023-03-27pot/merge.Carl Hetherington
2023-03-27Fix markup in fr_FR translation causing missing text in disk writer (#2492).v2.16.50Carl Hetherington
2023-03-25Supporters update.Carl Hetherington
2023-03-25Prepare for Ubuntu 23.04.Carl Hetherington
2023-03-23Cleanup: make things a little clearer.v2.16.49Carl Hetherington
2023-03-23Fix crashes when using templates in some cases (#2491).Carl Hetherington
If a template had content with N audio channels there would be various problems if content with <N channels was subsequently added.
2023-03-23Add AudioMapping::take_from().Carl Hetherington
2023-03-23Cleanup: don't need to store _{input,output}_channels.Carl Hetherington
2023-03-22Don't crash immediately if there's no private data.Carl Hetherington
2023-03-21Bump private git sha.v2.16.48Carl Hetherington
2023-03-19Add assert.Carl Hetherington
2023-03-18Bump private test git for use of git-annex.Carl Hetherington
2023-03-16Allow re-start of cancelled subtitle analysis jobs.Carl Hetherington
2023-03-16Make it quicker to cancel an analyse subtitle job (#2486).Carl Hetherington
2023-03-16Don't show an error when cancelling subtitle analysis.Carl Hetherington
2023-03-16Cleanup: move variable assignment that happens in every branch.Carl Hetherington
2023-03-16Emit the state of the job with the Finished signals.Carl Hetherington