| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-06-09 | Try to provide some platform-specific menu text for 'show DCP in <thing>' | Carl Hetherington | |
| 2020-06-08 | Always sign DCPs (#1760). | Carl Hetherington | |
| 2020-06-04 | Clean up handling of paths relative to the executable. | Carl Hetherington | |
| 2020-06-01 | Hidden debug option to make _disk not start _disk_writer on Linux.v2.15.76 | Carl Hetherington | |
| 2020-05-20 | Rename TYPE_DEBUG_PLAYER to TYPE_DEBUG_VIDEO_VIEW. | Carl Hetherington | |
| 2020-05-20 | Fix DKDM generation by moving the validity period a day inside the ↵ | Carl Hetherington | |
| certificate validity. | |||
| 2020-05-12 | Guess DCP container size and resolution when content is added | Carl Hetherington | |
| or removed such that there is one piece of video content left in the project. Container size and resolution are never again guessed once the user has set them to something. | |||
| 2020-05-11 | Change video content scaling so that it either: | Carl Hetherington | |
| 1. scales the content up to fit the DCP container, preserving aspect ratio, or 2. stretches the content to a custom aspect ratio, or 3. scales the content to some custom size. | |||
| 2020-05-10 | Remove scale to fit {width,height} options. | Carl Hetherington | |
| 2020-05-07 | Add a 'Make DKDM' dialogue box to simplify and (hopefully) clarify DKDM ↵ | Carl Hetherington | |
| creation (#1637). | |||
| 2020-05-06 | Extract common code out into kdm_for_screen() | Carl Hetherington | |
| 2020-05-06 | Remove some now-pointless passing of name_values. | Carl Hetherington | |
| 2020-05-06 | Set 'i' earlier in name_values. | Carl Hetherington | |
| 2020-05-06 | Write 'f', 'b' and 'e' tags into all KDMWithMetadata when they are made. | Carl Hetherington | |
| 2020-05-06 | Rename some variables and re-implement collect(). | Carl Hetherington | |
| 2020-05-06 | Move some functions to kdm_with_metadata | Carl Hetherington | |
| 2020-05-06 | Pull methods out of CinemaKDMs. | Carl Hetherington | |
| 2020-05-06 | Remove Screen pointer from KDMWithMetadata, preferring to | Carl Hetherington | |
| add metadata to a dcp::NameFormat::Map earlier in the call stack. | |||
| 2020-05-06 | Add KDMWithMetadataPtr typedef | Carl Hetherington | |
| 2020-05-06 | Rename ScreenKDM -> KDMWithMetadata | Carl Hetherington | |
| 2020-05-04 | Move Film::make_kdms to the call sites. | Carl Hetherington | |
| 2020-05-03 | pot/merge.v2.15.71 | Carl Hetherington | |
| 2020-05-03 | Fix behaviour on disk writer window close. | Carl Hetherington | |
| 2020-05-03 | Do all writes then do all verification and report progress | Carl Hetherington | |
| for each separately (#1743) | |||
| 2020-05-02 | Try to start _writer on-demand on macOS (#1739). | Carl Hetherington | |
| 2020-04-30 | Add git commits to writer log files.v2.15.68 | Carl Hetherington | |
| 2020-04-30 | Turn on lwext4 debugging to see if that helps. | Carl Hetherington | |
| 2020-04-30 | Missed part of rdisk -> disk revert.v2.15.67 | Carl Hetherington | |
| 2020-04-30 | Correct ext2 block size to 4096. | Carl Hetherington | |
| It seems that this is the typical Linux value; it allows large files and so on. But more importantly, it appears that this change turns the lwext4 library code from taking an hour+ to do a USB stick format on mac (and maybe other platforms) to taking under 3 minutes. The underlying reason for this is not clear. | |||
| 2020-04-30 | Revert mac rdisk vs disk stuff as I'm not convinced it makes much difference. | Carl Hetherington | |
| 2020-04-28 | Further sanity check fixes.v2.15.66 | Carl Hetherington | |
| 2020-04-28 | Fix macOS sanity check. | Carl Hetherington | |
| 2020-04-28 | Add a log message. | Carl Hetherington | |
| 2020-04-28 | Remove some unnecessary methods.v2.15.65 | Carl Hetherington | |
| 2020-04-27 | Writer on macOS runs as root, so trying to use the config_path()v2.15.63 | Carl Hetherington | |
| to log to will end up trying to write to root's home. Instead, log to stdout as the process control stuff redirects that into /var/log anyway. | |||
| 2020-04-27 | Use F_SET_EXT2 not EXT4. | Carl Hetherington | |
| 2020-04-24 | Add pre-running warning to disk writer. | Carl Hetherington | |
| 2020-04-23 | Nicer fix for 86102d30bf0aad89115bbeb3d8aaa2a27a0aa432 | Carl Hetherington | |
| 2020-04-20 | Add LEQ(m) when analysing audio (#1382).v2.15.52 | Carl Hetherington | |
| 2020-04-15 | Fix length of player output so it can be either the film's length or ↵ | Carl Hetherington | |
| playlist's length, as appropriate. | |||
| 2020-04-15 | Add some new keyboard shortcuts for moving around on the timeline: | Carl Hetherington | |
| Shift+Arrows: 1 minute Ctrl+Arrows: 10 minutes Ctrl+Shift+Arrows: 1 hour Home: start End: end | |||
| 2020-04-14 | DCPReadError -> ReadError in libdcp. | Carl Hetherington | |
| 2020-04-14 | pot/merge. | Carl Hetherington | |
| 2020-04-13 | Support unmounting on macOS and Windows.v2.15.51 | Carl Hetherington | |
| 2020-04-13 | Tidy up Drive and unmounting a little. | Carl Hetherington | |
| 2020-04-13 | Do the right thing when the user cancels the unmount dialogue. | Carl Hetherington | |
| 2020-04-13 | Tidy up nanomsg class API; add unmounting for Linux. | Carl Hetherington | |
| 2020-04-09 | Improve disk_writer_messages.h commenting and add DISK_WRITER_QUIT and ↵ | Carl Hetherington | |
| DISK_WRITER_WRITE #defines. | |||
| 2020-04-06 | Add disk writer tool. | Carl Hetherington | |
| 2020-03-16 | Move stress testing code into a separate class and always build it. | Carl Hetherington | |
| Fix stress script generation to always reload a DCP rather than expecting it to be available after it has finished playback. | |||
