summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-02-18Regrettably revert the optimisation preventing lots of pointless Linux builds.fix-testsCarl Hetherington
This was changed in 17e4118de4614ef0358bdcf4d7715f1a7c85d67e to not (pointlessly) build DoM when the packaging step would do it again. This, of course, breaks tests on Linux. There seems to be a few ways round this but nothing neat and simple enough to do at this point.
2022-02-18Supporters update.v2.16.2Carl Hetherington
2022-02-17Fix debian unstable package.Carl Hetherington
2022-02-17Fix appimage build.Carl Hetherington
2022-02-17Inhibit dbgsym package creation in non-debug mode.Carl Hetherington
2022-02-17Remove unnecessary build when packaging for Linux.Carl Hetherington
2022-02-17Remove old dependencies.Carl Hetherington
2022-02-17Build with an ffmpeg that includes libdav1d.Carl Hetherington
2022-02-17Add an assert.Carl Hetherington
2022-02-17Try to handle EAGAIN from avcodec_send_packet() properly.Carl Hetherington
The docs say on EAGAIN we should call avcodec_receive_frame() and then re-send the same packet again. This should do that. This is a fix for errors trigged by the accompanying test.
2022-02-17Keep Waker around for longer so it works better (#2184).Carl Hetherington
2022-02-14Head off some cert validity warnings.v2.16.1Carl Hetherington
2022-02-14Update test signer chain again.Carl Hetherington
2022-02-14Fix hints tests by changing the test signer chain for one that is only valid ↵Carl Hetherington
for 10 years.
2022-02-14Add a hint about certificate validity, moving some things aroundCarl Hetherington
so that it's easier for the user to re-make the certificates if they need to.
2022-02-14Add hint about excessive certificate validity.Carl Hetherington
2022-02-14Extract check_certificates() method.Carl Hetherington
2022-02-14Add re-make signing certificates button to the main config page.Carl Hetherington
2022-02-14Move some logic from the caller into MakeChainDialog.Carl Hetherington
2022-02-14No-op: tidying.Carl Hetherington
2022-02-14Supporters update.Carl Hetherington
2022-02-13Relax error handling when examining FFmpeg files (#2187).Carl Hetherington
2022-02-13Fix test refs right this time (using v2.16.x branch).Carl Hetherington
2022-02-13Missing ConfigRestorer in test.Carl Hetherington
2022-02-13Update test refs for nag change.Carl Hetherington
2022-02-12Rename NAG_BAD_SIGNER_CHAIN -> NAG_BAD_SIGNER_CHAIN_UTF8.Carl Hetherington
2022-02-12Warn if the signing certificates have a validity period > 10 years (#2174).Carl Hetherington
2022-02-12Go back to 10-year certificate validity periods (#2174).Carl Hetherington
2022-02-11Allow a little more space in small_button_size for the ru_RU translation.Carl Hetherington
2022-02-11Updated ru_RU translation from Mikhail Epshteyn.Carl Hetherington
2022-02-11Updated ru_RU translation from Mikhail Epshteyn.Carl Hetherington
2022-02-10Don't give up on backups if config.xml isn't there (#2185).Carl Hetherington
Even if it isn't, we still want to try to back up other stuff. Previously if copying config.xml threw an exception we'd just give up.
2022-02-10Hopefully fix some bad placeholders in ru_RU.Carl Hetherington
2022-02-10Use Russian name Михаил Эпштейн for Mikhail Epshteyn.Carl Hetherington
2022-02-10Fix an incorrect placeholder.Carl Hetherington
2022-02-10Remove some fuzzy markers from the ru_RU translation, which I think should ↵Carl Hetherington
not be there.
2022-02-10Fix duplicated translation.Carl Hetherington
2022-02-10Updated ru_RU translation from Mikhail Epshteyn.Carl Hetherington
2022-02-10Fix typo instrinsic -> intrinsic (thanks Mikhail Epshteyn)Carl Hetherington
2022-02-07Use different names for the 10.6 (thin) and 10.9 (universal) DMG files.Carl Hetherington
2022-02-07Updated ru_RU translation from Mikhail Epshteyn.Carl Hetherington
2022-02-02Fix another misunderstanding with macOS drive discovery.v2.16.0Carl Hetherington
2022-02-02Supporters update.Carl Hetherington
2022-01-24Slightly hacky fix for -114 errors during 3D encodes (#2173).v2.15.188Carl Hetherington
It still feels like I'm missing some large and beautiful trick with gathering all the gap-filling code into one place, but such a trick still eludes me.
2022-01-24Rename _last_video* to _next_video* as it seems to make more sense that way.Carl Hetherington
2022-01-21Updated nl_NL translation from Rob van Nieuwkerk.Carl Hetherington
2022-01-20pot/merge.v2.15.187Carl Hetherington
2022-01-19Mageia requires libcap-utils for setcap during installation (#2169).Carl Hetherington
2022-01-19Add uid/euid to macOS debug message.Carl Hetherington
2022-01-19Adjust how macOS drives are analysed and add a couple of tests.Carl Hetherington