| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-02-25 | Add -x32/-x64 suffix to boost libraries when building for Windows. | Carl Hetherington | |
| 2022-02-25 | Avoid boost::bind()ing a shared_ptr. | Carl Hetherington | |
| 2022-02-25 | Fix 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-25 | Updated pl_PL translation from Michał Tomaszewski | Carl Hetherington | |
| 2022-02-17 | Add an assert. | Carl Hetherington | |
| 2022-02-17 | Try 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-17 | Keep Waker around for longer so it works better (#2184). | Carl Hetherington | |
| 2022-02-14 | Add hint about excessive certificate validity. | Carl Hetherington | |
| 2022-02-14 | Extract check_certificates() method. | Carl Hetherington | |
| 2022-02-13 | Relax error handling when examining FFmpeg files (#2187). | Carl Hetherington | |
| 2022-02-12 | Rename NAG_BAD_SIGNER_CHAIN -> NAG_BAD_SIGNER_CHAIN_UTF8. | Carl Hetherington | |
| 2022-02-12 | Warn if the signing certificates have a validity period > 10 years (#2174). | Carl Hetherington | |
| 2022-02-12 | Go back to 10-year certificate validity periods (#2174). | Carl Hetherington | |
| 2022-02-11 | Updated ru_RU translation from Mikhail Epshteyn. | Carl Hetherington | |
| 2022-02-11 | Updated ru_RU translation from Mikhail Epshteyn. | Carl Hetherington | |
| 2022-02-10 | Don'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-10 | Fix an incorrect placeholder. | Carl Hetherington | |
| 2022-02-10 | Remove some fuzzy markers from the ru_RU translation, which I think should ↵ | Carl Hetherington | |
| not be there. | |||
| 2022-02-10 | Updated ru_RU translation from Mikhail Epshteyn. | Carl Hetherington | |
| 2022-02-07 | Updated ru_RU translation from Mikhail Epshteyn. | Carl Hetherington | |
| 2022-02-02 | Fix another misunderstanding with macOS drive discovery.v2.16.0 | Carl Hetherington | |
| 2022-01-24 | Slightly hacky fix for -114 errors during 3D encodes (#2173).v2.15.188 | Carl 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-24 | Rename _last_video* to _next_video* as it seems to make more sense that way. | Carl Hetherington | |
| 2022-01-21 | Updated nl_NL translation from Rob van Nieuwkerk. | Carl Hetherington | |
| 2022-01-20 | pot/merge.v2.15.187 | Carl Hetherington | |
| 2022-01-19 | Adjust how macOS drives are analysed and add a couple of tests. | Carl Hetherington | |
| 2022-01-19 | Extract osx_disks_to_drives to cross_common for tests. | Carl Hetherington | |
| 2022-01-19 | Extract part of analyse_media_path to cross_common for tests. | Carl Hetherington | |
| 2022-01-17 | Fix build with new libdcp. | Carl Hetherington | |
| 2022-01-16 | Add some missing header includes. | Luke Granger-Brown | |
| <memory> is needed for std::*_ptr, and <algorithm> for std::transform. | |||
| 2022-01-16 | Add --twok option to dcpomatic2_create. | Carl Hetherington | |
| 2022-01-16 | Fix directory_containing_executable() in some cases (#2163). | Carl Hetherington | |
| 2022-01-11 | Fix failure to decode multiple video frames from one packet (#2159).v2.15.183 | Carl Hetherington | |
| 2022-01-11 | Cleanup: move some stuff into process_video_frame(). | Carl Hetherington | |
| 2022-01-11 | Use a separate AVFrame for each stream when decoding. | Carl Hetherington | |
| This seems to be what ffplay does and it feels like it makes sense as frames may be built from multiple packets AFAICS. | |||
| 2022-01-11 | Comment typo. | Carl Hetherington | |
| 2022-01-11 | Fix crashes when using kdm_cli with a certificate instead of a cinema. | Carl Hetherington | |
| 2022-01-11 | Allow tests to run kdm_cli(). | Carl Hetherington | |
| 2022-01-11 | Replace %c with nothing in KDM filenames if the cinema is not known. | Carl Hetherington | |
| 2022-01-11 | Improve verbose output when writing to the current directory. | Carl Hetherington | |
| 2022-01-11 | Allow control of where KDM CLI's output goes. | Carl Hetherington | |
| 2022-01-11 | Use cout for help. | Carl Hetherington | |
| 2022-01-11 | Use exceptions to handle errors in the KDM CLI. | Carl Hetherington | |
| 2022-01-11 | Move KDM CLI tool into lib/ | Carl Hetherington | |
| 2022-01-11 | Rename email() -> send_emails(). | Carl Hetherington | |
| 2022-01-11 | Speed up hints tests by not running a pointless audio analysis. | Carl Hetherington | |
| 2021-12-28 | Fix badly-formatted FPS counts (#2155). | Carl Hetherington | |
| This was introduced in a2e41d9a95b6e0000f3a54f513214130f8b6ca9f when a snprintf() was changed for a locale_convert(). | |||
| 2021-12-28 | Updated sv_SE translation from Adam Klotblixt. | Carl Hetherington | |
| 2021-12-25 | Fix missing screen name in KDM emails. | Carl Hetherington | |
| 2021-12-24 | Tidy up backing up of config files, improve the tests a little and fix it ↵ | Carl Hetherington | |
| for the case when the user has specified their own config file path. | |||
