| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | |
| 2023-09-29 | Support alpha blending 64-bit RGB onto things. | Carl Hetherington | |
| 2023-09-29 | Rename alpha_blend_test_one -> alpha_blend_test_bgra_onto. | Carl Hetherington | |
| 2023-09-29 | Cleanup: extract some parts of alpha_blend(). | Carl Hetherington | |
| 2023-09-29 | Fix errors with WAVs containing markers (#2617). | Carl Hetherington | |
| I'm not 100% sure about this but they seem to end up giving audio packets with no channels and no frames. Here we handle such packets better. | |||
| 2023-09-29 | Install for all users on Windows (#2202). | Carl Hetherington | |
| 2023-09-24 | Add some new pixfmts. | Carl Hetherington | |
| 2023-09-22 | Clean up and add Ubuntu 23.10 | Carl Hetherington | |
| 2023-09-21 | Supporters update.v2.16.65 | Carl Hetherington | |
| 2023-09-20 | Fix example names in prefs (#2612). | Carl Hetherington | |
| 2023-09-20 | Better error message. | Carl Hetherington | |
| 2023-09-15 | Updated zh_CN translation from poppinzhang. | Carl Hetherington | |
| 2023-09-14 | Updated sl_SI translation from Martin Srebotnjak. | Carl Hetherington | |
| 2023-09-14 | Supporters update. | Carl Hetherington | |
| 2023-09-13 | Supporters update.v2.16.64 | Carl Hetherington | |
| 2023-09-13 | Bump libdcp for fix to GH #20, a spurious rejection of a KDM. | Carl Hetherington | |
| 2023-09-12 | Update ISDCF name when DCP track changes. | Carl Hetherington | |
| 2023-09-12 | Somewhat fix inclusion of CCAP language in ISDCF name (#2610). | Carl Hetherington | |
| 2023-09-12 | Add Film::closed_caption_languages(). | Carl Hetherington | |
| 2023-09-12 | Update DCP name when some text changes from subtitle to ccap. | Carl Hetherington | |
| 2023-09-12 | Always add -CCAP to ISDCF names if there are ccaps. | Carl Hetherington | |
| 2023-09-10 | Cleanup: use some stack allocation and shared_ptr. | Carl Hetherington | |
