| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-04-28 | Write file descriptions to .exe files for the Windows task manager. | Carl Hetherington | |
| 2024-04-28 | Build .rc files on the fly. | Carl Hetherington | |
| 2024-04-26 | Allow branding of "report a problem" dialog. | Carl Hetherington | |
| 2024-04-26 | Splash behaviour does not need to be branded after all. | Carl Hetherington | |
| 2024-04-26 | Allow customisation of error report email address. | Carl Hetherington | |
| 2024-04-24 | Restore time zone to Cinema and improve UI to use it (#2473). | Carl Hetherington | |
| 2024-04-24 | Supporters update.v2.16.81 | Carl Hetherington | |
| 2024-04-23 | Revert "Tweak how lzma is linked." | Carl Hetherington | |
| This reverts commit 604a5f9343eebfa0108a19bb6b8ec60bc81f4819. I don't know why I did this, and it breaks the mac-old (10.8) target as the lzma.5.dylib is not present on those machines. | |||
| 2024-04-22 | Don't emit video until film's end if we are seeking. | Carl Hetherington | |
| Otherwise if we seek to the frame just before the end of the DCP we'll call emit_video_until() with _next_video unset, causing that method to emit video for the whole film. The point of this emit_video_until() call is only to pad a space between the end of the video content and the end of the film. | |||
| 2024-04-22 | Report video range from MPEG2 DCPs correctly. | Carl Hetherington | |
| 2024-04-22 | Use mpeg2 prefix for MPEG2 video asset filenames. | Carl Hetherington | |
| 2024-04-22 | Disable some hints when encoding to MPEG2. | Carl Hetherington | |
| 2024-04-22 | Allow specification of video bit rate separately for J2K and MPEG2. | Carl Hetherington | |
| 2024-04-22 | Alert user when fixing settings for MPEG2. | Carl Hetherington | |
| 2024-04-22 | Desensitise things that can't be adjusted in MPEG2 mode. | Carl Hetherington | |
| 2024-04-22 | Update available containers whenever they change, always adding the one that ↵ | Carl Hetherington | |
| the film is currently using. | |||
| 2024-04-22 | Add Choice::set_entries(). | Carl Hetherington | |
| 2024-04-22 | Rename Choice::add to Choice::add_entry. | Carl Hetherington | |
| 2024-04-22 | Support encoding of MPEG2 DCPs. | Carl Hetherington | |
| 2024-04-22 | Support playback of MPEG2 DCPs. | Carl Hetherington | |
| 2024-04-21 | Rename j2k_bandwidth -> video_bit_rate. | Carl Hetherington | |
| 2024-04-21 | Extract frame info read/write to new class. | Carl Hetherington | |
| 2024-04-21 | Extract VideoEncoder as a parent of J2KEncoder. | Carl Hetherington | |
| 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-18 | Add missing GUI-side verification note descriptions. | Carl Hetherington | |
| 2024-04-17 | Supporters update. | Carl Hetherington | |
| 2024-04-17 | Separate GUI verifier with basic reporting (#1823). | Carl Hetherington | |
| 2024-04-16 | Split VerifyDCPResultPanel so that construction and fill are separate. | Carl Hetherington | |
| 2024-04-16 | Split VerifyDCPProgressDialog into a panel and a dialog. | Carl Hetherington | |
| 2024-04-16 | Split VerifyDCPResultDialog into a panel and a dialog. | Carl Hetherington | |
| 2024-04-16 | Rename VerifyDCPDialog -> VerifyDCPResultDialog. | Carl Hetherington | |
| 2024-04-16 | Add leaf parameter to DirPickerCtrl. | Carl Hetherington | |
| 2024-04-16 | Ellipsize end of DirPickerCtrl labels. | Carl Hetherington | |
| 2024-04-15 | Fix build on macOS 10.8 (wxWidgets 3.0.5). | Carl Hetherington | |
| 2024-04-10 | Hopefully fix build with the older wxWidgets use for old macOS. | Carl Hetherington | |
| 2024-04-08 | Add new setup of i18n for macOS (#2778). | Carl Hetherington | |
| 2024-04-08 | Cleanup: header ordering. | Carl Hetherington | |
| 2024-04-08 | Fix DCP Timeline menu on macOS. | Carl Hetherington | |
| 2024-04-08 | Disable Reels... button with no film. | 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. | |||
