summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2021-12-25Extract and improve code to find missing files (#1940).Carl Hetherington
2021-12-24Tidy up backing up of config files, improve the tests a little and fix it for...Carl Hetherington
2021-12-23Fix mistake in a7f61a15 causing bad_alloc exceptions during tests.Carl Hetherington
2021-12-23Fix deadlock in test, caused by setting jobs to finished before they have bee...Carl Hetherington
2021-12-23Fix a load of stuff that wasn't being freed on close.Carl Hetherington
2021-12-23Add image_as_jpeg()Carl Hetherington
2021-12-23Move Image::as_png() out to image_as_png().Carl Hetherington
2021-12-23Remove unnecessary method.Carl Hetherington
2021-12-21Fix trimming of ATMOS MXFs.Carl Hetherington
2021-12-18Cleanup: remove unnecessary parameter to PlayerVideo::force().Carl Hetherington
2021-12-18Move make_dcp() out of Film (#2132).Carl Hetherington
2021-12-06Set up {m,c,a}times on copied files (#2145).Carl Hetherington
2021-11-29Add --gain option to dcpomatic_create.Carl Hetherington
2021-11-29Add --channel option to dcpomatic_create.Carl Hetherington
2021-11-28Rearrange checking (and re-examining) content.Carl Hetherington
2021-11-28Simplify and fix job scheduler, especially with respect to the priority system.Carl Hetherington
2021-11-22Don't import luminance of 0 from 2.14.x metadata files (part of #2130).Carl Hetherington
2021-11-05C++11 tidying.Carl Hetherington
2021-11-03Stop some tests from writing things to test/data.Carl Hetherington
2021-11-03Run one test with fewer cores to stop it running out of memory on a 16-core 1...Carl Hetherington
2021-11-03Add ConfigRestorer and use it instead of setup_test_config() directly.Carl Hetherington
2021-11-02Add failing test.Carl Hetherington
2021-11-01Tidying.Carl Hetherington
2021-10-27Add a new test for subtitle timing when changing frame rate.Carl Hetherington
2021-10-27C++11 tidying.Carl Hetherington
2021-10-17Basic and slightly inaccurate support for <Space> in subtitles (#2103).Carl Hetherington
2021-10-15Always block waiting for audio when exporting.Carl Hetherington
2021-10-15Use an enum instead of a bool to specify blocking/non-blocking.Carl Hetherington
2021-10-15Fix test logging setup to actually work.Carl Hetherington
2021-10-15Add a failing test.Carl Hetherington
2021-10-12Hopefully fix race between thread finishing and cleanup being run (#2100).Carl Hetherington
2021-10-12Don't throw an error when the Butler says it is finished (#2097).Carl Hetherington
2021-10-11Replace some raw arrays with std::vectors.Carl Hetherington
2021-10-10Fix a test reference to account for windows filename slashes.Carl Hetherington
2021-10-09Don't ignore font settings for DCP subtitles (#2074).v2.15.167Carl Hetherington
2021-09-27Fix tests.v2.15.163Carl Hetherington
2021-09-27Test fixes.better-glCarl Hetherington
2021-09-27Various alignment tidying/fixups.Carl Hetherington
2021-09-27Replace aligned bool with enum Alignment.Carl Hetherington
2021-09-27Various alignment adjustments.Carl Hetherington
2021-09-27Setup Butler::_prepare_only_proxy on construction.Carl Hetherington
2021-09-27Add config location versioning (#2090).Carl Hetherington
2021-09-25Read ISDCF Metadata from 2.14.x metadata (#2083).cah
2021-09-20Add LastWrittenBy to metadata (#2080).Carl Hetherington
2021-09-20Use a constexpr and a nullptr.Carl Hetherington
2021-09-19Fix failure to open v2.14.x documents with invalid or empty subtitle language...Carl Hetherington
2021-08-12Missed test/data update.Carl Hetherington
2021-08-12Don't write empty <Text> nodes in subtitles/closed captions.Carl Hetherington
2021-07-03Use std::vector rather than a raw array.Carl Hetherington
2021-06-24Fix incorrect timestamps when exporting as reels (#2052).v2.15.155Carl Hetherington