Don't crash immediately if there's no private data.
[dcpomatic.git] / test / test.cc
2023-03-22 Carl HetheringtonDon't crash immediately if there's no private data.
2023-02-12 Carl HetheringtonFix build for new libdcp.
2022-12-02 Carl HetheringtonFix stupid mistake in previous commit.
2022-12-02 Carl HetheringtonCatch problems when using dcp_file() and getting more...
2022-11-28 Carl HetheringtonRemove default container configuration option.
2022-11-25 Carl HetheringtonGive a slightly better error message in a failing test.
2022-11-24 Carl HetheringtonAllow a slightly worrying amount of error so that the...
2022-09-25 Carl HetheringtonMove Editor class to test.{cc,h}
2022-09-20 Carl HetheringtonFix subtitle_file() to find both Interop and SMPTE...
2022-08-11 Carl HetheringtonFix broken writing of 16-bit images (the pixels must...
2022-08-11 Carl HetheringtonCleanup: remove duplicated code.
2022-06-21 Carl HetheringtonUse boost::random for make_random_file to make it repea...
2022-06-07 Carl HetheringtonFix incorrect extension on interop subtitle files ...
2022-05-05 Carl HetheringtonUse dcp::File in DCP-o-matic (#2231).
2022-05-02 Carl HetheringtonAdd find_file from libdcp.
2022-05-01 Carl HetheringtonReplace some raw arrays with std::vectors.
2022-04-28 Carl HetheringtonAdd image_as_jpeg()
2022-04-28 Carl HetheringtonMove Image::as_png() out to image_as_png().
2022-04-28 Carl HetheringtonRemove unnecessary method.
2022-04-20 Carl HetheringtonMove make_dcp() out of Film (#2132).
2022-04-17 Carl HetheringtonMissing override label.
2022-04-03 Carl HetheringtonC++11 and whitespace cleanups.
2021-11-28 Carl HetheringtonRearrange checking (and re-examining) content.
2021-11-04 Carl HetheringtonAdd ConfigRestorer and use it instead of setup_test_con...
2021-09-27 Carl HetheringtonMerge branch 'better-gl' into v2.15.x
2021-09-27 Carl HetheringtonReplace aligned bool with enum Alignment.
2021-09-27 Carl HetheringtonVarious alignment adjustments.
2021-05-25 Carl HetheringtonMove video level conversion for RGB from FFmpegImagePro...
2021-05-25 Carl HetheringtonMake a test check more informative.
2021-04-23 Carl HetheringtonDo less logging during tests, but also log some details...
2021-04-23 Carl HetheringtonAdd some new check methods.
2021-04-04 Carl HetheringtonRemove the ISDCF metadata dialogue box (#1929).
2021-04-04 Carl HetheringtonMove luminance to Interop/SMPTE metadata and remove...
2021-02-27 Carl HetheringtonTry again to fix windows tests.
2021-02-27 Carl HetheringtonTry to fix text-file-checking test on Windows.
2021-02-26 Carl HetheringtonTry to make tests more robust by specifying signer...
2021-02-23 Carl HetheringtonVerify a whole bunch of DCPs made by unit tests.
2021-02-02 Carl HetheringtonReduce the disk space needed when running tests. v2.15.124
2021-02-01 Carl HetheringtonC++11-ification.
2021-01-31 Carl HetheringtonMore enum class additions.
2021-01-30 Carl HetheringtonRename debug type THREED to THREED_D.
2021-01-27 Carl HetheringtonUse enum class for VideoRange.
2021-01-21 Carl HetheringtonAdapt for libdcp use of enum class.
2021-01-07 Carl Hetheringtonstd::shared_ptr
2020-12-03 Carl HetheringtonEnable TYPE_DISK logging by default.
2020-11-16 Carl HetheringtonObey requests to change the video range of RGB content.
2020-11-02 Carl HetheringtonReplace dcp::Data with dcp::ArrayData
2020-10-13 Carl HetheringtonSome macOS test build fixes.
2020-10-13 Carl HetheringtonUse rand() instead of /dev/urandom to make test files.
2020-10-13 Carl HetheringtonFix use of DCPOMATIC_TEST_PRIVATE variable to specify...
2020-10-12 Carl HetheringtonRemove Image/GraphicsMagick dependency.
2020-09-29 Carl HetheringtonMake unit tests use their own configuration rather...
2020-06-19 Carl HetheringtonMake Atmos content work more like other content. Now... v2.15.82
2020-05-20 Carl HetheringtonAdd a bit more debug logging to the player.
2020-05-20 Carl HetheringtonMore logging and make it go to the right place.
2020-05-20 Carl HetheringtonRun all tests with lots of encoding threads.
2020-05-17 Carl HetheringtonAdd new version of check_dcp().
2020-03-11 Carl HetheringtonMove private_data into TestPaths
2020-03-11 Carl HetheringtonAdd failing test for one short-reel possibility.
2020-02-18 Carl HetheringtonWrite logs during tests to a file.
2019-11-04 Carl HetheringtonFix incorrect images when cropping without stretch.
2019-10-21 Carl HetheringtonMerge branch 'v2.15.x' of ssh://git.carlh.net/home... v2.15.25
2019-10-21 Carl HetheringtonMerge branch 'v2.15.x' of ssh://localhost:2222/home...
2019-10-21 Carl HetheringtonCopy with progress updates when we might copy long...
2019-10-20 Carl HetheringtonRename dcpomatic_sleep -> dcpomatic_sleep_seconds.
2018-10-12 Carl HetheringtonUse ImageMagick for test stuff.
2018-10-11 Carl HetheringtonChange MagickImageProxy to FFmpegImageProxy and make...
2018-08-21 Carl HetheringtonWork around warning.
2018-07-09 Carl HetheringtonDon't write multiple <LoadFont> tags to Interop subtitl...
2018-02-28 Carl HetheringtonFix thinko in last commit.
2018-02-28 Carl HetheringtonCheck J2K image XYZ-pixel by XYZ-pixel.
2018-02-28 Carl HetheringtonTweak error threshold for an image comparison involving...
2018-02-27 Carl HetheringtonTry again to make private_data path canonical.
2018-02-27 Carl HetheringtonRemove relative path elements from test location.
2018-02-13 Carl HetheringtonAdd some tolerance when checking audio references.
2018-02-13 Carl HetheringtonRecover test config after config_test.cc runs.
2018-02-03 Carl HetheringtonTry relaxing image check slightly.
2017-12-31 Carl HetheringtonTry to fix build on OS X.
2017-12-31 Carl HetheringtonTry to fix Windows build.
2017-12-30 Carl HetheringtonTry comparing images using RMS error metric.
2017-12-30 Carl HetheringtonFix call to Image::compare; it returns false if images...
2017-10-31 Carl HetheringtonRemove unused method.
2017-10-18 Carl HetheringtonTry using ffcmp instead of md5 checking for FFmpeg...
2017-10-17 Carl HetheringtonRemove unused variable.
2017-10-17 Carl HetheringtonTry using ffmpeg md5 filter to compare files.
2017-09-03 Carl HetheringtonGet private data location from the environment if it...
2017-09-02 Carl HetheringtonMore end-to-end sound tests.
2017-09-01 Carl HetheringtonFix up remake_with_subtitle_test.
2017-08-26 Carl HetheringtonAdd new_test_film2; disable auto audio analysis during...
2017-07-28 Carl HetheringtonFix failing test due to header differences.
2017-07-18 Carl HetheringtonCHECK -> REQUIRE.
2017-05-31 Carl HetheringtonAllow repeat-frame to work with 3D.
2017-05-30 Carl HetheringtonCheck content_test1 output.
2017-05-30 Carl HetheringtonRename test method.
2017-05-24 Carl HetheringtonMore tests; fix blend for YUV420P10LE.
2017-05-24 Carl HetheringtonImplement alpha_blend for YUV420P and YUV420P10. Impro...
2017-04-27 Carl HetheringtonDistinguish master DoM encode threads count from the...
2017-04-19 Carl HetheringtonSlightly better test report.
2017-04-19 Carl HetheringtonDefault to SMPTE for tests.
2016-08-24 Carl HetheringtonBasic template support (#485).
next