| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-04-21 | Rename Encoder -> FilmEncoder, and subclasses. | Carl Hetherington | |
| 2024-04-21 | Rename classes to follow preparatory renames in libdcp. | Carl Hetherington | |
| 2024-04-21 | Bring some more branding into the variant. | Carl Hetherington | |
| 2024-04-21 | Extract all uses of DCP-o-matic name to allow branding. | Carl Hetherington | |
| 2024-04-18 | Merge remote-tracking branch 'origin/main' into v2.17.x | Carl Hetherington | |
| 2024-04-17 | Separate GUI verifier with basic reporting (#1823). | Carl Hetherington | |
| 2024-04-02 | Add add-dkdm command to add DKDMs to DCP-o-matic's internal list from the CLI. | Carl Hetherington | |
| 2024-04-02 | Switch "command-like" options --list-cinemas and --list-dkdm-cpls to actual ↵ | Carl Hetherington | |
| commands. | |||
| 2024-04-02 | Add --decryption-key option to KDM CLI (#2790). | Carl Hetherington | |
| 2024-04-02 | Cleanup: white space. | Carl Hetherington | |
| 2024-04-02 | Rename --trusted-device to --trusted-device-certificate in the KDM CLI. | Carl Hetherington | |
| 2024-04-02 | Rename --certificate to --projector-certificate in KDM CLI. | Carl Hetherington | |
| 2024-04-01 | Fix hanging/overlapping dvb subtitles (#2792). | Carl Hetherington | |
| This reverts a change made in 8ca6fd6d97e6d42492afddb655fa85130946853c "Fix doubled subtitles if subtitle stop times are specified." That change breaks the case where a subtitle _does_ have a stop time, but it's wrong (30s from the start time) and we want the next subtitle to clear the previous one. I can't now see how reverting this could cause doubled subtitles, so maybe that problem wlil come back. At least now there's a test for #2792. | |||
| 2024-03-30 | Merge remote-tracking branch 'origin/main' into v2.17.x | Carl Hetherington | |
| 2024-03-29 | Fix crash introduced in previous commit. | Carl Hetherington | |
| 2024-03-29 | Merge remote-tracking branch 'origin/main' into v2.17.x | Carl Hetherington | |
| 2024-03-29 | Fix lack of video rotation in some cases (#2971). | Carl Hetherington | |
| Setting the optional to 0 here means we never even looked at the packet side data. This seems to be more of a problem with the v2.17.x branch for some reason. | |||
| 2024-03-29 | Fix video scaling when the video needs rotation (#2791). | Carl Hetherington | |
| 2024-03-29 | Add VideoContent::rotate_size(). | Carl Hetherington | |
| 2024-03-23 | pangommconfig.h is not included by pangomm.h on some platforms. | Carl Hetherington | |
| 2024-03-22 | Bump libdcp for new asdcplib version. | Carl Hetherington | |
| 2024-03-20 | Merge tag 'v2.16.79' into v2.17.x | Carl Hetherington | |
| 2024-03-20 | Allow building with C++17 and updated libxml++/pangomm/cairomm. | Carl Hetherington | |
| 2024-03-20 | Cleanup: clarify some namespace use. | Carl Hetherington | |
| 2024-03-20 | Remove all use of add_child() from xmlpp. | Carl Hetherington | |
| 2024-03-17 | Add PlaylistEditorRestrictedMenus option, similar to PlayerRestrictedMenus. | Carl Hetherington | |
| 2024-03-15 | Replace use of sprintf with snprintf. | Carl Hetherington | |
| 2024-03-12 | Add new interface for setting reel breaks (#2678).2678-reel-break | Carl Hetherington | |
| 2024-03-12 | Extract snap subdivision to a constant. | Carl Hetherington | |
| 2024-03-12 | Add operator<= for HMSF. | Carl Hetherington | |
| 2024-03-12 | Add custom reels option to Film. | Carl Hetherington | |
| 2024-03-12 | Use std::vector and emplace_back(), lengthen variable name. | Carl Hetherington | |
| 2024-03-11 | Use stored has_non_zero_entry_point() instead of parsing the DCP again (#2524). | Carl Hetherington | |
| 2024-03-11 | Take has_non_zero_entry_point() from examiner and store it. | Carl Hetherington | |
| 2024-03-11 | Offer has_non_zero_entry_point() from DCPExaminer. | Carl Hetherington | |
| 2024-03-11 | Remove redundant DCPDecoder use. | Carl Hetherington | |
| 2024-03-11 | Add a temporary to reduce some boilerplate. | Carl Hetherington | |
| 2024-03-09 | Merge branch 'main' into v2.17.x | Carl Hetherington | |
| 2024-03-08 | Add <PlayerRestrictedMenus> option to config.xml (#2725). | Carl Hetherington | |
| This hides all player menus except "File". | |||
| 2024-03-07 | Fix screen name order in KDM emails. | Carl Hetherington | |
| 2024-03-07 | Store attachment contents in the Email object. | Carl Hetherington | |
| 2024-03-07 | Rename Emailer -> Email. | Carl Hetherington | |
| 2024-02-26 | Disallow referring to OV audio unless channel counts match (#2780). | Carl Hetherington | |
| 2024-02-22 | Merge tag 'v2.16.78' into v2.17.xv2.17.12 | Carl Hetherington | |
| 2024-02-21 | Make DCPExaminer::size() optional and deal with the consequences.v2.16.78 | Carl Hetherington | |
| This means we can fix the case of a VF having no known size in a nice way, in turn fixing problems caused by the fix to #2775. | |||
| 2024-02-21 | Fix failure to examine non-flat-ratio VFs (#2775). | Carl Hetherington | |
| 2024-02-20 | Fix build on Centos 7. | Carl Hetherington | |
| 2024-02-19 | Merge tag 'v2.16.77' into v2.17.x | Carl Hetherington | |
| 2024-02-19 | Don't order the user to 'remove the other content'. | Carl Hetherington | |
| In the context of the new VF dialog this sounds odd; e.g. the user ticked video but audio is impossible, they are ordered to remove the other content (when they might just not want to refer to audio at all). | |||
| 2024-02-19 | Reset _next_video_time when deciding to emit black. | Carl Hetherington | |
| Otherwise if we inaccurately seek into an area with no video there will never be any content coming into ::video() which could reset _next_video_time. Then when a black frame is emitted using emit_video_until we will emit black frames from time 0 to the time of the inaccurate seek. | |||
