BOOST_FOREACH.
[dcpomatic.git] / src / lib / job.cc
2021-01-07 Carl HetheringtonBOOST_FOREACH.
2021-01-07 Carl Hetheringtonstd::shared_ptr
2020-07-29 Carl HetheringtonFix bugs in thread termination causing occasional pthread
2020-04-14 Carl HetheringtonDCPReadError -> ReadError in libdcp.
2020-04-13 Carl HetheringtonTry to give a better error when we fail to start J2K...
2020-03-06 Carl HetheringtonStop threads at the start of their object's destruction...
2020-01-30 Carl HetheringtonVarious thread cleanups.
2019-12-06 Carl HetheringtonAdjust for changes to libdcp API.
2019-05-30 Carl HetheringtonMerge branch 'v2.15.x' of ssh://git.carlh.net/home...
2019-05-30 Carl HetheringtonDestory TranscodeJob earlier, hopefully to fix #1570.
2019-05-10 Carl HetheringtonPut Time types in dcpomatic namespace.
2019-02-20 Carl HetheringtonReport job errors even if they contain < or >. Give...
2019-01-30 Carl HetheringtonFix non-translated days of the week (#1455).
2019-01-22 Carl HetheringtonPut details of missing asset paths into the job details...
2018-11-22 Carl HetheringtonSpeed up content discovery:
2018-11-21 Carl HetheringtonTidy and fix logging.
2018-08-28 Carl HetheringtonMerge branch 'master' of ssh://git.carlh.net/home/carl...
2018-08-28 Carl HetheringtonRemove unnecessary log entries.
2018-08-27 Carl HetheringtonRemove accidentally commented-out code.
2018-08-21 Carl HetheringtonGive a message when changed files are re-examined.
2018-08-16 Carl HetheringtonAdd pause/resume to the batch converter (#1248).
2018-07-07 Carl HetheringtonGive better errors when incorrect KDMs are used (#1326).
2018-02-27 Carl HetheringtonRemove relative path elements from test location.
2018-02-25 Carl HetheringtonHandle errors in subtitle XML better (#1209).
2018-02-16 Carl HetheringtonName threads on Linux.
2017-10-08 Carl HetheringtonFix some warnings (part of #1135).
2017-09-03 Carl HetheringtonSome more verbose errors.
2017-04-19 Carl HetheringtonVarious Doxygen fixes.
2017-01-29 Carl HetheringtonMerge branch 'master' of ssh://git.carlh.net/home/carl...
2017-01-28 Carl HetheringtonAdd priority control buttons to batch converter (#961).
2016-12-21 Carl HetheringtonMerge branch 'master' of ssh://git.carlh.net/home/carl...
2016-12-21 Carl HetheringtonAdd approximate finish time to progress on jobs (#927).
2016-09-30 Carl HetheringtonSpeed up response to a request to pause a job.
2016-09-28 Carl HetheringtonFix crash on 'report a problem' in the KDM creator.
2016-09-20 Carl HetheringtonGive better errors on Subrip parse failures.
2016-08-12 Carl HetheringtonRemove all use of stringstream in an attempt to fix
2016-07-22 Carl HetheringtonRename SafeStringStream -> locked_stringstream. Bump...
2016-07-07 Carl HetheringtonFix confusion about elapsed time of total job vs sub...
2016-07-05 Carl HetheringtonTry to improve progress reporting when doing image...
2016-06-29 Carl HetheringtonIncrease frequency of progres updates on long jobs...
2016-06-20 Carl HetheringtonMerge branch 'fix-encoder-threading' of ssh://git.carlh...
2016-06-20 Carl HetheringtonFix another case where an exception could be thrown...
2016-05-25 Carl HetheringtonNo-op; fix GPL address and use the explicit-program...
2015-12-18 Carl HetheringtonGive a more informative error when failing to find...
2015-12-09 Carl HetheringtonMore debugging.
2015-10-09 Carl HetheringtonLogging improvements to allow prettier displays in...
2015-10-09 Carl HetheringtonFix crash with no Film.
2015-10-09 Carl HetheringtonAllow _film to be 0.
2015-09-27 Carl HetheringtonMerge branch 'master' of ssh://git.carlh.net/home/carl...
2015-09-24 Carl Hetheringtonassert (joinable) before joining threads; fix possible...
2015-09-24 Carl HetheringtonFix possible null pointer dereference.
2015-09-18 Carl HetheringtonMerge branch 'master' of ssh://git.carlh.net/home/carl...
2015-09-18 Carl HetheringtonMake out-of-memory error message a bit more informative.
2015-09-14 Carl HetheringtonLots of #include <iostream>s for Arch.
2015-09-14 Carl HetheringtonAdd option to analyse audio automatically when content...
2015-09-01 Carl HetheringtonTidy up thread in destructor (Job)
2015-09-01 Carl HetheringtonFix crash on cancellation of encodes during check of...
2015-08-25 Carl HetheringtonPurge rint() and use llrint and friends.
2015-08-18 Carl HetheringtonInclude tidying.
2015-08-05 Carl HetheringtonMerge branch '2.0' of ssh://git.carlh.net/home/carl...
2015-08-05 Carl HetheringtonFix heinous thinko in previous.
2015-08-05 Carl HetheringtonImprove error reporting, in particular from dcpomatic_c...
2015-07-17 Carl HetheringtonMake a generic base for uploaders and move the SCP...
2015-06-21 Carl HetheringtonNo-op: remove all trailing whitespace.
2015-06-19 Carl HetheringtonNo-op; variable renaming.
2015-05-25 Carl Hetheringtond588620e70bf15da29cc242e4ae8d86977e8f36a from master...
2015-05-23 Carl HetheringtonFix deadlock.
2015-05-20 Carl HetheringtonMerge branch '2.0' of git.carlh.net:git/dcpomatic into 2.0
2015-05-13 Carl HetheringtonMerge branch '2.0' of git.carlh.net:git/dcpomatic into 2.0
2015-05-13 Carl HetheringtonRename UISignaller -> SignalManager.
2015-05-13 Carl HetheringtonFix crashes on x-thread signal emission.
2015-03-24 Carl HetheringtonHand-apply e30fd8d; resurrect JSON server code.
2015-02-04 Carl HetheringtonDon't truncate job statuses in the command line interfa...
2015-01-23 Carl HetheringtonHand-apply 111f02f4fc8ace359a16aea1c88c2821bf3dde31...
2015-01-20 Carl HetheringtonLimit length of error messages in the job manager view.
2014-12-03 Carl HetheringtonHand apply e4615ebe1cef519e3aaee317ca6d319fbb9a0903...
2014-11-06 Carl HetheringtonMerge branch '2.0' of ssh://main.carlh.net/home/carl...
2014-11-06 Carl HetheringtonBasic support for emailing a report of a problem (...
2014-10-25 Carl HetheringtonMerge master.
2014-10-24 Carl HetheringtonFix job pausing to actually work, and always add Pause...
2014-10-22 Carl HetheringtonMerge master.
2014-10-21 Carl HetheringtonMerge master.
2014-10-16 Carl HetheringtonMerge branch 'master' into 12bit
2014-10-15 Carl HetheringtonMerge master.
2014-10-08 Carl HetheringtonMerge master.
2014-10-02 Carl HetheringtonMerge remote-tracking branch 'origin/master' into 2.0
2014-09-30 Carl HetheringtonMerge remote-tracking branch 'origin/master' into 2.0
2014-09-29 Carl HetheringtonMerge master.
2014-09-22 Carl HetheringtonMerge remote-tracking branch 'origin/master' into 2.0
2014-09-16 Carl HetheringtonMerge master.
2014-09-12 Carl HetheringtonMerge master.
2014-09-11 Carl HetheringtonMerge master.
2014-09-10 Carl HetheringtonMerge master.
2014-09-10 Carl HetheringtonMerge remote-tracking branch 'origin/master' into 2.0
2014-09-09 Carl HetheringtonMerge remote-tracking branch 'origin/master' into 2.0
2014-09-09 Carl HetheringtonMerge master.
2014-09-08 Carl HetheringtonMerge master.
2014-09-07 Carl HetheringtonMerge master.
2014-09-03 Carl HetheringtonMerge master.
2014-08-31 Carl HetheringtonMerge remote-tracking branch 'origin/master' into 2.0
next