| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-04-24 | Add subtitle analysis so that the outline of all subtitles | Carl Hetherington | |
| in a piece of content can be overlaid onto the preview (#1233). | |||
| 2020-01-30 | Various thread cleanups. | Carl Hetherington | |
| 2019-01-08 | Make sure audio analysis is re-run even if there's an existing job for the ↵ | Carl Hetherington | |
| same playlist (but with different settings) (fixed #1257). | |||
| 2018-11-27 | Fix active job signalling. | Carl Hetherington | |
| 2018-11-23 | Use a foreach. | Carl Hetherington | |
| 2018-11-23 | Another missing condition notify. | Carl Hetherington | |
| 2018-11-23 | Fix missing condition wake. | Carl Hetherington | |
| 2018-11-22 | Speed up content discovery: | Carl Hetherington | |
| 1. add all discovery jobs immediately rather than waiting for each one to finish (by polling) before starting the next. 2. replace polling with a condition in JobManager. | |||
| 2018-08-16 | Add pause/resume to the batch converter (#1248). | Carl Hetherington | |
| Add some missing locking to JobManager::decrease_priority. | |||
| 2018-05-29 | Fix job ordering when sending notification emails (more of #1286). | Carl Hetherington | |
| 2018-02-16 | Name threads on Linux. | Carl Hetherington | |
| 2018-02-10 | Fix odd behaviour when analysing single bits of audio which start at ↵ | Carl Hetherington | |
| non-zero positions (#1203). | |||
| 2017-01-28 | Add priority control buttons to batch converter (#961). | Carl Hetherington | |
| 2016-07-03 | Remove several exception-throwing asserts from destructors. | Carl Hetherington | |
| 2016-05-25 | No-op; fix GPL address and use the explicit-program-name version. | Carl Hetherington | |
| 2015-09-24 | assert (joinable) before joining threads. | 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 | 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-01 | Don't start thread in constructor. (JobManager) | Carl Hetherington | |
| 2015-06-21 | No-op: remove all trailing whitespace. | Carl Hetherington | |
| 2015-05-13 | Rename UISignaller -> SignalManager. | Carl Hetherington | |
| 2015-05-13 | Fix 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-01 | while (1) -> while (true) | Carl Hetherington | |
| 2013-11-09 | Try to fix crash on drop()ping JobManager. More debugging when resampler fails. | Carl Hetherington | |
| 2013-11-09 | Drop JobManager on cli-exit for valgrind; use avcodec_free_frame rather than ↵ | Carl Hetherington | |
| av_free. | |||
| 2013-08-29 | Try again to fix ui signalling during tests. | Carl Hetherington | |
| 2013-07-20 | Remove polling from JobManagerView and use signals instead (fixes #137). | Carl Hetherington | |
| 2013-07-16 | Small bits of tidying up. | Carl Hetherington | |
| 2013-04-13 | DVD-o-matic -> DCP-o-matic. | Carl Hetherington | |
| 2013-02-16 | Remove now-unused job dependencies. | Carl Hetherington | |
| 2012-10-25 | Fix up ze tests. | Carl Hetherington | |
| 2012-10-25 | Maybe fix sensitivity when jobs are running. | Carl Hetherington | |
| 2012-10-24 | Fix shared_ptr for Film. | Carl Hetherington | |
| 2012-10-24 | Use boost::signals2; fix bugs with x-thread signalling. | Carl Hetherington | |
| 2012-10-10 | Don't run more than one job at once. | Carl Hetherington | |
| 2012-10-10 | Try to not start jobs if a dependant fails. | Carl Hetherington | |
| 2012-10-07 | Simple test to make sure a couple of simple make DCP jobs complete. | Carl Hetherington | |
| 2012-09-25 | Re-transcode and re-check J2Ks after a bad one is found. | Carl Hetherington | |
| 2012-07-22 | Cross-platform sleep. | Carl Hetherington | |
| 2012-07-15 | Move things round a bit. | Carl Hetherington | |
