Merge master branch.
[dcpomatic.git] / src / lib / check_hashes_job.cc
2013-01-23 Carl HetheringtonMerge master branch.
2013-01-17 Carl HetheringtonMerge writer-thread with original which was time-cleanup.
2013-01-17 Carl HetheringtonTry to tidy up frame indexing; use DCP length obtained...
2013-01-17 Carl Hetheringtondcp_trim -> trim
2013-01-17 Carl Hetheringtonshared_ptr is a bit excessive for DecodeOptions.
2013-01-17 Carl HetheringtonEncodeOptions can go.
2013-01-16 Carl HetheringtonGive DCPFrameRate a constructor. Add repeat member...
2012-12-19 Carl HetheringtonFix merge.
2012-12-18 Carl HetheringtonMerge branch 'master' into video-player
2012-12-17 Carl HetheringtonVarious fixes to still-image mode.
2012-12-16 Carl HetheringtonMerge speed-up branch.
2012-12-16 Carl HetheringtonSplit Options into encode / decode.
2012-11-04 Carl HetheringtonFix merge; other tweaks.
2012-11-04 Carl HetheringtonVarious work on range setting.
2012-11-04 Carl HetheringtonMerge master.
2012-11-04 Carl HetheringtonSkip every other frame with 50fps sources.
2012-10-24 Carl HetheringtonTry to clean up source length handling.
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-21 Carl HetheringtonMissing frames treated as bad on check hashes. Try...
2012-10-17 Carl HetheringtonRe-work FilmState / Film relationship a bit; Film now...
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-10 Carl HetheringtonMerge branch 'master' of /home/carl/git/dvdomatic
2012-10-07 Carl HetheringtonFix up some bugs when using limited DCP range (reported...
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-09-28 Carl HetheringtonMerge branch 'master' of /home/carl/git/dvdomatic
2012-09-25 Carl HetheringtonRe-transcode and re-check J2Ks after a bad one is found.
2012-09-25 Carl HetheringtonBasic J2K hash checking.