| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-11-12 | Replace deprecated leaf() with filename(). | Carl Hetherington | |
| 2023-08-06 | Go back to respecting the user's choice for the number of audio channels in ↵ | Carl Hetherington | |
| the MXF. | |||
| 2023-03-05 | Fix error when padding is needed in 3D encodes (#2476). | Carl Hetherington | |
| 2022-12-29 | Cleanup: test tidying. | Carl Hetherington | |
| 2022-12-07 | Add a test to verify passthrough of 3D -> 2D data. | Carl Hetherington | |
| 2022-10-17 | Remove some more unnecessary use of shared_ptr. | Carl Hetherington | |
| 2022-07-11 | Use a vector rather than a list when returning from content_factory(). | Carl Hetherington | |
| 2022-05-26 | Fix 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-11 | Fix ignore_video checker for separate-3D content (#2246). | Carl Hetherington | |
| 2022-04-20 | Move make_dcp() out of Film (#2132). | Carl Hetherington | |
| 2022-01-24 | Slightly hacky fix for -114 errors during 3D encodes (#2173).v2.15.188 | Carl 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-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 | Run one test with fewer cores to stop it running out of memory on a 16-core ↵ | Carl Hetherington | |
| 16Gb machine. | |||
| 2021-04-29 | C++11 tidying. | Carl Hetherington | |
| 2021-02-26 | Test fixes. | Carl Hetherington | |
| 2021-02-26 | More verification of DCPs during tests. | Carl Hetherington | |
| 2021-02-01 | c++11-ification. | Carl Hetherington | |
| 2021-02-01 | Remove some debugging code from tests. | Carl Hetherington | |
| 2021-01-31 | More enum class additions. | Carl Hetherington | |
| 2021-01-07 | BOOST_FOREACH. | Carl Hetherington | |
| 2021-01-07 | std::shared_ptr | Carl Hetherington | |
| 2020-10-13 | Fix POSIX path embedded in test check string. | Carl Hetherington | |
| 2020-10-13 | Fix use of DCPOMATIC_TEST_PRIVATE variable to specify where | Carl Hetherington | |
| test private data is. | |||
| 2020-05-20 | Cut the work done by a couple of tests, as previously they took | Carl Hetherington | |
| a much longer time for questionable benefit in terms of test coverage. | |||
| 2020-05-20 | Run all tests with lots of encoding threads. | Carl Hetherington | |
| 2020-05-11 | Change 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-11 | Move private_data into TestPaths | Carl Hetherington | |
| 2019-10-21 | Rename dcpomatic_sleep -> dcpomatic_sleep_seconds. | Carl Hetherington | |
| 2019-06-27 | Debug for strange test failure in threed_test. | Carl Hetherington | |
| 2019-06-27 | Add 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-22 | Try to fix unit tests. | Carl Hetherington | |
| 2019-05-21 | Give an error if 2D content is set to 3D (#1565). Also run | Carl Hetherington | |
| 3D tests with more parallel jobs to speed them up. | |||
| 2019-05-20 | Add test for #1565. | Carl Hetherington | |
| Forward-ported from c3cccfcf0f3942a55f1c0df5ba623fcfa360533e in master. | |||
| 2019-02-11 | Add a test. | Carl Hetherington | |
| 2019-01-21 | Stop jobs silently failing in tests. | Carl Hetherington | |
| 2018-11-21 | Take Film pointer out of Content. | Carl Hetherington | |
| 2018-08-09 | Fix writer assertion at the end of some 3D encodes; one too many fill frames ↵ | Carl Hetherington | |
| were being emitted. | |||
| 2018-04-05 | Add failing 3D L/R test. | Carl Hetherington | |
| 2018-01-15 | Add another 3D test. | Carl Hetherington | |
| 2017-10-24 | Use different names for threed_test 1 and 2. | Carl Hetherington | |
| 2017-05-16 | Fail assertion if a job fails. | Carl Hetherington | |
| 2017-04-19 | Various Doxygen fixes. | Carl Hetherington | |
| 2016-10-19 | Fix misunderstandings in decoder frame handling for 3D/3D-alternate. | Carl Hetherington | |
| 2016-07-16 | Remove unused method. | Carl Hetherington | |
| 2016-06-21 | Revert "Use make_shared<>." | Carl Hetherington | |
| Support for this seems to vary wildly across DoM's build targets. Stuff that builds on 16.04 won't build on 14.04, for example. Seems to not be worth the hassle now. This reverts commit 5a5324ed3a381a86dfe0a6e3932c1d58fdcd596f. | |||
| 2016-06-21 | Use make_shared<>. | Carl Hetherington | |
| 2016-05-25 | No-op; fix GPL address and use the explicit-program-name version. | Carl Hetherington | |
| 2016-05-18 | Test crash fix. | Carl Hetherington | |
| 2016-05-18 | Rename video/audio/subtitle part methods. | Carl Hetherington | |
| 2016-05-18 | Split audio; builds. | Carl Hetherington | |
