summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2024-05-21Fix stream length for DCP content (#2688).Carl Hetherington
2024-05-20Cleanup, and try to make a test use less disk space.Carl Hetherington
2024-05-20More cleanups.Carl Hetherington
2024-05-20Another cleanup.Carl Hetherington
2024-05-20Clean up some more tests.Carl Hetherington
2024-05-20Clean up another big test.Carl Hetherington
2024-05-20Use new_test_film2.Carl Hetherington
2024-05-20Cleanup another test.Carl Hetherington
2024-05-20Add missing call to Cleanup::run().Carl Hetherington
2024-05-19Merge remote-tracking branch 'origin/main' into v2.17.xCarl Hetherington
2024-05-17Make sure we don't say some content has audio if none will be emitted.Carl Hetherington
2024-05-16Some more test fixups.Carl Hetherington
2024-05-16Fix some test references for auto-changing of cinemas file path to .sqlite3Carl Hetherington
2024-05-13Fix case where both XML and sqlite3 files are present, and config.xml still r...Carl Hetherington
2024-05-11Stop using video directory and hard-linking (#2756).Carl Hetherington
2024-05-11Fix doxygen comment.Carl Hetherington
2024-05-08Test build fix.v2.17.17Carl Hetherington
2024-05-08Fix incorrect file adding during merge.Carl Hetherington
2024-05-08Merge remote-tracking branch 'origin/main' into v2.17.xCarl Hetherington
2024-05-08Work around deadlock when destroying J2KEncoder with a full writer queue (#27...v2.16.83Carl Hetherington
2024-05-06Use sqlite for cinema and DKDM recipient lists.Carl Hetherington
2024-05-06Cleanup a test and make it a bit more robust.Carl Hetherington
2024-04-29Fix failures in real_encode_with_server.Carl Hetherington
2024-04-24Apply fixup to test/data submodule and bring it back to the v2.18.x branch.Carl Hetherington
2024-04-24Restore time zone to Cinema and improve UI to use it (#2473).Carl Hetherington
2024-04-22Clarify a test result when it fails.mpeg2Carl Hetherington
2024-04-22Allow specification of video bit rate separately for J2K and MPEG2.Carl Hetherington
2024-04-22Support encoding of MPEG2 DCPs.Carl Hetherington
2024-04-21Rename j2k_bandwidth -> video_bit_rate.Carl Hetherington
2024-04-21Extract frame info read/write to new class.Carl Hetherington
2024-04-21Extract VideoEncoder as a parent of J2KEncoder.Carl Hetherington
2024-04-21Rename Encoder -> FilmEncoder, and subclasses.Carl Hetherington
2024-04-21Rename classes to follow preparatory renames in libdcp.Carl Hetherington
2024-04-21Try to make test more robust.Carl Hetherington
2024-04-18Merge remote-tracking branch 'origin/main' into v2.17.xCarl Hetherington
2024-04-17Separate GUI verifier with basic reporting (#1823).Carl Hetherington
2024-04-02Add add-dkdm command to add DKDMs to DCP-o-matic's internal list from the CLI.Carl Hetherington
2024-04-02Switch "command-like" options --list-cinemas and --list-dkdm-cpls to actual c...Carl Hetherington
2024-04-02Add --decryption-key option to KDM CLI (#2790).Carl Hetherington
2024-04-02Rename --certificate to --projector-certificate in KDM CLI.Carl Hetherington
2024-04-01Fix hanging/overlapping dvb subtitles (#2792).Carl Hetherington
2024-03-22Bump libdcp for new asdcplib version.Carl Hetherington
2024-03-20Replace std::random_shuffle (removed in C++17).Carl Hetherington
2024-03-20Allow building with C++17 and updated libxml++/pangomm/cairomm.Carl Hetherington
2024-03-20Remove all use of add_child() from xmlpp.Carl Hetherington
2024-03-20Fix failing tests.Carl Hetherington
2024-03-11Fix failing tests.Carl Hetherington
2024-03-11Use stored has_non_zero_entry_point() instead of parsing the DCP again (#2524).Carl Hetherington
2024-03-11Use openjpeg v2.5.2 (#2783).Carl Hetherington
2024-03-11Make check_one_frame more verbose when it fails.Carl Hetherington