| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-09-20 | Fix subtitle_file() to find both Interop and SMPTE subtitles. | Carl Hetherington | |
| 2022-09-17 | Allow specification of the CPL ID to use in a DCP with _create (#2302). | Carl Hetherington | |
| 2022-09-15 | Fix some spelling mistakes (mostly in comments). | Carl Hetherington | |
| 2022-09-10 | Move get_reel_assets() out of Player, as it doesn't need to be there. | Carl Hetherington | |
| 2022-09-10 | Build fixes. | Carl Hetherington | |
| 2022-09-10 | Support YUV444P10LE in make_part_black(). | Carl Hetherington | |
| 2022-09-09 | Make -S parameter to dcpomatic2_kdm_cli also filter screens (#2324). | Carl Hetherington | |
| 2022-09-09 | Extract run() method to call kdm_cli(). | Carl Hetherington | |
| 2022-09-09 | Fix missing screen description in KDM CLI if you use the parameters in the ↵ | Carl Hetherington | |
| "wrong" order. | |||
| 2022-09-05 | Let config/cinemas/dkdm_recipients take care of their own recovery. | Carl Hetherington | |
| This should mean that if one fails to load, but the others are OK, we don't re-write everything. I hope this has no bad side-effects that I didn't think of. It's particularly helpful in the case of #2319 where a failure to load cinemas.xml (which was being created by another tool) caused the config to be re-written, breaking all existing DKDMs. | |||
| 2022-09-04 | Add failing test. | Carl Hetherington | |
| 2022-09-03 | Remove - and + from ratings before using them in a DCNC name. | Carl Hetherington | |
| I can't find any documentation about what we should do here, but at least this rule fits what https://registry-page.isdcf.com/ratings/ does. | |||
| 2022-08-29 | Fix and test release notes.v2.16.22 | Carl Hetherington | |
| 2022-08-12 | Add a test for video YUV -> full RGB level conversion. | Carl Hetherington | |
| 2022-08-11 | Allow cancellation of un-started jobs (#2777). | Carl Hetherington | |
| 2022-08-11 | Lower some error thresholds now that check_image() actually works in these ↵ | Carl Hetherington | |
| cases. | |||
| 2022-08-11 | Fix broken writing of 16-bit images (the pixels must be written MSB-first). | Carl Hetherington | |
| 2022-08-11 | Cleanup: remove duplicated code. | Carl Hetherington | |
| 2022-08-09 | Fix lines down the right-hand-side of exports in some cases. | Carl Hetherington | |
| 2022-07-20 | Handle vertical alignment of subs correctly wrt the difference between ↵ | Carl Hetherington | |
| Interop and SMPTE. | |||
| 2022-07-20 | Add useful debugging test which might be tricky to use properly because of ↵ | Carl Hetherington | |
| rendering differences. | |||
| 2022-07-20 | Tidy up some test names and remove pointless comments. | Carl Hetherington | |
| 2022-07-20 | Allow multiple DCPs to be written to a disk (#1756). | Carl Hetherington | |
| 2022-07-17 | Fix a couple of reserve()s that should be resize() (#2285). | Carl Hetherington | |
| 2022-07-11 | Fix font_id errors with files decoded by FFmpeg which have subtitles. | Carl Hetherington | |
| I'm not sure if this goes far enough - it seems impossible to find all the font IDs used in a FFmpeg file without scanning it. I don't know if (for example) SSA-format font IDs make it through to DoM when decoded by FFmpeg. | |||
| 2022-07-11 | Use a vector rather than a list when returning from content_factory(). | Carl Hetherington | |
| 2022-07-11 | Fix font handling for DCP subtitles. | Carl Hetherington | |
| 2022-07-01 | Advanced option to allow mapping to any audio channel (#2279). | Carl Hetherington | |
| 2022-06-21 | Re-fix test references. Not sure what happened there.v2.16.15 | Carl Hetherington | |
| 2022-06-21 | Use empty files where possible to speed things up a lot. | Carl Hetherington | |
| 2022-06-21 | Adjust disk/partition sizes to trigger another bug. | Carl Hetherington | |
| 2022-06-21 | 0 -> nullptr cleanup. | Carl Hetherington | |
| 2022-06-21 | Do cleanup of a test more nicely. | Carl Hetherington | |
| 2022-06-21 | Fill test disk partitions with random noise to expose more bugs. | Carl Hetherington | |
| Without this, #2274 was not exposed by the test. | |||
| 2022-06-21 | Use boost::random for make_random_file to make it repeatable across platforms. | Carl Hetherington | |
| 2022-06-21 | Fix test references for addition of new prores export format. | Carl Hetherington | |
| 2022-06-20 | Fix test references for libdcp commit 6c5328f07362510a41c8518ced62d74b2eff25cc | Carl Hetherington | |
| 2022-06-20 | Remove some debug output. | Carl Hetherington | |
| 2022-06-18 | Add a test doing a more substantial copy. | Carl Hetherington | |
| 2022-06-12 | Add Prores 4444 support (#2263). | Carl Hetherington | |
| 2022-06-12 | Rename PRORES -> PRORES_HQ | Carl Hetherington | |
| 2022-06-12 | Set up TextDecoder position based on the time that the next thing willv2.16.14 | Carl Hetherington | |
| be emitted, instead of the time that the last thing was (#2268). This is to avoid problems with the example shown in the test, where just because a subtitle in source A comes before a subtitle in source B, source A is pass()ed next and may then emit a subtitle which should be after the next one in B. | |||
| 2022-06-12 | Believed fix for error when calculating the position in the output DCP of a ↵ | Carl Hetherington | |
| referenced asset. | |||
| 2022-06-10 | Fix hints test after subtitle font changes. | Carl Hetherington | |
| 2022-06-10 | Fix problems when loading old projects with the new subtitle font code (#2271). | Carl Hetherington | |
| 2022-06-10 | Rename CheckContentChangeJob -> CheckContentJob. | Carl Hetherington | |
| 2022-06-10 | Fix incorrect burnt-in subtitle colours when burning into a DCP source (#2261). | Carl Hetherington | |
| dcp::combined_rgb_to_xyz was changed in libdcp (the values are no longer scaled by 65535) but DoM wasn't changed, and there was no test to catch it. | |||
| 2022-06-07 | Remove some cout and tidy up slightly. | Carl Hetherington | |
| 2022-06-07 | Throw exceptions when Hints thread fails in tests. | Carl Hetherington | |
| 2022-06-07 | Tidying. | Carl Hetherington | |
