| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-09-17 | Speculative fix for crash on using the audio mapping view with i18n. | Carl Hetherington | |
| 2015-09-16 | Fix exception on adding an empty folder as content (#691). | Carl Hetherington | |
| 2015-09-16 | Fix i18n of an error report. | Carl Hetherington | |
| 2015-09-16 | Config option for default standard (SMPTE / Interop). | Carl Hetherington | |
| 2015-09-16 | Rename update_sensitivity to setup_sensitivity for consistency. | Carl Hetherington | |
| 2015-09-16 | Possible fix to problems when the Server is destroyed. | Carl Hetherington | |
| 2015-09-16 | Set up OV/VF in name according to whether DCP content has been referenced. | Carl Hetherington | |
| 2015-09-16 | Front-end to set up referencing of DCPs. | Carl Hetherington | |
| 2015-09-16 | Back-end for very basic and hacky VF support for a DCP imported as content. | Carl Hetherington | |
| 2015-09-15 | Fix crash when re-making certificates after deleting existing ones (#690). | Carl Hetherington | |
| 2015-09-15 | Fix failure to display audio analysis in some cases. | Carl Hetherington | |
| Before we were checking existing AnalyseAudioJobs by their audio analysis path, which may change after they have been run since they use up-to-date info such as the Film's processor. e.g. Run audio analysis for content. Enable processor. Re-run analysis for film; now before it would think that the existing job has done the *new* analysis because its path would be the same as the one we now want. | |||
| 2015-09-14 | Lots of #include <iostream>s for Arch. | Carl Hetherington | |
| 2015-09-14 | Attempt to fix Windows build. | Carl Hetherington | |
| 2015-09-14 | Fix analysis of audio when the subject is later in the playlist than | Carl Hetherington | |
| some other long piece of content. Small optimisation to AudioBuffers to extend size logarithmically. | |||
| 2015-09-14 | Some use of BOOST_FOREACH. | Carl Hetherington | |
| 2015-09-14 | Tidy up LOG_ macros. | Carl Hetherington | |
| 2015-09-14 | Optimise checking of existing image data. | Carl Hetherington | |
| When checking existing image data go from the end backwards until a good hash is found rather than from the start forwards until a bad hash is found. This is a lot quicker for long files but may miss a corrupted frame somewhere (however unlikely this is). | |||
| 2015-09-14 | Add frame counter to transcode progress (#111). | Carl Hetherington | |
| 2015-09-14 | Add export button for certificates. | Carl Hetherington | |
| 2015-09-14 | Peak value of audio into the audio tab. | Carl Hetherington | |
| 2015-09-14 | Add option to analyse audio automatically when content is added (#673). | Carl Hetherington | |
| 2015-09-14 | Mark SCP as being the protocol for Doremi as well as AAM (#678). | Carl Hetherington | |
| 2015-09-13 | Supporter. | Carl Hetherington | |
| 2015-09-12 | Set reel number and start time on SMPTE subtitles to keep easyDCP player happy. | Carl Hetherington | |
| 2015-09-11 | Remove unused in_channels() in AudioProcessor. | Carl Hetherington | |
| 2015-09-11 | Fix assertion failure when processors return fewer channels than the DCP has. | Carl Hetherington | |
| 2015-09-09 | Updated fr_FR translation from Thierry Journet. | Carl Hetherington | |
| 2015-09-09 | Merge branch '2.0' of ssh://git.carlh.net/home/carl/git/dcpomatic2 into 2.0 | Carl Hetherington | |
| 2015-09-09 | Supporter. | Carl Hetherington | |
| 2015-09-09 | Use SRC_LINEAR for speed when analysing audio (#685). | Carl Hetherington | |
| 2015-09-06 | Don't create resamplers with no channels. | Carl Hetherington | |
| 2015-09-05 | Don't bother with audio in the film viewer. | Carl Hetherington | |
| 2015-09-05 | Use libsamplerate for resampling instead of FFmpeg / libsoxr. | Carl Hetherington | |
| libsoxr was crashing on Windows and seems somewhat unmaintained. | |||
| 2015-09-04 | Better error checking in Resampler. | Carl Hetherington | |
| 2015-09-04 | Fix sizing of audio mapping view. | Carl Hetherington | |
| Before it would start with a wide column 0 and then resize on the first click. | |||
| 2015-09-02 | Use soxr resampler. | Carl Hetherington | |
| 2015-09-02 | Don't share _terminate. | Carl Hetherington | |
| _terminate was being shared between enqueue() and the encoding threads so that when terminating and recreating the encoding threads any pending enqueue() was dropped (#683). | |||
| 2015-09-01 | Don't start thread in constructor. (ServerFinder) | Carl Hetherington | |
| 2015-09-01 | Don't start thread in constructor. (Writer) | Carl Hetherington | |
| 2015-09-01 | Tidy up thread in destructor (Job) | Carl Hetherington | |
| 2015-09-01 | Don't start thread in constructor. (JobManager) | Carl Hetherington | |
| 2015-09-01 | Don't start thread in constructor; tidy up thread in destructor (UpdateChecker). | Carl Hetherington | |
| 2015-09-01 | update.{cc,h} -> update_checker.{cc,h}. | Carl Hetherington | |
| 2015-09-01 | Fix crash on cancellation of encodes during check of image data; allow ↵ | Carl Hetherington | |
| cancellation during this time (#679). | |||
| 2015-09-01 | Add basic test for client/server with a J2K image. | Carl Hetherington | |
| 2015-09-01 | Hack to remove boost atomic dependency. | Carl Hetherington | |
| 2015-09-01 | Try to fix build. | Carl Hetherington | |
| 2015-09-01 | Comment. | Carl Hetherington | |
| 2015-09-01 | Fix duplicate name of _mutex in ExceptionStore and some of its children. | Carl Hetherington | |
| 2015-09-01 | Protect _threads with a mutex since it may be updated from | Carl Hetherington | |
| the GUI thread (via ServersChanged) or from the job thread (via end ()). | |||
