summaryrefslogtreecommitdiff
path: root/src/lib/combiner.cc
AgeCommit message (Collapse)Author
2013-07-10Remove old combiner.ccCarl Hetherington
2013-07-08Somewhat hacky fix to crashes in A/B with some filters.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-24Some const correctness.Carl Hetherington
2013-04-19Fix warning.Carl Hetherington
2013-04-15Repair very bad merge. Mysterious.Carl Hetherington
2013-03-08Numerous fixes to A/B mode so that at least it doesn't crash (#72).Carl Hetherington
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.
2012-12-22Add -Wextra and fix the warnings.Carl Hetherington
2012-12-19Re-work again so that there's just one encoder; various tweaks to ↵Carl Hetherington
still-image-with-audio.
2012-11-18Fix mis-alignment of copied AlignedImages; add some asserts; some docs.Carl Hetherington
2012-11-15GPL boilerplate.Carl Hetherington
2012-11-15Untested rework of AB transcoder.Carl Hetherington