summaryrefslogtreecommitdiff
path: root/test/overlap_video_test.cc
AgeCommit message (Collapse)Author
2025-01-20Pass tolerant flag into Player.Carl Hetherington
This is needed because the DCPDecoder ends up needing it when it reads reel information from CPLs. Maybe all that stuff should be in our metadata.
2024-05-22Rename new_test_film2 -> new_test_film.Carl Hetherington
2024-04-22Support encoding of MPEG2 DCPs.Carl Hetherington
2024-04-21Rename classes to follow preparatory renames in libdcp.Carl Hetherington
2023-02-10Fix multiple video overlaps.Carl Hetherington
2022-12-29Cleanup: test tidying.Carl Hetherington
2022-07-11Use a vector rather than a list when returning from content_factory().Carl Hetherington
2022-04-03C++11 and whitespace cleanups.Carl Hetherington
2021-09-27Replace aligned bool with enum Alignment.Carl Hetherington
2021-09-27Various alignment adjustments.Carl Hetherington
2021-04-23Cope with noise being added to small JPEG2000 images.Carl Hetherington
2021-02-26More verification of DCPs during tests.Carl Hetherington
2021-02-15Basic handling of overlapping video (#1848).Carl Hetherington