summaryrefslogtreecommitdiff
path: root/src/lib/check_hashes_job.cc
AgeCommit message (Collapse)Author
2013-01-23Try to fix up paths for video MXFs, hashes and temporarily-stored frames.Carl Hetherington
2013-01-17Try to tidy up frame indexing; use DCP length obtained from the transcode to ↵Carl Hetherington
make the DCP.
2013-01-17dcp_trim -> trimCarl Hetherington
2013-01-17shared_ptr is a bit excessive for DecodeOptions.Carl Hetherington
2013-01-17EncodeOptions can go.Carl Hetherington
2013-01-16Give DCPFrameRate a constructor. Add repeat member and cleverer dcp frame ↵Carl Hetherington
rate calculations.
2012-12-17Various fixes to still-image mode.Carl Hetherington
2012-12-16Split Options into encode / decode.Carl Hetherington
2012-11-04Various work on range setting.Carl Hetherington
2012-11-04Skip every other frame with 50fps sources.Carl Hetherington
2012-10-24Try to clean up source length handling.Carl Hetherington
2012-10-24Use boost::signals2; fix bugs with x-thread signalling.Carl Hetherington
2012-10-24Merge FilmState / Film.Carl Hetherington
2012-10-21Pass options only to jobs that need them.Carl Hetherington
2012-10-21Missing frames treated as bad on check hashes. Try to stop running makedcp ↵Carl Hetherington
if jobs fail.
2012-10-17Re-work FilmState / Film relationship a bit; Film now inherits from ↵Carl Hetherington
FilmState and FilmState does get/set.
2012-10-10Try to not start jobs if a dependant fails.Carl Hetherington
2012-10-07Fix up some bugs when using limited DCP range (reported by Wolfgang Woehl).Carl Hetherington
2012-10-02Use String::compose in a few places.Carl Hetherington
2012-09-25Re-transcode and re-check J2Ks after a bad one is found.Carl Hetherington
2012-09-25Basic J2K hash checking.Carl Hetherington