| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-10-28 | Add some const& to uses of auto. | Carl Hetherington | |
| 2023-10-28 | Fix some possible overflows. | Carl Hetherington | |
| 2023-10-28 | Fix a bizarre thinko / typo of "false" for false. | Carl Hetherington | |
| 2023-10-28 | Make sure a dynamic_pointer_cast worked. | Carl Hetherington | |
| 2023-10-28 | Check some unsanitized network inputs before allocating memory using them. | Carl Hetherington | |
| 2023-10-28 | Fix theoretical int overflow. | Carl Hetherington | |
| 2023-10-28 | Add some missing locks. | Carl Hetherington | |
| 2023-10-28 | Cleanup: whitespace. | Carl Hetherington | |
| 2023-10-28 | Fix thinko when trying to keep channel counts even. | Carl Hetherington | |
| 2023-10-28 | Fix possible deference of invalid iterator (if _reel == _reels.end()). | Carl Hetherington | |
| 2023-10-28 | Fix possible dereference of invalid iterator (if have_pushed is empty). | Carl Hetherington | |
| 2023-10-28 | Tolerate DCPs with no video and/or audio. | Carl Hetherington | |
| 2023-10-28 | Use updated libdcp, including an optimisation for rgb-onto-xyz12. | Carl Hetherington | |
| 2023-10-19 | Fix transcode job fps logging. | Carl Hetherington | |
| Broken in d3455851f60ee6bc35ea4f314c62a7da51ce0d81 | |||
| 2023-10-18 | Add button to show only checked screens in the KDM creator (#2624). | Carl Hetherington | |
| 2023-10-18 | Fix crash when removing multiple cinemas caused by _selected_cinemas being ↵ | Carl Hetherington | |
| changed as we read it (#2632). | |||
| 2023-10-17 | Make sure 2-channel MXFs don't get extra channel descriptors (#2631). | Carl Hetherington | |
| With all the EasyDCP tests done in bug #2487 we didn't look at stereo MXFs as it appeared fairly early on that EasyDCP would reject them all. In #2631 it's pointed out that it seems to make no sense to have descriptors for channels which aren't there. I've still got no docs for any of this, but let's try fixing that. | |||
| 2023-10-16 | Change how channels are specified for these tests. | Carl Hetherington | |
| We now have a number of channels for the MXF, and the active channels that we map in the DCP. | |||
| 2023-10-16 | Replace a slightly tortured lambda with a loop. | Carl Hetherington | |
| 2023-10-16 | Remove unused code. | Carl Hetherington | |
| 2023-10-16 | This test suddenly just started failing with | Carl Hetherington | |
| opj_int_fix_mul: Assertion `(temp >> 13) <= (OPJ_INT64)0x7FFFFFFF' failed. which is odd - why now? Anywhere here we limit the OpenJPEG image values to what I think is the "legal" range. | |||
| 2023-10-15 | Supporters update.v2.16.66 | Carl Hetherington | |
| 2023-10-15 | Supporters update. | Carl Hetherington | |
| 2023-10-15 | Fix DCP content font ID allocation to cope with DCPs that have multiple fonts | Carl Hetherington | |
| with the same name in the same reel (#2600). Previously we had this id_for_font_in_reel() which would give an ID of N_font-ID. This means we got duplicate font IDs. Here we replace that method with FontAllocator, which gives an ID of N_font-ID for the first font and M_font-ID, where M is a number higher than the highest reel index. The idea is to support the required new IDs without breaking exisiting projects. There is some documentation of how it works in doc/design/fonts | |||
| 2023-10-14 | Cleanup: assert. | Carl Hetherington | |
| 2023-10-14 | Cleanup: rename sc -> subtitle_asset | Carl Hetherington | |
| 2023-10-14 | Cleanup: assert result of get_font(). | Carl Hetherington | |
| 2023-10-12 | Bump libdcp for channel ID fix (#2629). | Carl Hetherington | |
| 2023-10-10 | Another compilation error fix for old toolchains. | Carl Hetherington | |
| 2023-10-10 | Cleanup: remove unnecessary namespace. | Carl Hetherington | |
| 2023-10-10 | Apply another fix for a weird compilation error on old compilers. | Carl Hetherington | |
| 2023-10-10 | Bump libdcp for fixes to build on Ubuntu 16.04 etc. | Carl Hetherington | |
| 2023-10-10 | Add new "copy markers from this DCP" option (#2628). | Carl Hetherington | |
| Also stop the "copy settings" options from doing this, as Carsten points out that it could be confusing and potentially very bad if you copy markers from an OV to an edited VF which then bring house lights up at the wrong time or whatever. | |||
| 2023-10-10 | Rename copy_dcp_details_to_film -> copy_dcp_settings_to_film. | Carl Hetherington | |
| 2023-10-09 | Supporters update. | Carl Hetherington | |
| 2023-10-09 | Use dcp::filesystem to wrap filesystem calls and fix_long_path | Carl Hetherington | |
| anything that is passed to read_file() from libcxml. This should fix #2623 and other similar problems. | |||
| 2023-10-09 | Bump libdcp for new filesystem wrappers. | Carl Hetherington | |
| 2023-10-08 | Bump leqm-nrt to build with -O2 for a large speed-up (#2616). | Carl Hetherington | |
| 2023-10-05 | Fix flickering timeline drags on Windows (#2625). | Carl Hetherington | |
| 2023-10-02 | You are advised -> It is advisable (#2189). | Carl Hetherington | |
| 2023-09-30 | Cleanup: use a lambda. | Carl Hetherington | |
| 2023-09-30 | Fix test/data branching SNAFU. | Carl Hetherington | |
| 2023-09-30 | Allow DCP content type from template to work. | Carl Hetherington | |
| 2023-09-30 | Allow SMPTE/interop setting from template to work. | Carl Hetherington | |
| 2023-09-30 | Add --no-encrypt with the same idea as the previous commit. | Carl Hetherington | |
| 2023-09-30 | Add --twod option to create CLI and stop 2D from being forced over | Carl Hetherington | |
| a template if --threed is not specified (#2620/GH#22). | |||
| 2023-09-30 | Cleanup: add some _ prefixes. | Carl Hetherington | |
| 2023-09-30 | Cleanup: make some variables private. | Carl Hetherington | |
| 2023-09-30 | Cleanup: extract some stuff to a method in CreateCLI. | Carl Hetherington | |
| 2023-09-30 | Apply video range from template (#2611). | Carl Hetherington | |
