summaryrefslogtreecommitdiff
path: root/src/lib/job_manager.cc
AgeCommit message (Collapse)Author
2015-09-24assert (joinable) before joining threads.Carl Hetherington
2015-09-15Fix 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-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-01Don't start thread in constructor. (JobManager)Carl Hetherington
2015-06-21No-op: remove all trailing whitespace.Carl Hetherington
2015-05-13Rename UISignaller -> SignalManager.Carl Hetherington
2015-05-13Fix crashes on x-thread signal emission.Carl Hetherington
Fix crashes on x-thread signal emission if the emitting object is destroyed between the storage of the message on the queue and the emission of the object in the UI thread.
2014-07-01while (1) -> while (true)Carl Hetherington
2013-11-09Try to fix crash on drop()ping JobManager. More debugging when resampler fails.Carl Hetherington
2013-11-09Drop JobManager on cli-exit for valgrind; use avcodec_free_frame rather than ↵Carl Hetherington
av_free.
2013-08-29Try again to fix ui signalling during tests.Carl Hetherington
2013-07-20Remove polling from JobManagerView and use signals instead (fixes #137).Carl Hetherington
2013-07-16Small bits of tidying up.Carl Hetherington
2013-04-13DVD-o-matic -> DCP-o-matic.Carl Hetherington
2013-02-16Remove now-unused job dependencies.Carl Hetherington
2012-10-25Fix up ze tests.Carl Hetherington
2012-10-25Maybe fix sensitivity when jobs are running.Carl Hetherington
2012-10-24Fix shared_ptr for Film.Carl Hetherington
2012-10-24Use boost::signals2; fix bugs with x-thread signalling.Carl Hetherington
2012-10-10Don't run more than one job at once.Carl Hetherington
2012-10-10Try to not start jobs if a dependant fails.Carl Hetherington
2012-10-07Simple test to make sure a couple of simple make DCP jobs complete.Carl Hetherington
2012-09-25Re-transcode and re-check J2Ks after a bad one is found.Carl Hetherington
2012-07-22Cross-platform sleep.Carl Hetherington
2012-07-15Move things round a bit.Carl Hetherington