| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-02-02 | Merge branch 'master' of ssh://git.carlh.net/home/carl/git/dcpomatic | Carl Hetherington | |
| 2018-02-02 | Fix incorrect pixel format on subtitles when they are sent to encoding servers. | Carl Hetherington | |
| 2018-02-02 | Fix ar_LB character set. | Carl Hetherington | |
| 2018-02-02 | Starting point for ar_LB translation. | Carl Hetherington | |
| 2018-02-02 | Remove some debugging code. | Carl Hetherington | |
| 2018-02-02 | Updated de_DE translation from Carsten Kurz. | Carl Hetherington | |
| 2018-02-01 | Merge. | Carl Hetherington | |
| 2018-02-01 | Don't select video streams for which we have no codec; warn in log about ↵ | Carl Hetherington | |
| streams with no codec (#1184). | |||
| 2018-02-01 | Fix up .po files; nothing to see here! | Carl Hetherington | |
| 2018-02-01 | Typo kHz -> Hz. | Carl Hetherington | |
| 2018-02-01 | Updated sv_SE translation from Adam Klotblixt. | Carl Hetherington | |
| 2018-02-01 | Merge branch 'master' of ssh://git.carlh.net/home/carl/git/dcpomatic | Carl Hetherington | |
| 2018-02-01 | Updated nl_NL translation from Rob van Nieuwkerk. | Carl Hetherington | |
| 2018-02-01 | Enable audio by default. | Carl Hetherington | |
| 2018-02-01 | pot/merge. | Carl Hetherington | |
| 2018-01-31 | Tweak label as suggested by Carsten. | Carl Hetherington | |
| 2018-01-31 | I think fix_conflicting_settings is now not required. | Carl Hetherington | |
| 2018-01-31 | Disable DCP panel stuff which cannot be altered when a DCP is being referenced. | Carl Hetherington | |
| 2018-01-31 | Round seek on jump-to-selected to work around problems with sub-frame seeks ↵ | Carl Hetherington | |
| and the DCP decoder (#1177). | |||
| 2018-01-31 | Make Cmd-W close the current file in the player on OS X (part of #1180). | Carl Hetherington | |
| 2018-01-31 | Fix missing subtitles when they start just after the start of a frame. | Carl Hetherington | |
| 2018-01-31 | Fix duration/intrinsic duration confusion. | Carl Hetherington | |
| 2018-01-31 | Fix sequencing failure in some very specific circumstances. | Carl Hetherington | |
| 2018-01-30 | Remove unused variable. | Carl Hetherington | |
| 2018-01-30 | Fix assertion failure in emit_audio. | Carl Hetherington | |
| 2018-01-22 | Tester. | Carl Hetherington | |
| 2018-01-21 | Add const qualifier. | Carl Hetherington | |
| 2018-01-21 | Fetch supporters list from the website database. | Carl Hetherington | |
| 2018-01-21 | Supporter. | Carl Hetherington | |
| 2018-01-21 | Supporter. | Carl Hetherington | |
| 2018-01-21 | Supporter. | Carl Hetherington | |
| 2018-01-19 | Supporters. | Carl Hetherington | |
| 2018-01-19 | Supporter. | Carl Hetherington | |
| 2018-01-18 | Supporter. | Carl Hetherington | |
| 2018-01-18 | Supporter. | Carl Hetherington | |
| 2018-01-18 | Remove a cast from float to double which seemingly causes | Carl Hetherington | |
| slight errors in Time::ceil(). Possibly related to #1174. | |||
| 2018-01-18 | Move a couple of tests to a more appropriate place. | Carl Hetherington | |
| 2018-01-17 | Updated nl_NL translation from Rob van Nieuwkerk. | Carl Hetherington | |
| 2018-01-17 | Supporter. | Carl Hetherington | |
| 2018-01-17 | Fix layout with long translations. | Carl Hetherington | |
| 2018-01-17 | Fix icon path (I think). | Carl Hetherington | |
| 2018-01-17 | Some more bad fuzzy translations. | Carl Hetherington | |
| 2018-01-17 | Fix some fuzzy translations. | Carl Hetherington | |
| 2018-01-17 | Remove some debug code. | Carl Hetherington | |
| 2018-01-17 | pot/merge. | Carl Hetherington | |
| 2018-01-17 | Add some more CPL information to the player (#1170). | Carl Hetherington | |
| 2018-01-17 | Fix crash on loading non-existant DCP from recent menu. | Carl Hetherington | |
| 2018-01-17 | Add recent files list to player. | Carl Hetherington | |
| 2018-01-16 | Allow configuration of default value of upload-to-TMS button. | Carl Hetherington | |
| 2018-01-16 | In general the player assumes that it won't receive out of order video. | Carl Hetherington | |
| This clearly can happen with separate L/R sources. A pass in L might emit two frames which means the arrivals can't possibly be in order. This commit fixes this by introducing a Shuffler which all alternate-3D sources send their video to. The Shuffler re-orders things before they arrive at the player. It also fixes the code which inserts video frames before one that arrives after a gap. This didn't cope with 3D right before. The audio code solves a similar (perhaps the same?) problem with the AudioMerger; perhaps we should have a similar thing for video and make the player emit complete 3D frames. Should help with #976. | |||
