summaryrefslogtreecommitdiff
path: root/run/tests
AgeCommit message (Collapse)Author
2016-07-28Add new --backtrace option to tests script.Carl Hetherington
2016-06-14Clean up of 3D->2D conversion.Carl Hetherington
It makes slightly more sense to discard 2D in the Transcoder rather than the Encoder. Unfortunately this requires quite invasive changes, mainly to remove Encoder::_position and instead derive this information from the PlayerVideo that is being handled. This is also nicer than before, I think. A notable change is that in player.cc; using time rather than content_video_to_dcp(). This means we are assuming that the decoder returns video at the time we ask it to, rather than checking what it has returned. I can't think of a problem with this (yet).
2015-09-14Quieten tests a bit more.Carl Hetherington
2015-08-26Separate ExceptionStore.Carl Hetherington
2015-06-18Add --quiet option.Carl Hetherington
2015-06-02Handle multiple audio streams in a single piece of contentCarl Hetherington
in a similar way to the V1 patch.
2015-05-13Fix test reference after subtitle fixes.Carl Hetherington
2014-11-13Remove output stream fiddling as it stops run/tests returning an error code ↵Carl Hetherington
on test failure.
2014-10-25Various updates to test reference files; mostly small changes after 12-bit ↵Carl Hetherington
support.
2013-11-16Update test reference.Carl Hetherington
2013-11-06Pass parameters to tests so that we can use --log_level and --run_test etc.Carl Hetherington
2013-06-27Turn off boost tests catching of child errors, which screws up when ffprobe ↵Carl Hetherington
fails.
2012-07-21Remove long tests in favour of full test corpus.Carl Hetherington