| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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-07 | Fix missing type specifiers for macOS build. | Carl Hetherington | |
| 2022-02-02 | Fix another misunderstanding with macOS drive discovery. | Carl Hetherington | |
| 2022-01-25 | Add fade in/out option to the content audio tab (#1026). | Carl Hetherington | |
| 2022-01-24 | Slightly hacky fix for -114 errors during 3D encodes (#2173). | 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-22 | Display the filename / URL that a screen certificate was obtained from (#1894). | Carl Hetherington | |
| 2022-01-21 | pot/merge. | Carl Hetherington | |
| 2022-01-19 | Adjust how macOS drives are analysed and add a couple of tests. | Carl Hetherington | |
| 2022-01-17 | More build fixes. | Carl Hetherington | |
| 2022-01-17 | Update test references for auto crop. | Carl Hetherington | |
| 2022-01-16 | Add --twok option to dcpomatic2_create. | Carl Hetherington | |
| 2022-01-16 | Fix some crashes in tests. | Carl Hetherington | |
| 2022-01-15 | Add guess_crop(). | Carl Hetherington | |
| 2022-01-11 | Fix failure to decode multiple video frames from one packet (#2159). | Carl Hetherington | |
| 2022-01-10 | Fix crashes when using kdm_cli with a certificate instead of a cinema. | Carl Hetherington | |
| 2022-01-10 | Fix tests broken in 89d4090c | Carl Hetherington | |
| 2022-01-09 | Speed up hints tests by not running a pointless audio analysis. | Carl Hetherington | |
| 2022-01-09 | Tidying. | Carl Hetherington | |
| 2022-01-04 | Fix creation of dcpdig files in projects that make VFs (#2109). | Carl Hetherington | |
| Previously we would always get keys from the project which was wrong with assets that already have their own key. | |||
| 2021-12-29 | Support DCP digest files (#2109). | Carl Hetherington | |
| 2021-12-25 | Extract and improve code to find missing files (#1940). | 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. | |||
| 2021-12-23 | Fix mistake in a7f61a15 causing bad_alloc exceptions during tests. | Carl Hetherington | |
| 2021-12-23 | Fix deadlock in test, caused by setting jobs to finished before they have ↵ | Carl Hetherington | |
| been started. | |||
| 2021-12-23 | Fix a load of stuff that wasn't being freed on close. | Carl Hetherington | |
| Nothing really that important, but it cleans up the valgrind leak check reports. | |||
| 2021-12-23 | Add image_as_jpeg() | Carl Hetherington | |
| 2021-12-23 | Move Image::as_png() out to image_as_png(). | Carl Hetherington | |
| 2021-12-23 | Remove unnecessary method. | Carl Hetherington | |
| 2021-12-21 | Fix trimming of ATMOS MXFs. | Carl Hetherington | |
| 2021-12-18 | Cleanup: remove unnecessary parameter to PlayerVideo::force(). | Carl Hetherington | |
| 2021-12-18 | Move make_dcp() out of Film (#2132). | Carl Hetherington | |
| 2021-12-06 | Set up {m,c,a}times on copied files (#2145). | Carl Hetherington | |
| 2021-11-29 | Add --gain option to dcpomatic_create. | Carl Hetherington | |
| 2021-11-29 | Add --channel option to dcpomatic_create. | Carl Hetherington | |
| 2021-11-28 | Rearrange checking (and re-examining) content. | Carl Hetherington | |
| Most importantly, checking of content for changes before making a DCP is now done in the TranscodeJob (rather than being in a separate job). This makes things a little neater and also makes the batch converter less confusing when you add a job whose content has changed. | |||
| 2021-11-28 | Simplify and fix job scheduler, especially with respect to the priority system. | Carl Hetherington | |
| 2021-11-22 | Don't import luminance of 0 from 2.14.x metadata files (part of #2130). | Carl Hetherington | |
| 2021-11-05 | C++11 tidying. | Carl Hetherington | |
| 2021-11-03 | Stop some tests from writing things to test/data. | Carl Hetherington | |
| 2021-11-03 | Run one test with fewer cores to stop it running out of memory on a 16-core ↵ | Carl Hetherington | |
| 16Gb machine. | |||
| 2021-11-03 | Add ConfigRestorer and use it instead of setup_test_config() directly. | Carl Hetherington | |
| 2021-11-02 | Add failing test. | Carl Hetherington | |
| 2021-11-01 | Tidying. | Carl Hetherington | |
| 2021-10-27 | Add a new test for subtitle timing when changing frame rate. | Carl Hetherington | |
| 2021-10-27 | C++11 tidying. | Carl Hetherington | |
| 2021-10-17 | Basic and slightly inaccurate support for <Space> in subtitles (#2103). | Carl Hetherington | |
| Adding horizontal space to a Pango layout is hard, and I think this change probably gets it slightly wrong, but it's a step in the right direction. | |||
| 2021-10-15 | Always block waiting for audio when exporting. | Carl Hetherington | |
| Otherwise if there is non available we'll insert silence and potentially push the audio out of sync (late). May help with #2098. | |||
| 2021-10-15 | Use an enum instead of a bool to specify blocking/non-blocking. | Carl Hetherington | |
| 2021-10-15 | Fix test logging setup to actually work. | Carl Hetherington | |
| 2021-10-15 | Add a failing test. | Carl Hetherington | |
