summaryrefslogtreecommitdiff
path: root/src/lib/ab_transcoder.cc
AgeCommit message (Collapse)Author
2013-06-20Remove A/B mode for now.Carl Hetherington
2013-05-31Various stuff; mostly change to decoder scaling and adding subtitle; scaling ↵Carl Hetherington
test.
2013-05-23Some more tidying up.Carl Hetherington
2013-05-10Remove gain/delay_line/matcher/trimmer.Carl Hetherington
2013-05-08Some tidying up. Do encode progress in the writer to improve progress bar ↵Carl Hetherington
movement with still-image DCPs (#130).
2013-04-26Merge master; fix crash on new film.Carl Hetherington
2013-04-25Remove Image::clone in favour of a copy constructor for SimpleImage; clean ↵Carl Hetherington
up A/B transcoder slightly; fix combiner if image strides differ; try to fix problems when destroying Encoders; fix SimpleImage copy constructor to cope with aligned images; don't call encoder::process_end if the encode throws an exception.
2013-04-23Connect Trimmer clsas.Carl Hetherington
2013-04-21Untested merge of master.Carl Hetherington
2013-04-15Repair very bad merge. Mysterious.Carl Hetherington
2013-04-15Merge master.Carl Hetherington
2013-04-04Split playlist files up; fix build.Carl Hetherington
2013-04-01Various bits.Carl Hetherington
2013-03-31Content can be added and previewed.Carl Hetherington
2013-03-31Runs.Carl Hetherington
2013-03-08Numerous fixes to A/B mode so that at least it doesn't crash (#72).Carl Hetherington
2013-03-06Try doing delay line by fiddling timestamps. Fix up confusion in A/B ↵Carl Hetherington
transcoder similar to that in standard one.
2013-03-06Revert "Split timed from untimed sinks / sources. Should produce same ↵Carl Hetherington
output, in theory." This reverts commit 18614dda0d53b713ace5ad1df57298d049dba87f.
2013-03-05Split timed from untimed sinks / sources. Should produce same output, in ↵Carl Hetherington
theory.
2013-03-01Make film hold its DCP frame rate.Carl Hetherington
2013-02-08Shuffle Job pointers around slightly.Carl Hetherington
2013-01-17shared_ptr is a bit excessive for DecodeOptions.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-16Split Options into encode / decode.Carl Hetherington
2012-12-16Integrated FFmpeg player (slow).Carl Hetherington
2012-11-18Fix process end on A/B transcoder too.Carl Hetherington
2012-11-17Another attempt to do external audio moderately nicely.Carl Hetherington
2012-11-16Various external audio fixes.Carl Hetherington
2012-11-15Untested rework of AB transcoder.Carl Hetherington
2012-11-15Untested external audio support; AB transcodes still broken.Carl Hetherington
2012-11-12Untested; more movement of stuff out of decoder.Carl Hetherington
2012-11-10More various AudioStream hacks.Carl Hetherington
2012-11-05Move trimming into the encoder; seems to be cleaner.Carl Hetherington
2012-11-04Various work on range setting.Carl Hetherington
2012-10-24Use boost::signals2; fix bugs with x-thread signalling.Carl Hetherington
2012-10-24Merge FilmState / Film.Carl Hetherington
2012-10-20Try to clean up stream handling wrt audio channel counts.Carl Hetherington
2012-10-14Try to clarify the difference between line size and stride.Carl Hetherington
2012-10-10Subs successfully exported with thumbs.Carl Hetherington
2012-10-09Remove some unnecessary code.Carl Hetherington
2012-09-29Entirely untested resampling to fix 24fps drop-frame.Carl Hetherington
2012-07-15Move things round a bit.Carl Hetherington