Use the V1.x image filename sorting method.
[dcpomatic.git] / src / lib / scp_dcp_job.cc
2015-06-21 Carl HetheringtonNo-op: remove all trailing whitespace.
2015-06-19 Carl HetheringtonNo-op; variable renaming.
2015-03-24 Carl HetheringtonHand-apply e30fd8d; resurrect JSON server code.
2014-10-16 Carl HetheringtonMerge branch 'master' into 12bit
2014-08-11 Carl HetheringtonMerge master.
2014-08-11 Carl HetheringtonRemove some left-over JSON bits.
2014-08-09 Carl HetheringtonProperly remove JSON server; remove some unused usings...
2014-06-02 Carl HetheringtonMerge master.
2014-05-21 Carl HetheringtonTry to fix clashes caused by ERROR, WARNING etc. as...
2014-05-21 Carl HetheringtonTidy up logging a bit. Make it configurable from the...
2014-02-24 Carl HetheringtonMerge master; specify libdcp-1.0.
2014-02-19 Carl HetheringtonAdd some basic JSON stuff.
2014-02-11 Carl HetheringtonMerge master.
2014-02-05 Carl HetheringtonMerge.
2014-02-05 Carl HetheringtonFix some coverity-reported stuff.
2013-12-29 Carl HetheringtonMerge branch '1.0' into 1.0-seek
2013-12-29 Carl HetheringtonFix previous.
2013-12-29 Carl HetheringtonFix a number of missing fopen_boost replacements; might...
2013-10-19 Carl HetheringtonMore string -> boost::filesystem::path.
2013-09-17 Carl HetheringtonMerge 1.0 in.
2013-07-16 Carl HetheringtonFix a couple of resource leaks on exceptions being...
2013-07-09 Carl HetheringtonMerge master.
2013-06-20 Carl HetheringtonMerge branch '1.0' of ssh://houllier/home/carl/git...
2013-06-20 Carl HetheringtonVarious fixes to make audio analysis sort-of work.
2013-03-01 Carl HetheringtonMerge master.
2013-03-01 Carl HetheringtonMerge branch 'master' of /home/carl/git/dvdomatic
2013-02-28 Carl HetheringtonVarious markup and tweaks.
2013-02-16 Carl HetheringtonMerge branch 'direct-mxf' of /home/carl/git/dvdomatic...
2013-02-16 Carl HetheringtonRemove now-unused job dependencies.
2013-02-07 Carl HetheringtonMerge.
2013-02-02 Carl HetheringtonMerge branch 'direct-mxf' of /home/carl/git/dvdomatic...
2013-02-02 Carl HetheringtonInsist on boost 1.45 and hence filesystem v3 now that...
2012-10-24 Carl HetheringtonUse boost::signals2; fix bugs with x-thread signalling.
2012-10-24 Carl HetheringtonMerge FilmState / Film.
2012-10-21 Carl HetheringtonPass options only to jobs that need them.
2012-10-16 Carl HetheringtonMerge branch 'master' of /home/carl/git/dvdomatic
2012-10-16 Carl HetheringtonPartial attempt at cleanup of naming straight vs DCI.
2012-10-15 Carl HetheringtonMerge branch 'master' of /home/carl/git/dvdomatic
2012-10-10 Carl HetheringtonMerge branch 'master' into subs
2012-10-10 Carl HetheringtonTry to not start jobs if a dependant fails.
2012-10-03 Carl HetheringtonMerge.
2012-10-02 Carl HetheringtonMerge branch 'resample-drop-frame'
2012-10-02 Carl HetheringtonUse String::compose in a few places.
2012-07-27 Carl HetheringtonClean up a few bits.
2012-07-27 Carl HetheringtonUse correct type for file sizes to fix problems with...
2012-07-24 Carl HetheringtonUse stdio for reading jobs for SCP.
2012-07-18 Carl HetheringtonTidy SCPDCPJob's status reporting.
2012-07-18 Carl HetheringtonNo need to catch exceptions from run(); Job already...
2012-07-14 Carl HetheringtonMove things round a bit.