| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-01-15 | Inspect most DCPs made during tests with ClairMeta (#76). | Carl Hetherington | |
| 2024-01-15 | Inspect most DCPs made during tests with dcp_inspect (#76). | Carl Hetherington | |
| 2023-11-20 | Verify encrypted DCPs (more) correctly (#2659). | Carl Hetherington | |
| 2023-11-12 | Replace deprecated leaf() with filename(). | Carl Hetherington | |
| 2023-10-09 | Use dcp::filesystem to wrap filesystem calls and fix_long_path | Carl Hetherington | |
| anything that is passed to read_file() from libcxml. This should fix #2623 and other similar problems. | |||
| 2023-08-29 | Give a more useful error when check_dcp() fails. | Carl Hetherington | |
| 2023-08-27 | Fix tests when changing the cinemas file. | Carl Hetherington | |
| 2023-08-26 | Try to capture ffmpeg logs during tests. | Carl Hetherington | |
| 2023-08-11 | Fix tests on Windows. | Carl Hetherington | |
| 2023-07-29 | Check channel count when comparing audio MXFs. | Carl Hetherington | |
| 2023-07-29 | Don't check sound assets in some tests. | Carl Hetherington | |
| When fiddling with MXF channel counts it makes a lot of tests fail that probably don't need to. | |||
| 2023-07-27 | Bump libdcp to one with some cleanups / header re-arrangement. | Carl Hetherington | |
| 2023-06-29 | Disable asset hash checks that the libdcp bump fixes. | Carl Hetherington | |
| 2023-05-30 | Clarify some test failure messages. | Carl Hetherington | |
| 2023-05-13 | Add dcpomatic2_map tool (#2445). | Carl Hetherington | |
| 2023-05-13 | Add verify_dcp(). | Carl Hetherington | |
| 2023-03-22 | Don't crash immediately if there's no private data. | Carl Hetherington | |
| 2023-02-12 | Fix build for new libdcp. | Carl Hetherington | |
| 2022-12-02 | Fix stupid mistake in previous commit. | Carl Hetherington | |
| 2022-12-02 | Catch problems when using dcp_file() and getting more than one answer. | Carl Hetherington | |
| 2022-11-29 | Remove default container configuration option. | Carl Hetherington | |
| I think this is basically useless now that DoM guesses a good container when the first video is added. It made more sense before we did that. | |||
| 2022-11-26 | Give a slightly better error message in a failing test. | Carl Hetherington | |
| 2022-11-24 | Allow a slightly worrying amount of error so that the Windows tests | Carl Hetherington | |
| that rely on font metrics still pass. | |||
| 2022-09-26 | Move Editor class to test.{cc,h} | Carl Hetherington | |
| 2022-09-20 | Fix subtitle_file() to find both Interop and SMPTE subtitles. | Carl Hetherington | |
| 2022-08-11 | Fix broken writing of 16-bit images (the pixels must be written MSB-first). | Carl Hetherington | |
| 2022-08-11 | Cleanup: remove duplicated code. | Carl Hetherington | |
| 2022-06-21 | Use boost::random for make_random_file to make it repeatable across platforms. | Carl Hetherington | |
| 2022-06-07 | Fix incorrect extension on interop subtitle files (#2270). | Carl Hetherington | |
| 2022-05-05 | Use dcp::File in DCP-o-matic (#2231). | Carl Hetherington | |
| 2022-05-02 | Add find_file from libdcp. | Carl Hetherington | |
| 2022-05-02 | Replace some raw arrays with std::vectors. | Carl Hetherington | |
| 2022-04-29 | Add image_as_jpeg() | Carl Hetherington | |
| 2022-04-29 | Move Image::as_png() out to image_as_png(). | Carl Hetherington | |
| 2022-04-29 | Remove unnecessary method. | Carl Hetherington | |
| 2022-04-20 | Move make_dcp() out of Film (#2132). | Carl Hetherington | |
| 2022-04-17 | Missing override label. | Carl Hetherington | |
| 2022-04-03 | C++11 and whitespace cleanups. | Carl Hetherington | |
| 2021-11-28 | Rearrange checking (and re-examining) content. | Carl Hetherington | |
| Most importantly, checking of content for changes before making a DCP is now done in the TranscodeJob (rather than being in a separate job). This makes things a little neater and also makes the batch converter less confusing when you add a job whose content has changed. | |||
| 2021-11-04 | Add ConfigRestorer and use it instead of setup_test_config() directly. | Carl Hetherington | |
| 2021-09-27 | Replace aligned bool with enum Alignment. | Carl Hetherington | |
| 2021-09-27 | Various alignment adjustments. | Carl Hetherington | |
| 2021-05-25 | Move video level conversion for RGB from FFmpegImageProxy to Image. | Carl Hetherington | |
| Since FFmpeg does not do video level conversion for RGB sources when we (sort of) ask it to in Image::crop_scale_window() it seems to make more sense to compensate for that by calling full_to_video_range() in the same place (rather than in FFmpegImageProxy). | |||
| 2021-05-25 | Make a test check more informative. | Carl Hetherington | |
| 2021-04-23 | Do less logging during tests, but also log some details of what test is | Carl Hetherington | |
| running on Windows. | |||
| 2021-04-23 | Add some new check methods. | Carl Hetherington | |
| 2021-04-04 | Move luminance to Interop/SMPTE metadata and remove the ISDCF metadata dialogue. | Carl Hetherington | |
| 2021-02-28 | Try again to fix windows tests. | Carl Hetherington | |
| 2021-02-27 | Try to fix text-file-checking test on Windows. | Carl Hetherington | |
| 2021-02-26 | Try to make tests more robust by specifying signer/decryption chains. | Carl Hetherington | |
