| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-06-22 | Bump versionv2.8.13 | Carl Hetherington | |
| 2016-06-22 | Bump libdcp1 for small optimisation. | Carl Hetherington | |
| 2016-06-22 | Merge branch 'master' of ssh://git.carlh.net/home/carl/git/dcpomatic | Carl Hetherington | |
| 2016-06-22 | Don't bother decoding referenced DCP video if the player will ignore it. | Carl Hetherington | |
| 2016-06-22 | Set AudioDecoder::fast a different way. | Carl Hetherington | |
| 2016-06-22 | Merge branch 'master' of ssh://git.carlh.net/home/carl/git/dcpomatic | Carl Hetherington | |
| 2016-06-22 | Optimization for the referenced video case. | Carl Hetherington | |
| With referenced video from a DCP decoder, no video will ever be fetched from the decoder. Hence the code to discard given video will be activated after _decoded builds up to the magic size. Before this commit the code would attempt to fill with black up to given frame N (with N very large) from the last frame in _decoded when _decoded had been trimmed. This would result in exponential growth in execution time for the VideoDecoder::give() path. | |||
| 2016-06-22 | A couple of small optimisations. | Carl Hetherington | |
| 2016-06-21 | Make our own DirPicker wider in the new file dialog (#902). | Carl Hetherington | |
| 2016-06-21 | Revert "Use make_shared<>." | Carl Hetherington | |
| Support for this seems to vary wildly across DoM's build targets. Stuff that builds on 16.04 won't build on 14.04, for example. Seems to not be worth the hassle now. This reverts commit 5a5324ed3a381a86dfe0a6e3932c1d58fdcd596f. | |||
| 2016-06-21 | Revert "Revert make_shared<> change which breaks build on some platforms; ↵ | Carl Hetherington | |
| don't know why yet." This reverts commit eb3f28f4e614455a4d070d5fa2caaa24b9d9139c. | |||
| 2016-06-21 | Revert "Odd const fix." | Carl Hetherington | |
| This reverts commit b4f9d2e2c287848623c6dc59d8768c1d5fae15f0. | |||
| 2016-06-21 | Odd const fix. | Carl Hetherington | |
| 2016-06-21 | Revert make_shared<> change which breaks build on some platforms; don't know ↵ | Carl Hetherington | |
| why yet. | |||
| 2016-06-21 | Use make_shared<>. | Carl Hetherington | |
| 2016-06-20 | Bump libsub for .ass file fixes. | Carl Hetherington | |
| 2016-06-20 | Pass .ass files to SSAReader. | Carl Hetherington | |
| 2016-06-20 | Fix crash when no video is being encoded. | Carl Hetherington | |
| 2016-06-20 | Bump libsub for SSA fixes. | Carl Hetherington | |
| 2016-06-20 | Updated nl_NL translation from Rob van Nieuwkerk. | Carl Hetherington | |
| 2016-06-20 | Fix missing code to display italic / bold font names. | Carl Hetherington | |
| 2016-06-20 | Bump libsub for space/tab fix. | Carl Hetherington | |
| 2016-06-20 | Hand-apply one pt_BR translation from Mx. | Carl Hetherington | |
| 2016-06-20 | pot/merge. | Carl Hetherington | |
| 2016-06-20 | Updated pt_BR translation from Max M. Fuhlendorf. | Carl Hetherington | |
| 2016-06-20 | Add another translator. | Carl Hetherington | |
| 2016-06-20 | pot/merge. | Carl Hetherington | |
| 2016-06-20 | ChangeLog. | Carl Hetherington | |
| 2016-06-20 | Merge branch 'fix-encoder-threading' of ↵ | Carl Hetherington | |
| ssh://git.carlh.net/home/carl/git/dcpomatic into fix-encoder-threading | |||
| 2016-06-20 | Fix encoder thread interruption. | Carl Hetherington | |
| When an encoder thread is interrupted we just want it silently to stop, so catch boost::thread_interrupted separately and don't pass it on. I believe the interruption of jobs and subsequent catch of boost::thread_interrupted will still work as that's the job thread rather than the encoder threads. | |||
| 2016-06-20 | Fix another case where an exception could be thrown from a destructor. | Carl Hetherington | |
| 2016-06-20 | Encoder shutdown fixes. | Carl Hetherington | |
| Two fixes here; prevent the servers-list-changed callback being called when Encoder is being destroyed, and stop ~Encoder throwing exceptions. I'm not sure if the catch (...) in ~Encoder will hide problems that we should be handling, but I think by the time ~Encoder is happening we'll already have seen any exceptions that we need to report. | |||
| 2016-06-19 | Bump version | Carl Hetherington | |
| 2016-06-19 | Bump versionv2.8.12 | Carl Hetherington | |
| 2016-06-19 | Render bold subtitles correctly in preview / burn-in. | Carl Hetherington | |
| 2016-06-19 | Bump libsub for fixes to SSA/ASS parsing. | Carl Hetherington | |
| 2016-06-19 | Updated pt_BR translation from Max M. Fuhlendorf. | Carl Hetherington | |
| 2016-06-19 | Bump version | Carl Hetherington | |
| 2016-06-19 | Bump versionv2.8.11 | Carl Hetherington | |
| 2016-06-19 | Merge branch 'master' of ssh://git.carlh.net/home/carl/git/dcpomatic | Carl Hetherington | |
| 2016-06-19 | Missing Windows dependency. | Carl Hetherington | |
| 2016-06-19 | Bump version | Carl Hetherington | |
| 2016-06-19 | Bump versionv2.8.10 | Carl Hetherington | |
| 2016-06-18 | Parse .ass files using the text subtitle code. | Carl Hetherington | |
| 2016-06-18 | Fix special cscript build for Windows XP. | Carl Hetherington | |
| 2016-06-18 | Supporter. | Carl Hetherington | |
| 2016-06-18 | Try to fix 64-bit centos link of nettle. | Carl Hetherington | |
| 2016-06-18 | Use wx_to_std and std_to_wx for now. | Carl Hetherington | |
| 2016-06-17 | Add preference for the default number of DCP channels (#897). | Carl Hetherington | |
| 2016-06-17 | Missing virtual destructor. | Carl Hetherington | |
