| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | |
| 2016-07-07 | Fix confusion about elapsed time of total job vs sub-job. | Carl Hetherington | |
| 2016-07-07 | CLI formatting tweak. | Carl Hetherington | |
| 2016-07-06 | Bump version | Carl Hetherington | |
| 2016-07-06 | Bump versionv2.8.19 | Carl Hetherington | |
| 2016-07-05 | Try wxFRAME_FLOAT_ON_PARENT instead of wxSTAY_ON_TOP (#909). | Carl Hetherington | |
| 2016-07-05 | Display sub-job name in the CLI client. | Carl Hetherington | |
| 2016-07-05 | Try to improve progress reporting when doing image/sound digests. | Carl Hetherington | |
| 2016-07-05 | Merge branch 'master' of ssh://git.carlh.net/home/carl/git/dcpomatic | Carl Hetherington | |
| 2016-07-04 | Bump version | Carl Hetherington | |
| 2016-07-04 | Bump versionv2.8.18 | Carl Hetherington | |
| 2016-07-04 | Comment tweak. | Carl Hetherington | |
| 2016-07-04 | Fix control sensitivity in various places. | Carl Hetherington | |
| 2016-07-04 | Updated de_DE translation from Carsten Kurz. | Carl Hetherington | |
| 2016-07-04 | Bump wscript required versions. | Carl Hetherington | |
| 2016-07-03 | Bump version | Carl Hetherington | |
| 2016-07-03 | Bump versionv2.8.17 | Carl Hetherington | |
| 2016-07-03 | Updated ru_RU translation from Igor Voytovich. | Carl Hetherington | |
| 2016-07-03 | Use release versions of libdcp/libsub. | Carl Hetherington | |
| 2016-07-03 | Updated nl_NL translation from Rob van Nieuwkerk. | Carl Hetherington | |
| 2016-07-03 | Bump libsub for fix to SSA/ASS underline support. | Carl Hetherington | |
| 2016-07-03 | Adjust line spacing even with subs with specified proportional position. | Carl Hetherington | |
| 2016-07-03 | pot/merge. | Carl Hetherington | |
| 2016-07-03 | Name playhead moves 'go to' rather than 'move to' | Carl Hetherington | |
| 2016-07-03 | Updated nl_NL translation from Rob van Nieuwkerk. | Carl Hetherington | |
| 2016-07-03 | Remove several exception-throwing asserts from destructors. | Carl Hetherington | |
| 2016-07-03 | Try to fix Arch build error reported by Markus. | Carl Hetherington | |
| 2016-07-02 | Bump version | Carl Hetherington | |
| 2016-07-02 | Bump versionv2.8.16 | Carl Hetherington | |
| 2016-07-02 | Take y scale into account when deciding subtitle line spacing. | Carl Hetherington | |
| 2016-07-02 | Fix thinkos with marked_up() rendering of bold/italic/underline. | Carl Hetherington | |
| 2016-07-02 | Updated ru_RU translation from Igor Voytovich. | Carl Hetherington | |
| 2016-07-02 | Updated uk_UA translation from Igor Voytovich. | Carl Hetherington | |
| 2016-07-02 | pot/merge. | Carl Hetherington | |
| 2016-07-02 | Bump version | Carl Hetherington | |
| 2016-07-02 | Bump versionv2.8.15 | Carl Hetherington | |
