summaryrefslogtreecommitdiff
path: root/run
AgeCommit message (Collapse)Author
2019-05-07Fix manual build.Carl Hetherington
2019-05-03Increase unit test log level.Carl Hetherington
2019-03-25Fix path in startup script.Carl Hetherington
2019-02-09Update run/dcpomatic script for OS X.Carl Hetherington
2019-01-09Add run_scaled option to startup script.Carl Hetherington
2018-12-10Do full leak check on dcpomatic_cliCarl Hetherington
2018-12-07Test i18n with de_DE.Carl Hetherington
2018-11-29swaroop: basic pass-through mp4 encoder.Carl Hetherington
2018-11-28Turn off crazily-verbose test logging.Carl Hetherington
2018-11-24Try to get more logs in tests.Carl Hetherington
2018-11-22Playlist editor stub.Carl Hetherington
2018-09-05Tweak valgrind suppressions.Carl Hetherington
2018-02-12Add commented-out valgrind line which can be used with gdb.Carl Hetherington
2017-12-29Leak check on valgrind.Carl Hetherington
2017-10-22Revert incorrect commit.Carl Hetherington
2017-10-21Remove some old deps; add 17.10.Carl Hetherington
2017-10-16Catch system errors while doing backtraces.Carl Hetherington
2017-08-14Stub player.Carl Hetherington
2017-06-29Allow running of test scripts from anywhere.Carl Hetherington
2017-05-23Try to get core dumps when tests crash.Carl Hetherington
2017-05-15Try to fix return code from jenkins test run.Carl Hetherington
2017-04-19Fix some library paths.Carl Hetherington
2017-04-19Fix test startup script in some environments.Carl Hetherington
2017-04-19Various fixes to push audio vaguely in the right direction.Carl Hetherington
2017-04-10Add a library path for a test script.Carl Hetherington
2017-01-29Hack for running development environment in some cases.Carl Hetherington
2017-01-16Add hack for new work profile setup.Carl Hetherington
2016-09-19Track FDs when using valgrind.Carl Hetherington
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-10-30Some more valgrind suppressions.Carl Hetherington
2015-10-09Try to improve _server on OSX.Carl Hetherington
2015-10-09Graphics rearrangement and probably breakage.Carl Hetherington
2015-10-09Shell of KDM GUI tool.Carl Hetherington
2015-10-09Rename dcpomatic_kdm -> dcpomatic_kdm_cli.Carl Hetherington
2015-09-14Quieten tests a bit more.Carl Hetherington
2015-08-27Add callgrind to dcpomatic_cli script.Carl Hetherington
2015-08-26Separate ExceptionStore.Carl Hetherington
2015-08-04Add --standard option to dcpomatic_createCarl Hetherington
2015-07-24Fix run/dcpomatic_batch script to work again.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
2015-01-30Remove old OS X hacks in run/dcpomatic.Carl Hetherington
2015-01-06Fix a few scripts for v2.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.
2014-10-04Fix run script for CLI version.Carl Hetherington
2014-09-10Merge master.Carl Hetherington
2014-09-10Fix warning.Carl Hetherington