summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2015-09-16Fix exception on adding an empty folder as content (#691).Carl Hetherington
2015-09-16Fix i18n of an error report.Carl Hetherington
2015-09-16Config option for default standard (SMPTE / Interop).Carl Hetherington
2015-09-16Rename update_sensitivity to setup_sensitivity for consistency.Carl Hetherington
2015-09-16Possible fix to problems when the Server is destroyed.Carl Hetherington
2015-09-16Set up OV/VF in name according to whether DCP content has been referenced.Carl Hetherington
2015-09-16Front-end to set up referencing of DCPs.Carl Hetherington
2015-09-16Back-end for very basic and hacky VF support for a DCP imported as content.Carl Hetherington
2015-09-15Fix crash when re-making certificates after deleting existing ones (#690).Carl Hetherington
2015-09-15Fix failure to display audio analysis in some cases.Carl Hetherington
2015-09-14Lots of #include <iostream>s for Arch.Carl Hetherington
2015-09-14Attempt to fix Windows build.Carl Hetherington
2015-09-14Fix analysis of audio when the subject is later in the playlist thanCarl Hetherington
2015-09-14Some use of BOOST_FOREACH.Carl Hetherington
2015-09-14Tidy up LOG_ macros.Carl Hetherington
2015-09-14Optimise checking of existing image data.Carl Hetherington
2015-09-14Add frame counter to transcode progress (#111).Carl Hetherington
2015-09-14Add export button for certificates.Carl Hetherington
2015-09-14Peak value of audio into the audio tab.Carl Hetherington
2015-09-14Add option to analyse audio automatically when content is added (#673).Carl Hetherington
2015-09-14Mark SCP as being the protocol for Doremi as well as AAM (#678).Carl Hetherington
2015-09-13Supporter.Carl Hetherington
2015-09-12Set reel number and start time on SMPTE subtitles to keep easyDCP player happy.Carl Hetherington
2015-09-11Remove unused in_channels() in AudioProcessor.Carl Hetherington
2015-09-11Fix assertion failure when processors return fewer channels than the DCP has.Carl Hetherington
2015-09-09Updated fr_FR translation from Thierry Journet.Carl Hetherington
2015-09-09Merge branch '2.0' of ssh://git.carlh.net/home/carl/git/dcpomatic2 into 2.0Carl Hetherington
2015-09-09Supporter.Carl Hetherington
2015-09-09Use SRC_LINEAR for speed when analysing audio (#685).Carl Hetherington
2015-09-06Don't create resamplers with no channels.Carl Hetherington
2015-09-05Don't bother with audio in the film viewer.Carl Hetherington
2015-09-05Use libsamplerate for resampling instead of FFmpeg / libsoxr.Carl Hetherington
2015-09-04Better error checking in Resampler.Carl Hetherington
2015-09-04Fix sizing of audio mapping view.Carl Hetherington
2015-09-02Use soxr resampler.Carl Hetherington
2015-09-02Don't share _terminate.Carl Hetherington
2015-09-01Don't start thread in constructor. (ServerFinder)Carl Hetherington
2015-09-01Don't start thread in constructor. (Writer)Carl Hetherington
2015-09-01Tidy up thread in destructor (Job)Carl Hetherington
2015-09-01Don't start thread in constructor. (JobManager)Carl Hetherington
2015-09-01Don't start thread in constructor; tidy up thread in destructor (UpdateChecker).Carl Hetherington
2015-09-01update.{cc,h} -> update_checker.{cc,h}.Carl Hetherington
2015-09-01Fix crash on cancellation of encodes during check of image data; allow cancel...Carl Hetherington
2015-09-01Add basic test for client/server with a J2K image.Carl Hetherington
2015-09-01Hack to remove boost atomic dependency.Carl Hetherington
2015-09-01Try to fix build.Carl Hetherington
2015-09-01Comment.Carl Hetherington
2015-09-01Fix duplicate name of _mutex in ExceptionStore and some of its children.Carl Hetherington
2015-09-01Protect _threads with a mutex since it may be updated fromCarl Hetherington
2015-08-31Reduce seek-inducing slack in SubtitleDecoder; see comment.Carl Hetherington