| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | |
| 2018-09-07 | Updated cs_CZ translation from Tomáš Begeni. | Carl Hetherington | |
| 2018-09-07 | Initial nag for interface complexity. | Carl Hetherington | |
| 2018-09-07 | Fix console noise when importing non-DCP MXFs (#1362). | Carl Hetherington | |
| 2018-09-06 | Add simple/full interface option and make DCP panel respect it. | Carl Hetherington | |
| 2018-09-06 | Try to prevent encode server test crashing in valgrind. | Carl Hetherington | |
| 2018-09-06 | Quell more valgrind warnings. | Carl Hetherington | |
| 2018-09-04 | Try no anti-aliasing when rendering subtitles. | Carl Hetherington | |
| 2018-09-04 | Merge branch 'master' of ssh://git.carlh.net/home/carl/git/dcpomatic | Carl Hetherington | |
| 2018-09-04 | Docs say that Context::set_antialias does not affect text. | Carl Hetherington | |
| 2018-09-04 | Fix OS X build.v2.13.48 | Carl Hetherington | |
| 2018-09-04 | Allow the butler to say "try again later" when get_video() is called | Carl Hetherington | |
| while it's suspended. Then make the GUI follow that suggestion. Should | |||
| 2018-09-04 | Build Empty objects from the presence or absence of decoders in | Carl Hetherington | |
| Pieces, rather than the presence or absence of content. This seems better because of cases like encrypted DCPs without a a KDM: here we may have content but no decoder. | |||
| 2018-09-04 | Return 0 from decoder_factory when we have a DCP with no KDM, rather than ↵ | Carl Hetherington | |
| throwing an exception. | |||
| 2018-09-04 | Fix name of header guard. | Carl Hetherington | |
| 2018-09-03 | pot/merge. | Carl Hetherington | |
| 2018-09-03 | Updated nl_NL translation from Rob van Nieuwkerk. | Carl Hetherington | |
| 2018-09-03 | pot/merge. | Carl Hetherington | |
| 2018-09-03 | Add basic quality option for x264 export. | Carl Hetherington | |
| 2018-09-02 | Remove unnecessary subtitle scale (I think). | Carl Hetherington | |
| 2018-09-02 | Fix subtitle scaling when writing PNG subs. | Carl Hetherington | |
| 2018-09-02 | Fix assertion failure when content has more than one audio stream. | Carl Hetherington | |
| 2018-09-02 | White space. | Carl Hetherington | |
| 2018-09-02 | Play PNG subtitles from DCPs; possibly not in the right scale. | Carl Hetherington | |
| 2018-08-29 | Missing handling of CHANGE_TYPE_CANCELLED causing another hang.v2.13.46 | Carl Hetherington | |
| 2018-08-29 | Fix another hang caused by Playlist::maybe_sequence being called | Carl Hetherington | |
| between PENDING and DONE for VIDEO_RATE_CHANGED. maybe_sequence ends up with a call to get_video before the butler has heard that the VIDEO_RATE_CHANGED is DONE. | |||
| 2018-08-29 | Fix warning.v2.13.45 | Carl Hetherington | |
| 2018-08-29 | Write annotation text and language to CCAP nodes correctly. | Carl Hetherington | |
| 2018-08-29 | Check for unassigned text tracks. | Carl Hetherington | |
| 2018-08-29 | Add some asserts. | Carl Hetherington | |
| 2018-08-29 | Basics of splitting CCAP streams into different assets. | Carl Hetherington | |
| 2018-08-28 | Merge branch 'master' of ssh://git.carlh.net/home/carl/git/dcpomatic | Carl Hetherington | |
| 2018-08-28 | Remove unnecessary log entries. | Carl Hetherington | |
| 2018-08-27 | Remove accidentally commented-out code. | Carl Hetherington | |
| 2018-08-23 | Remove TextType from various places as (I believe) it can be inferred from ↵ | Carl Hetherington | |
| the content. | |||
| 2018-08-23 | More caption -> text. | Carl Hetherington | |
| 2018-08-23 | Rename some caption -> text. | Carl Hetherington | |
