summaryrefslogtreecommitdiff
path: root/src/lib/check_content_change_job.h
AgeCommit message (Collapse)Author
2022-06-10Rename CheckContentChangeJob -> CheckContentJob.Carl Hetherington
2022-04-09Add some missing override labels.Carl Hetherington
2021-11-28Rearrange checking (and re-examining) content.Carl Hetherington
Most importantly, checking of content for changes before making a DCP is now done in the TranscodeJob (rather than being in a separate job). This makes things a little neater and also makes the batch converter less confusing when you add a job whose content has changed.
2021-01-07std::shared_ptrCarl Hetherington
2020-03-06Stop threads at the start of their object's destruction in all Job cases.Carl Hetherington
2019-07-25Fix erroneous content change message.Carl Hetherington
2019-07-23Tidy up handling of content-modified checks when using the dcpomatic_cli.Carl Hetherington
2018-08-21Check content before making DCP.Carl Hetherington
2018-08-21Check content for changes on loading a project.Carl Hetherington