summaryrefslogtreecommitdiff
path: root/src/lib/matcher.cc
AgeCommit message (Collapse)Author
2013-06-26Another try at sorting out the thorny question of timing.Carl Hetherington
2013-05-07Another attempt to fix matching and confusions about the delay line.Carl Hetherington
2013-05-07Fix more incorrect logic.Carl Hetherington
2013-05-07Revert "Fix another bit of incorrect logic (this_is_first_audio was ↵Carl Hetherington
inverted). Also try to add _audio_starts_with_video mode to Matcher." This reverts commit 4ff5c21a9c3c2ea8ab3a253ef5658e3ee91e0bea.
2013-05-07Fix another bit of incorrect logic (this_is_first_audio was inverted). Also ↵Carl Hetherington
try to add _audio_starts_with_video mode to Matcher.
2013-05-07Fix typo preventing audio sync fixes when audio follows video.Carl Hetherington
2013-04-24Some const correctness.Carl Hetherington
2013-04-23Add a test; turn off verbose logging by default in makedcp; improve log message.Carl Hetherington
2013-04-15Repair very bad merge. Mysterious.Carl Hetherington
2013-04-15Merge master.Carl Hetherington
2013-03-08Numerous fixes to A/B mode so that at least it doesn't crash (#72).Carl Hetherington
2013-03-07Another attempt to fix up matching.Carl Hetherington
2013-03-06Another attempt to fix up matching.Carl Hetherington
2013-03-06Fix infinite loop.Carl Hetherington
2013-03-06Hopefully fix thinko.Carl Hetherington
2013-03-06Hopefully fix up still-image generation.Carl Hetherington
2013-03-06A little logging.Carl Hetherington
2013-03-06Tweak rounding. Pass pending video / audio back through so it is treated ↵Carl Hetherington
the same as the first time.
2013-03-06Fix thinko.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-06First cut.Carl Hetherington
2013-03-05Split timed from untimed sinks / sources. Should produce same output, in ↵Carl Hetherington
theory.
2013-02-28Various markup and tweaks.Carl Hetherington
2013-01-23Fix some unaligned images.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-16Try again to sort out image alignment a bit.Carl Hetherington
2012-11-18Call processor process_end methods as required. Remove questionable padding ↵Carl Hetherington
of audio length up to the nearest second. Don't emit audio in big blocks as it seems to crash FFmpeg. Fix a few things.
2012-11-15GPL boilerplate.Carl Hetherington
2012-11-12Missing files.Carl Hetherington