| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-10-19 | Add decryption support.v2.13.63 | Carl Hetherington | |
| 2018-10-16 | Collect subtitles at the same time before emitting them from | Carl Hetherington | |
| DCPDecoder. Prevents overlaid text in, for example, lines with partial italic. | |||
| 2018-10-16 | Updated it_IT translation from Riccardo Mantani. | Carl Hetherington | |
| 2018-10-16 | Unnecessary using. | Carl Hetherington | |
| 2018-10-14 | More detailed ZIP decode errors; fix failure to download some certificates ↵ | Carl Hetherington | |
| (#1379). | |||
| 2018-10-14 | Typo in previous. | Carl Hetherington | |
| 2018-10-14 | More detailed ZIP errors. | Carl Hetherington | |
| 2018-10-14 | Try to fix crash when zip_open_from_source returns an error. | Carl Hetherington | |
| 2018-10-14 | Give a better reason for not referencing when there is a 2K/4K mismatch.v2.13.61 | Carl Hetherington | |
| 2018-10-14 | Remove debug code. | Carl Hetherington | |
| 2018-10-13 | Give a more informative error when using bad filename characters on Windows.v2.13.60 | Carl Hetherington | |
| 2018-10-12 | Build fixes. | Carl Hetherington | |
| 2018-10-12 | Restore Image::as_png using libpng. | Carl Hetherington | |
| 2018-10-12 | Change MagickImageProxy to FFmpegImageProxy and make it use FFmpeg | Carl Hetherington | |
| to decode images. Hence remove {Image,Graphics}Magick. | |||
| 2018-10-10 | Fix non-variant build. | Carl Hetherington | |
| 2018-10-09 | Add load button for SPL. | Carl Hetherington | |
| 2018-10-09 | swaroop: restart playback after player crash. | Carl Hetherington | |
| 2018-10-09 | Add SPL class. | Carl Hetherington | |
| 2018-10-09 | Quell config-save warning when we're only trying to save history. | Carl Hetherington | |
| 2018-10-09 | swaroop: required monitors checks. | Carl Hetherington | |
| 2018-09-29 | swaroop: Disable play/stop/pause and slider during ad content. | Carl Hetherington | |
| 2018-09-28 | Add info (time/type) to CPL/SPL lists. | Carl Hetherington | |
| 2018-09-27 | Basic watermark. | Carl Hetherington | |
| 2018-09-27 | Updated it_IT translation from Riccardo Mantani. | Carl Hetherington | |
| 2018-09-27 | Set up new watermark config. | Carl Hetherington | |
| 2018-09-27 | swaroop: take ownership of config file if we're run as root. | Carl Hetherington | |
| 2018-09-27 | Disable preferences menu if the config can't be written. | Carl Hetherington | |
| 2018-09-27 | Basic SPL support. | Carl Hetherington | |
| 2018-09-27 | Untested watermarking. | Carl Hetherington | |
| 2018-09-26 | Support download of KDMs from a web service in swaroop profile.v2.13.56 | Carl Hetherington | |
| 2018-09-26 | Finish off background image support for swaroop variant. | Carl Hetherington | |
| 2018-09-26 | Add background image configuration to swaroop variant. | Carl Hetherington | |
| 2018-09-25 | Add frame rate to technical summary of content. | Carl Hetherington | |
| 2018-09-25 | Add KDM directory configuration in player. | Carl Hetherington | |
| 2018-09-24 | Fix up DCP list in player. | Carl Hetherington | |
| 2018-09-23 | Add player DCP directory to config. | Carl Hetherington | |
| 2018-09-18 | Configurable window arrangement in player dual-screen mode. | Carl Hetherington | |
| 2018-09-18 | Probably makes sense to default to checking KDM validity ranges | Carl Hetherington | |
| so that testing KDMs is more like real life. | |||
| 2018-09-14 | Very basic player logging.v2.13.49 | Carl Hetherington | |
| 2018-09-14 | Basic and rather clumsy option to respect KDM validity windows. | Carl Hetherington | |
| 2018-09-14 | Allow configurable start mode for player. | Carl Hetherington | |
| 2018-09-11 | Store audio/video even when suspended. | Carl Hetherington | |
| This is important for audio. _audio.put() must be called with sequential data, so if you're going to discard audio (as was happening when _suspended) you need to clear _audio before put()ting any more. This happens with seek; when _pending_seek_position is set _audio is cleared and then nothing more is added until the seek is done. _suspended may be set and then reset with no change having happened (type _CANCELLED) so I think you have to keep storing data in this case. It will be discarded when the seek comes around after a _DONE change. | |||
| 2018-09-11 | Increase the number (in arbitrary units) which describes the width | Carl Hetherington | |
| of the border on DCP subtitles when they are rendered in the preview. This makes them look better, and I think it's closer to what projectors do. | |||
| 2018-09-11 | Remove unnecessary method. | Carl Hetherington | |
| 2018-09-10 | Basics of export of multiple reels to multiple files. | Carl Hetherington | |
| 2018-09-09 | Split parts of FFmpegEncoder into FFmpegFileEncoder. | Carl Hetherington | |
| 2018-09-09 | Updated fr_FR translation from Thierry Journet. | Carl Hetherington | |
| 2018-09-08 | Fix interface complexity configuration. | Carl Hetherington | |
| 2018-09-07 | Remove some unused variables. | Carl Hetherington | |
| 2018-09-07 | Use possibly-safer means of emitting maybe_sequence. | Carl Hetherington | |
