summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2022-03-09Add some more logging to the DCP examiner.Carl Hetherington
2022-03-09Add --kdm option to dcpomatic_createCarl Hetherington
2022-03-09Improve error handling in CLI client slightly.Carl Hetherington
2022-03-09Cleanup: use some better variable names.Carl Hetherington
2022-03-09Basic CLI support for export.Carl Hetherington
2022-03-09Add option to use (or not) ISDCF names by default.Carl Hetherington
2022-03-09Remove unused file_dialog_wrapper.hCarl Hetherington
2022-03-09Add option to export config as a .zip (#1776).Carl Hetherington
2022-03-09Switch a list for vector.Carl Hetherington
2022-03-09Use checkboxes to decide which screens KDMs will be made for (#1895).Carl Hetherington
2022-03-09Display the filename / URL that a screen certificate was obtained from (#1894).Carl Hetherington
2022-03-09C++11 and general tidying.Carl Hetherington
2022-03-09Supporters update.v2.16.5Carl Hetherington
2022-03-09Fix home_directory() with non-US-English pathnames on Windows (#2203).Carl Hetherington
2022-03-08Cleanup: remove some unused usings.Carl Hetherington
2022-03-08Only look in the filename (not the whole path) when guessing channels for ↵Carl Hetherington
sound files (#2204).
2022-03-02Remove non-existant option from create help.Carl Hetherington
2022-02-25Supporters update.Carl Hetherington
2022-02-25Fix Windows debug build.Carl Hetherington
2022-02-25Add -x32/-x64 suffix to boost libraries when building for Windows.Carl Hetherington
2022-02-25Avoid boost::bind()ing a shared_ptr.Carl Hetherington
2022-02-25Fix some dubious thread/locking behaviour.Carl Hetherington
Previously we had server_found(), which took the lock and found a server, which it returned as an iterator into the list. However, it then released the lock, which I think left the iterator unprotected. This wasn't done in response to any particular bug, I just noticed it on the way past.
2022-02-25Updated pl_PL translation from Michał TomaszewskiCarl Hetherington
2022-02-20Supporters update.v2.16.3Carl Hetherington
2022-02-20Supporters update.Carl Hetherington
2022-02-20Supporters update.Carl Hetherington
2022-02-18Supporters update.v2.16.2Carl 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-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-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