| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-05-06 | Fix hang and ignore screen when making containers. | Carl Hetherington | |
| 2020-05-05 | Extract common code out into kdm_for_screen() | Carl Hetherington | |
| 2020-05-05 | const correctness. | Carl Hetherington | |
| 2020-05-05 | Remove some now-pointless passing of name_values. | Carl Hetherington | |
| 2020-05-05 | Use a template to clean things up a little. | Carl Hetherington | |
| 2020-05-05 | Set 'i' earlier in name_values. | Carl Hetherington | |
| 2020-05-05 | Rename some variables. | Carl Hetherington | |
| 2020-05-05 | Rename some variables and re-implement collect(). | Carl Hetherington | |
| 2020-05-05 | Move some functions to kdm_with_metadata | Carl Hetherington | |
| 2020-05-05 | Replace CinemaKDMs class with a list<KDMWithMetadata> | Carl Hetherington | |
| 2020-05-04 | Remove last method from CinemaKDMs. | Carl Hetherington | |
| 2020-05-04 | Pull some methods out of CinemaKDMs. | Carl Hetherington | |
| 2020-05-04 | Remove Screen pointer from KDMWithMetadata, preferring to | Carl Hetherington | |
| add metadata to a dcp::NameFormat::Map earlier in the call stack. | |||
| 2020-05-04 | Add KDMWithMetadataPtr typedef | Carl Hetherington | |
| 2020-05-04 | Clean up header guard following previous commit. | Carl Hetherington | |
| 2020-05-04 | Rename ScreenKDM -> KDMWithMetadata | Carl Hetherington | |
| 2020-05-04 | Move Film::make_kdms to the call sites. | Carl Hetherington | |
| 2020-05-03 | Add Zipper class and use it in CinemaKDMs. | Carl Hetherington | |
| 2020-05-03 | pot/merge.v2.15.71 | Carl Hetherington | |
| 2020-05-03 | Fix unmount of drives with spaces in their names (#1744). | Carl Hetherington | |
| 2020-05-03 | Remove some debug code. | Carl Hetherington | |
| 2020-05-03 | Do all writes then do all verification and report progress | Carl Hetherington | |
| for each separately (#1743) | |||
| 2020-04-30 | Add some more macOS debug logging for disks, and ignore mounted disk images. | Carl Hetherington | |
| 2020-04-30 | Revert mac rdisk vs disk stuff as I'm not convinced it makes much difference. | Carl Hetherington | |
| 2020-04-28 | Add a log message and actually use device_for_write(). | Carl Hetherington | |
| 2020-04-28 | Fix warning. | Carl Hetherington | |
| 2020-04-28 | Remove some unnecessary methods.v2.15.65 | Carl Hetherington | |
| 2020-04-28 | Fix build. | Carl Hetherington | |
| 2020-04-28 | Missing files.v2.15.64 | 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 | Experimental use of /dev/rdisk rather than /dev/disk on macOS, | Carl Hetherington | |
| as there is some suggestion it is faster. | |||
| 2020-04-24 | Fix typo and missing serialisation of offsets at time of analysis. | Carl Hetherington | |
| 2020-04-24 | Add subtitle analysis so that the outline of all subtitles | Carl Hetherington | |
| in a piece of content can be overlaid onto the preview (#1233). | |||
| 2020-04-24 | Substantial reworking of the font rendering code to measure | Carl Hetherington | |
| the size of the text before rendering, thereby creating correctly- sized output images (rather than ones with guesses on height and with the full target width). This uses some potentially dubious behaviour described here https://stackoverflow.com/questions/31788577/create-pango-layout-before-cairo-surface and could cause any number of problems. The advantages are that a) it should be a little more efficient and b) the images created for the subtitle analysis code are useful. | |||
| 2020-04-24 | More extractions. | Carl Hetherington | |
| 2020-04-24 | Use a variable for subtitles.front() | Carl Hetherington | |
| 2020-04-24 | Extract some bits of code into their own methods. | Carl Hetherington | |
| 2020-04-23 | Nicer fix for 86102d30bf0aad89115bbeb3d8aaa2a27a0aa432 | Carl Hetherington | |
| 2020-04-23 | Add accessor for _playlist. | Carl Hetherington | |
| 2020-04-23 | Fix complete failure of preview/playback introduced inv2.15.53 | Carl Hetherington | |
| 4219d4b76c5cd5690b1f4fa0c248d93ced26d05a. | |||
| 2020-04-21 | Add code to copy the data and hook it up to a menu item. | Carl Hetherington | |
| 2020-04-21 | Allow DCP content to store and serialise metadata. | Carl Hetherington | |
| 2020-04-21 | Add list_to_vector(). | Carl Hetherington | |
| 2020-04-21 | Add DCPContent::resolution(). | Carl Hetherington | |
| 2020-04-21 | Add Film::clear_markers(). | Carl Hetherington | |
| 2020-04-21 | Allow DCPContent to recover and serialise marker positions. | Carl Hetherington | |
| 2020-04-21 | Add DCPContent::from_libdcp_kind. | Carl Hetherington | |
| 2020-04-21 | Add a getter for _standard in DCPContent. | Carl Hetherington | |
| 2020-04-21 | Use a BOOST_FOREACH and remove an old #include. | Carl Hetherington | |
| 2020-04-20 | Add LEQ(m) when analysing audio (#1382).v2.15.52 | Carl Hetherington | |
