| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-10-13 | Some attempts to block referencing of DCPs when it is not possible. | Carl Hetherington | |
| 2015-10-12 | Rename split-by-video content slightly; fix referencing to multi-reel DCPs. | Carl Hetherington | |
| 2015-10-12 | Fix merge. | Carl Hetherington | |
| 2015-10-12 | Implement Film::reels(). | Carl Hetherington | |
| 2015-10-12 | Try to clarify period from/to. | Carl Hetherington | |
| I believe we have things set up so that if we have, say, two pieces of content of length 8 the first should start at 0 and the second at 8: Time 0--1--2--3--4--5--6--7--8 Sample | 1| 2| 3| 4| 5| 6| 7| 8| | |||
| 2015-10-12 | Un-attached reel UI. | Carl Hetherington | |
| 2015-10-12 | Basics of reel split. | Carl Hetherington | |
| 2015-10-12 | Templatise TimePeriod and add DCPTimePeriod. | Carl Hetherington | |
| 2015-10-12 | Updated nl_NL translation from Rob van Nieuwkerk. | Carl Hetherington | |
| 2015-10-11 | Fix missing preview of referenced DCPs; deciding whether to ignore DCP ↵ | Carl Hetherington | |
| content is done in the player. | |||
| 2015-10-11 | Add debug option to log SMTP session transcripts. | Carl Hetherington | |
| 2015-10-11 | Better progress indication when finding subs (#711). | Carl Hetherington | |
| 2015-10-11 | White space. | Carl Hetherington | |
| 2015-10-11 | Missing part of last commit. | Carl Hetherington | |
| 2015-10-11 | Tweak Lfe response of upmixer b to match upmixer a. | Carl Hetherington | |
| 2015-10-11 | Updated ru_RU translation from Igor Voytovich. | Carl Hetherington | |
| 2015-10-11 | Updated pl_PL translation from Marek Skrzelowski. | Carl Hetherington | |
| 2015-10-10 | Tweak Lfe and C responses in upmixer-A to meet the desired frequency ranges ↵ | Carl Hetherington | |
| more closely. | |||
| 2015-10-10 | Missing virtual destructor. | Carl Hetherington | |
| 2015-10-10 | Fix windows build | Carl Hetherington | |
| 2015-10-10 | Updated nl_NL translation from Rob van Nieuwkerk. | Carl Hetherington | |
| 2015-10-09 | Missing include. | Carl Hetherington | |
| 2015-10-09 | Nicer default labels in certificate chains. | Carl Hetherington | |
| 2015-10-09 | Logging improvements to allow prettier displays in the server GUI. | Carl Hetherington | |
| 2015-10-09 | Comment. | Carl Hetherington | |
| 2015-10-09 | Remove use of fmemopen. | Carl Hetherington | |
| 2015-10-09 | Tweak naming of KDM emails and attachments. | Carl Hetherington | |
| 2015-10-09 | Missing files. | Carl Hetherington | |
| 2015-10-09 | Replace quickmail with a direct (and asynchronous) libcurl email sender. | Carl Hetherington | |
| 2015-10-09 | Nicer job name with no film. | Carl Hetherington | |
| 2015-10-09 | Better error if no mail server has been configured. | Carl Hetherington | |
| 2015-10-09 | Connect dcpomatic_kdm to backend. | Carl Hetherington | |
| 2015-10-09 | Fix crash with no Film. | Carl Hetherington | |
| 2015-10-09 | Remove use of Film in KDM stuff. | Carl Hetherington | |
| 2015-10-09 | Remove the need for ScreenKDM::collect. | Carl Hetherington | |
| 2015-10-09 | Try to clean up KDM creation code a bit. | Carl Hetherington | |
| 2015-10-09 | Allow _film to be 0. | Carl Hetherington | |
| 2015-10-09 | Allow _film to be 0. | Carl Hetherington | |
| 2015-10-08 | Update to fr_FR translation from Thierry Journet. | Carl Hetherington | |
| 2015-10-06 | Small fix to fr_FR. | Carl Hetherington | |
| 2015-10-06 | Comment. | Carl Hetherington | |
| 2015-10-06 | 1. Set correct FrameRateChanges for subtitle content; they should | Carl Hetherington | |
| be made from the subtitle's "native" rate so that subtitle times are corrected when the DCP rate is not the same. 2. After this we only need the best overlap rate for SndfileContent so move the code. Also fix it as it never found overlaps before. | |||
| 2015-10-06 | Make sure SMPTE subtitle MXFs get the right intrinsic duration. | Carl Hetherington | |
| 2015-10-06 | Speculative support for multi-part subtitles (#709). | Carl Hetherington | |
| 2015-10-05 | pot/merge. | Carl Hetherington | |
| 2015-10-04 | Fix subtitle timing under trim. | Carl Hetherington | |
| 2015-10-04 | Fix deadlock. | Carl Hetherington | |
| 2015-10-03 | More logs in problem report email. | Carl Hetherington | |
| 2015-10-02 | Merge branch 'master' of ssh://git.carlh.net/home/carl/git/dcpomatic | Carl Hetherington | |
| 2015-10-02 | Speculative fix for hangs during Encoder::end(). | Carl Hetherington | |
| I think it's possible that, if an exception is thrown by an Encoder thread during the clear-out loop at the top of Encoder::end, that loop will hang waiting for a notify() on _full_condition that never comes. Fix this by rethrow()ing in this loop and notifying _full_condition if an encoder thread throws an exception. | |||
