summaryrefslogtreecommitdiff
path: root/test/test.cc
AgeCommit message (Collapse)Author
2016-07-08Fix failure to analyse audio in some cases.Carl Hetherington
This fixes audio-only content when the first-emitted audio is not at time zero. This used to cause a seek which is not possible with audio-only. This commit removes the unnecessary seek which was due to missing silent-padding of the first-emitted audio.
2016-06-21Revert "Use make_shared<>."Carl Hetherington
Support for this seems to vary wildly across DoM's build targets. Stuff that builds on 16.04 won't build on 14.04, for example. Seems to not be worth the hassle now. This reverts commit 5a5324ed3a381a86dfe0a6e3932c1d58fdcd596f.
2016-06-21Use make_shared<>.Carl Hetherington
2016-05-25No-op; fix GPL address and use the explicit-program-name version.Carl Hetherington
2016-05-18Better information when check_audio_file fails.Carl Hetherington
2015-12-11Rename Server -> EncodeServer, ServerFinder -> EncodeServerFinder, ↵Carl Hetherington
ServerDescription -> EncodeServerDescription.
2015-11-03Attempt to fix test idle hacks.Carl Hetherington
2015-10-19Calm logging during tests.Carl Hetherington
2015-09-14More <iostream> includes for Arch.Carl Hetherington
2015-09-14Quieten tests a bit.Carl Hetherington
2015-08-26Stop ui_idle() being called loads and loads of times during tests.Carl Hetherington
2015-08-26Include tidying src/lib/a-j*.hCarl Hetherington
2015-07-15More informative failures.Carl Hetherington
2015-06-21No-op: remove all trailing whitespace.Carl Hetherington
2015-06-19No-op; variable renaming.Carl Hetherington
2015-06-10Ignore differing SMPTE subtitle issue dates when comparing DCPs.Carl Hetherington
2015-06-10Fix warnings.Carl Hetherington
2015-06-08Adapt for changes to libdcp API.Carl Hetherington
2015-06-04Add some debugging for the weird 'you must add some content' occasional test ↵Carl Hetherington
failure.
2015-06-03Potentially nicer version of previous.Carl Hetherington
2015-06-03Attempt to fix random test failures due to examine content jobs not quite ↵Carl Hetherington
finishing.
2015-05-27Use BOOST_REQUIRE to stop a hail of errors.Carl Hetherington
2015-05-25Test fixes.Carl Hetherington
2015-05-20Speculative alteration to server port for tests.Carl Hetherington
2015-05-1722b13e0d021313d3b0bc6a65abf535878f45d278 from master; add test for audio ↵Carl Hetherington
analysis with -ve delay.
2015-05-13Rename UISignaller -> SignalManager.Carl Hetherington
2015-05-08Try to fix previous.Carl Hetherington
2015-05-08Fix excessive errors in tests when one job fails.Carl Hetherington
2015-04-30Fix check_xml that ignored attributes.Carl Hetherington
2015-02-08Fix memory leak in test.Carl Hetherington
2015-01-08Fix build.Carl Hetherington
2014-10-26Another missing Magick hack.Carl Hetherington
2014-09-10Make tests robust to config changes of J2K bandwidth.Carl Hetherington
2014-08-24Fix tests.Carl Hetherington
2014-07-22Write subtitle intrinsic durations to match the picture in the reel; sort ↵Carl Hetherington
out test fiasco after making libdcp compare DCPs properly again.
2014-07-01Fix build.Carl Hetherington
2014-06-27Fix segfault when tests fail.Carl Hetherington
2014-06-20Fix small .srt parsing bug; add a test.Carl Hetherington
2014-06-20Merge master; fix destruction of Server; some test cleanups.Carl Hetherington
2014-06-12Merge master.Carl Hetherington
2014-06-10Use ISDCF rather than DCI when talking about the digital cinemaCarl Hetherington
naming convention (#362). Reported-by: Mattias Mattsson
2014-05-02Hopefully fix crash at the end of tests.Carl Hetherington
2014-04-29Various comment fixes to tests.Carl Hetherington
2014-04-10More comprehensive error report from tests.Carl Hetherington
2014-04-02Various fixes to FFmpeg decoder, including a couple of tests.Carl Hetherington
2014-02-24Tweaks for libdcp.Carl Hetherington
2014-02-12It builds again.Carl Hetherington
2014-01-23Merge master.Carl Hetherington
2014-01-23Add test for recovery-after-crash in 3D.Carl Hetherington
2014-01-15Merge 1.0-seek and subtitle-content.Carl Hetherington