summaryrefslogtreecommitdiff
path: root/src/lib/ab_transcode_job.cc
AgeCommit message (Collapse)Author
2013-06-20Remove A/B mode for now.Carl Hetherington
2013-06-15Merge master.Carl Hetherington
2013-06-09Merge.Carl Hetherington
2013-06-04Some more logging in A/B transcoder.Carl Hetherington
2013-06-04Pass on exceptions from AB transcode job.Carl Hetherington
2013-05-31Various stuff; mostly change to decoder scaling and adding subtitle; scaling ↵Carl Hetherington
test.
2013-05-25Merge master and multifarious hackery.Carl Hetherington
2013-03-31Content can be added and previewed.Carl Hetherington
2013-03-31Runs.Carl Hetherington
2013-02-28Various markup and tweaks.Carl Hetherington
2013-02-16Remove now-unused job dependencies.Carl Hetherington
2013-01-17shared_ptr is a bit excessive for DecodeOptions.Carl Hetherington
2013-01-17EncodeOptions can go.Carl Hetherington
2012-12-19Re-work again so that there's just one encoder; various tweaks to ↵Carl Hetherington
still-image-with-audio.
2012-12-19Move audio into Encoder so that J2KStillEncoder can use it too. Rename ↵Carl Hetherington
J2KWAVEncoder -> J2KVideoEncoder.
2012-12-16Split Options into encode / decode.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-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-02Use String::compose in a few places.Carl Hetherington
2012-07-15Move things round a bit.Carl Hetherington