| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-04-24 | Another build fix (for non-Linux this time).v2.15.57 | Carl Hetherington | |
| 2020-04-24 | Fix some missing dependencies.v2.15.56 | Carl Hetherington | |
| 2020-04-24 | Ubuntu 20.04 packaging. | Carl Hetherington | |
| 2020-04-24 | Merge branch 'v2.15.x' of ssh://git.carlh.net/home/carl/git/dcpomatic into ↵ | Carl Hetherington | |
| v2.15.x | |||
| 2020-04-24 | Fix build following previous commit. | Carl Hetherington | |
| 2020-04-24 | Merge branch 'v2.15.x' of ssh://git.carlh.net/home/carl/git/dcpomatic into ↵v2.15.55 | Carl Hetherington | |
| v2.15.x | |||
| 2020-04-24 | Hopefully we can use GTK's file chooser button again now. | Carl Hetherington | |
| 2020-04-24 | Remove disk-build optional stuff from macOS build. | Carl Hetherington | |
| 2020-04-24 | Alway build with --enable-disk if we can, regardless of any cscript option.v2.15.54 | 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-24 | Improve layout of drive-wipe warning dialogue. | Carl Hetherington | |
| 2020-04-24 | Add pre-running warning to disk writer. | Carl Hetherington | |
| 2020-04-23 | Missing Windows DLL. | Carl Hetherington | |
| 2020-04-23 | Don't clobber the current _player_video when the butler returns AGAIN. ↵ | Carl Hetherington | |
| Fixes some seek-related glitches. | |||
| 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 option to set project properties from a DCP loaded as content (#1688). | Carl Hetherington | |
| 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 | |
| 2020-04-19 | Add _last_written to Writer, containing the last written frame and eyes | Carl Hetherington | |
| to each reel. This is updated when things are popped off the queue, with _state_mutex_held, and used in preference to the ones in ReelWriter which were previously being updated during the time the _state_mutex lock is unlocked in the body of Writer::thread(). This was not thread safe (thanks, valgrind!) | |||
| 2020-04-19 | Use a BOOST_FOREACH. | Carl Hetherington | |
| 2020-04-19 | Rename a variable. | Carl Hetherington | |
| 2020-04-17 | Add drd/helgrind to the tests runner script. | Carl Hetherington | |
| 2020-04-17 | Add a missing noncopyable. | Carl Hetherington | |
| 2020-04-17 | Comment tweak. | Carl Hetherington | |
| 2020-04-17 | Checksum network encode requests and replies to protect against | Carl Hetherington | |
| network corruption (#1381). | |||
| 2020-04-17 | Add feature to Socket so that it can send digests of data it has sent | Carl Hetherington | |
| and check those digests on receive. | |||
| 2020-04-17 | Remove some unnecessary using statements. | Carl Hetherington | |
| 2020-04-17 | Rename send_binary -> write_to_socket. | Carl Hetherington | |
| 2020-04-17 | Bump server link version. | Carl Hetherington | |
| 2020-04-16 | Added some FIXMEs. | Carl Hetherington | |
| 2020-04-16 | Some missing checks for allocation failures. | 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 | Try to improve spacing in Keys tab of prefs on macOS (#1550). | Carl Hetherington | |
| 2020-04-15 | Fix glitchy timeline slider if its update timer goes off while a seek is ↵ | Carl Hetherington | |
| happening. | |||
| 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-15 | Seek to last frame if a request is made beyond the end of the film. | Carl Hetherington | |
