summaryrefslogtreecommitdiff
path: root/src/lib/job.cc
AgeCommit message (Expand)Author
2014-08-23Merge master.Carl Hetherington
2014-08-19Use SafeStringStream instead of std::stringstream to try to fix random crashe...Carl Hetherington
2014-08-11Merge master.Carl Hetherington
2014-08-11Remove some left-over JSON bits.Carl Hetherington
2014-06-02Merge master.Carl Hetherington
2014-04-27Merge master.Carl Hetherington
2014-04-27Open an error dialogue on uncaught exceptions in the main loop. Check that t...Carl Hetherington
2014-04-10Log all job errors to the file.Carl Hetherington
2014-03-06Fix build.Carl Hetherington
2014-03-05Another attempt to fix the race in dcpomatic_create.Carl Hetherington
2014-03-05Merge branch 'master' into 2.0Carl Hetherington
2014-03-05Fix nasty race in dcpomatic_create.Carl Hetherington
2014-02-24Tweaks for libdcp.Carl Hetherington
2014-02-24Merge master; specify libdcp-1.0.Carl Hetherington
2014-02-19Add some basic JSON stuff.Carl Hetherington
2014-02-11Partial hacks to use of libdcp 1.0.Carl Hetherington
2014-02-11Merge master.Carl Hetherington
2014-02-09Various OOM fixes; fancy terminate() handler.Carl Hetherington
2013-12-13Time -> DCPTime.Carl Hetherington
2013-11-08Don't display frames per second during digest calculation; clear job sub-name...Carl Hetherington
2013-11-07Force initial update of progress so that the sub-job gets updates straight away.Carl Hetherington
2013-10-19Some improvements in progress reporting, especially for long jobs.Carl Hetherington
2013-08-29Use my @dcpomatic.com address for now rather than a non-existant mailing list.Carl Hetherington
2013-07-25Move resampling back into AudioDecoder and fix various screw-ups with audio i...Carl Hetherington
2013-07-22Try to fix deadlock.Carl Hetherington
2013-07-20Remove polling from JobManagerView and use signals instead (fixes #137).Carl Hetherington
2013-07-20Don't crash with bad content (#135).Carl Hetherington
2013-07-17tabs -> spaces.Carl Hetherington
2013-06-21Fix tests.Carl Hetherington
2013-06-20Various fixes to make audio analysis sort-of work.Carl Hetherington
2013-05-09Merge master.Carl Hetherington
2013-05-04Make batch converter basically work.Carl Hetherington
2013-04-15Merge master.Carl Hetherington
2013-04-14Merge branch 'content-rework-take5' of /home/carl/git/dvdomatic into content-...Carl Hetherington
2013-04-13DVD-o-matic -> DCP-o-matic.Carl Hetherington
2013-04-12Catch exceptions when checking disk space.Carl Hetherington
2013-03-31Runs.Carl Hetherington
2013-03-26Basics of allowing job cancellation (#83, #16).Carl Hetherington
2013-03-06Catch exception thrown by checking the space on a filesystem using a non-exis...Carl Hetherington
2013-03-01Merge master.Carl Hetherington
2013-02-28Various markup and tweaks.Carl Hetherington
2013-02-25Tidy up creation of analysis a bit.Carl Hetherington
2013-02-24Tweak job progress reporting.Carl Hetherington
2013-02-16Remove now-unused job dependencies.Carl Hetherington
2013-02-12Never say 100% when not finished (part of #44).Carl Hetherington
2013-02-12Add details button to job manager; stretch jobs across the whole of the botto...Carl Hetherington
2012-12-13Remove bugs everywhere; mantis instead. Catch all exceptions ever from a job.Carl Hetherington
2012-11-19Remove unused Processor::process_begin; some docs.Carl Hetherington
2012-11-04Various fixes.Carl Hetherington
2012-10-24Use boost::signals2; fix bugs with x-thread signalling.Carl Hetherington