| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-07-22 | Bump versionv2.9.5 | Carl Hetherington | |
| 2016-07-22 | Supporter. | Carl Hetherington | |
| 2016-07-22 | Bump libdcp for build fix. | Carl Hetherington | |
| 2016-07-22 | Bump libsub for build fix. | Carl Hetherington | |
| 2016-07-22 | Rename SafeStringStream -> locked_stringstream. Bump deps for removal of ↵ | Carl Hetherington | |
| stringstream. | |||
| 2016-07-20 | Remove unused using. | Carl Hetherington | |
| 2016-07-20 | Add -t/--threads option to dcpomatic2_cli. | Carl Hetherington | |
| 2016-07-20 | Bump version | Carl Hetherington | |
| 2016-07-20 | Bump versionv2.9.4 | Carl Hetherington | |
| 2016-07-20 | Do EncodeServerFinder 'disable' in a more sensible way. | Carl Hetherington | |
| Just stop the threads and clear the server list when stop() is called. | |||
| 2016-07-20 | Try to fix intermittent deadlocks with encoding servers. | Carl Hetherington | |
| Before this commit all encoding threads could be removed and then ::encode would always wait on _full_condition no matter what the queue size. | |||
| 2016-07-20 | Fix audio matrix view labels when DCP audio channel counts change. | Carl Hetherington | |
| 2016-07-19 | Add tooltip to DCP name. | Carl Hetherington | |
| 2016-07-19 | Supporter. | Carl Hetherington | |
| 2016-07-16 | Remove unused method. | Carl Hetherington | |
| 2016-07-16 | Remove unused method. | Carl Hetherington | |
| 2016-07-15 | Add channel count hints to the default audio channel count preference, | Carl Hetherington | |
| and remove the choice for default to zero channels. Remove em-dash from hints as it apparently does not render on Windows for some reason. | |||
| 2016-07-14 | Bump version | Carl Hetherington | |
| 2016-07-14 | Bump versionv2.9.3 | Carl Hetherington | |
| 2016-07-14 | Better behaviour if config fails to load. | Carl Hetherington | |
| Create a default config if any exception is thrown by ::read, and tell the UI so that it can pop up a message to say what has happened. | |||
| 2016-07-12 | Bump version | Carl Hetherington | |
| 2016-07-12 | Bump versionv2.9.2 | Carl Hetherington | |
| 2016-07-12 | Stop silently catching exceptions when config load fails. | Carl Hetherington | |
| I'm not sure why this was added, but it could hide serious problems during config load: especially failures to load/create _signer_chain which has been seen in the wild several times. | |||
| 2016-07-12 | Supporter. | Carl Hetherington | |
| 2016-07-12 | Updated zh_CN translation from Rov (若文). | Carl Hetherington | |
| 2016-07-12 | Add translator to update script. | Carl Hetherington | |
| 2016-07-10 | Fix crash on opening properties window for FFmpeg content. | Carl Hetherington | |
| 2016-07-09 | Missing swap in Image::swap. | Carl Hetherington | |
| 2016-07-09 | Use initialiser list. | Carl Hetherington | |
| 2016-07-09 | Remove unused variable. | Carl Hetherington | |
| 2016-07-09 | Remove unnecessary new. | Carl Hetherington | |
| 2016-07-08 | Test start-trim of audio-only content. | Carl Hetherington | |
| 2016-07-08 | Fix failure to analyse audio in some cases. | Carl Hetherington | |
| This fixes audio-only content when the first-emitted audio is not at time zero. This used to cause a seek which is not possible with audio-only. This commit removes the unnecessary seek which was due to missing silent-padding of the first-emitted audio. | |||
| 2016-07-08 | Hints on DCP channel counts, as suggested by Carsten. | Carl Hetherington | |
| 2016-07-08 | Bump version | Carl Hetherington | |
| 2016-07-08 | Bump versionv2.9.1 | Carl Hetherington | |
| 2016-07-08 | Show hints before make DCP (#823). | Carl Hetherington | |
| 2016-07-08 | Factor out hints code into its own method. | Carl Hetherington | |
| 2016-07-08 | Fix excessive seeking with negative audio delay. | Carl Hetherington | |
| Before this commit, an audio delay of -110ms on a test project would result in a seek on every video and audio fetch. This commit does two things to fix that: 1. Don't discard audio data that arrives with a timestamp before the last seek time. In the case that we are fixing we had the following sequence: - video seeks to some frame F - this causes audio data to arrive a little before F - this audio data is discarded - and audio get happens just after F - the audio code thinks it must seek rather than just pass()ing since it has no data If we keep the audio data from before the seek our _decoded will be much closer to the audio request, so a pass() is more likely to happen. 2. Extend the length of time that we will happily pass() for rather than seeking when looking for audio data. Seeking is really bad so we can tolerate quite long times here. The sensible length of this value should probably be investigated as the one in this commit is a finger-in-the-air guess. | |||
| 2016-07-08 | Fix ChangeLog. | Carl Hetherington | |
| 2016-07-08 | Use strict-experimental with AVCodec to allow import of some DNxHR files. | Carl Hetherington | |
| 2016-07-08 | Bump ffmpeg. | Carl Hetherington | |
| 2016-07-08 | Support shadow in subtitles (#911). | Carl Hetherington | |
| 2016-07-08 | Bump version | Carl Hetherington | |
| 2016-07-08 | Bump versionv2.9.0 | Carl Hetherington | |
| 2016-07-07 | Update fr_FR translation from Thierry Journet. | Carl Hetherington | |
| 2016-07-07 | Merge branch 'master' of ssh://git.carlh.net/home/carl/git/dcpomatic | Carl Hetherington | |
| 2016-07-07 | Remove unused variable. | Carl Hetherington | |
| 2016-07-07 | Bump version | Carl Hetherington | |
| 2016-07-07 | Bump versionv2.8.20 | Carl Hetherington | |
