summaryrefslogtreecommitdiff
path: root/test/threed_test.cc
AgeCommit message (Collapse)Author
2024-12-26Replace String::compose with fmt::format().Carl Hetherington
2024-12-09Use all cores when encoding in tests.Carl Hetherington
I think this also avoids the possibility of setting the master encoding thread count to 0 by mistake on machines that don't have many cores.
2024-08-17Add option to use relative content paths (#2856).Carl Hetherington
2024-05-22Rename new_test_film2 -> new_test_film.Carl Hetherington
2024-05-21Replace all new_test_film with new_test_film2.Carl Hetherington
2024-04-21Rename classes to follow preparatory renames in libdcp.Carl Hetherington
2024-01-15Inspect most DCPs made during tests with ClairMeta (#76).Carl Hetherington
2023-11-12Replace deprecated leaf() with filename().Carl Hetherington
2023-08-06Go back to respecting the user's choice for the number of audio channels in ↵Carl Hetherington
the MXF.
2023-03-05Fix error when padding is needed in 3D encodes (#2476).Carl Hetherington
2022-12-29Cleanup: test tidying.Carl Hetherington
2022-12-07Add a test to verify passthrough of 3D -> 2D data.Carl Hetherington
2022-10-17Remove some more unnecessary use of shared_ptr.Carl Hetherington
2022-07-11Use a vector rather than a list when returning from content_factory().Carl Hetherington
2022-05-26Fix race between the Butler thread starting and audio (perhaps) being disabled.Carl Hetherington
This could cause Butler::audio to be called with _audio_channels = 0 and _disable_audio = false, causing an exception in AudioBuffers when remap() tried to make an AudioBuffers object with a channel count of 0.
2022-05-11Fix ignore_video checker for separate-3D content (#2246).Carl Hetherington
2022-04-20Move make_dcp() out of Film (#2132).Carl Hetherington
2022-01-24Slightly hacky fix for -114 errors during 3D encodes (#2173).v2.15.188Carl Hetherington
It still feels like I'm missing some large and beautiful trick with gathering all the gap-filling code into one place, but such a trick still eludes me.
2021-11-28Rearrange 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-04Run one test with fewer cores to stop it running out of memory on a 16-core ↵Carl Hetherington
16Gb machine.
2021-04-29C++11 tidying.Carl Hetherington
2021-02-26Test fixes.Carl Hetherington
2021-02-26More verification of DCPs during tests.Carl Hetherington
2021-02-01c++11-ification.Carl Hetherington
2021-02-01Remove some debugging code from tests.Carl Hetherington
2021-01-31More enum class additions.Carl Hetherington
2021-01-07BOOST_FOREACH.Carl Hetherington
2021-01-07std::shared_ptrCarl Hetherington
2020-10-13Fix POSIX path embedded in test check string.Carl Hetherington
2020-10-13Fix use of DCPOMATIC_TEST_PRIVATE variable to specify whereCarl Hetherington
test private data is.
2020-05-20Cut the work done by a couple of tests, as previously they tookCarl Hetherington
a much longer time for questionable benefit in terms of test coverage.
2020-05-20Run all tests with lots of encoding threads.Carl Hetherington
2020-05-11Change video content scaling so that it either:Carl Hetherington
1. scales the content up to fit the DCP container, preserving aspect ratio, or 2. stretches the content to a custom aspect ratio, or 3. scales the content to some custom size.
2020-03-11Move private_data into TestPathsCarl Hetherington
2019-10-21Rename dcpomatic_sleep -> dcpomatic_sleep_seconds.Carl Hetherington
2019-06-27Debug for strange test failure in threed_test.Carl Hetherington
2019-06-27Add another ui_idle() call to ape the one in test.cc and try to fix strange ↵Carl Hetherington
behaviour where errors are not noted in tests.
2019-05-22Try to fix unit tests.Carl Hetherington
2019-05-21Give an error if 2D content is set to 3D (#1565). Also runCarl Hetherington
3D tests with more parallel jobs to speed them up.
2019-05-20Add test for #1565.Carl Hetherington
Forward-ported from c3cccfcf0f3942a55f1c0df5ba623fcfa360533e in master.
2019-02-11Add a test.Carl Hetherington
2019-01-21Stop jobs silently failing in tests.Carl Hetherington
2018-11-21Take Film pointer out of Content.Carl Hetherington
2018-08-09Fix writer assertion at the end of some 3D encodes; one too many fill frames ↵Carl Hetherington
were being emitted.
2018-04-05Add failing 3D L/R test.Carl Hetherington
2018-01-15Add another 3D test.Carl Hetherington
2017-10-24Use different names for threed_test 1 and 2.Carl Hetherington
2017-05-16Fail assertion if a job fails.Carl Hetherington
2017-04-19Various Doxygen fixes.Carl Hetherington
2016-10-19Fix misunderstandings in decoder frame handling for 3D/3D-alternate.Carl Hetherington