Read 16-bit audio DCPs correctly.
[dcpomatic.git] / test / test.cc
5 days ago Carl HetheringtonRename new_test_film2 -> new_test_film.
5 days ago Carl HetheringtonReplace all new_test_film with new_test_film2.
7 days ago Carl HetheringtonMerge remote-tracking branch 'origin/main' into v2...
10 days ago Carl HetheringtonMerge branch 'main' into v2.17.x
2024-05-07 Carl HetheringtonMerge remote-tracking branch 'origin/main' into v2...
2024-05-07 Carl HetheringtonMerge branch 'main' into v2.17.x
2024-05-06 Carl HetheringtonUse sqlite for cinema and DKDM recipient lists.
2024-05-01 Carl HetheringtonMerge branch 'main' into v2.17.x
2024-04-22 Carl HetheringtonMerge branch 'mpeg2' into v2.17.x v2.17.16
2024-04-22 Carl HetheringtonAllow specification of video bit rate separately for...
2024-04-21 Carl HetheringtonRename j2k_bandwidth -> video_bit_rate.
2024-04-21 Carl HetheringtonRename classes to follow preparatory renames in libdcp.
2024-04-19 Carl HetheringtonMerge remote-tracking branch 'origin/main' into v2...
2024-04-18 Carl HetheringtonMerge remote-tracking branch 'origin/main' into v2...
2024-04-17 Carl HetheringtonSeparate GUI verifier with basic reporting (#1823).
2024-03-29 Carl HetheringtonMerge remote-tracking branch 'origin/main' into v2...
2024-03-29 Carl HetheringtonMerge remote-tracking branch 'origin/main' into v2...
2024-03-22 Carl HetheringtonBump libdcp for new asdcplib version.
2024-03-20 Carl HetheringtonMerge tag 'v2.16.79' into v2.17.x
2024-03-20 Carl HetheringtonAllow building with C++17 and updated libxml++/pangomm...
2024-03-11 Carl HetheringtonMake check_one_frame more verbose when it fails.
2024-03-11 Carl HetheringtonFix memory leak in test.
2024-03-08 Carl HetheringtonMerge branch 'main' into v2.17.x
2024-02-22 Carl HetheringtonMerge tag 'v2.16.78' into v2.17.x v2.17.12
2024-02-19 Carl HetheringtonMerge tag 'v2.16.77' into v2.17.x
2024-02-18 Carl HetheringtonMerge tag 'v2.16.76' into v2.17.x
2024-02-12 Carl HetheringtonMerge branch 'main' into v2.17.x
2024-02-11 Carl HetheringtonMerge branch 'main' into v2.17.x
2024-02-04 Carl HetheringtonMerge branch 'main' into v2.17.x
2024-02-03 Carl HetheringtonMerge branch 'main' into v2.17.x
2024-01-28 Carl HetheringtonMake stop() private and use drop() instead.
2024-01-28 Carl HetheringtonWrite player debug logs from tests on -- --log=debug...
2024-01-15 Carl HetheringtonInspect most DCPs made during tests with ClairMeta...
2024-01-15 Carl HetheringtonInspect most DCPs made during tests with dcp_inspect...
2023-11-20 Carl HetheringtonVerify encrypted DCPs (more) correctly (#2659).
2023-11-12 Carl HetheringtonReplace deprecated leaf() with filename().
2023-10-09 Carl HetheringtonUse dcp::filesystem to wrap filesystem calls and fix_lo...
2023-08-29 Carl HetheringtonGive a more useful error when check_dcp() fails.
2023-08-27 Carl HetheringtonFix tests when changing the cinemas file.
2023-08-26 Carl HetheringtonTry to capture ffmpeg logs during tests.
2023-08-11 Carl HetheringtonFix tests on Windows.
2023-07-29 Carl HetheringtonCheck channel count when comparing audio MXFs.
2023-07-29 Carl HetheringtonDon't check sound assets in some tests.
2023-07-27 Carl HetheringtonBump libdcp to one with some cleanups / header re-arran...
2023-06-28 Carl HetheringtonDisable asset hash checks that the libdcp bump fixes.
2023-05-30 Carl HetheringtonClarify some test failure messages.
2023-05-13 Carl HetheringtonAdd dcpomatic2_map tool (#2445).
2023-05-13 Carl HetheringtonAdd verify_dcp().
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...
next