summaryrefslogtreecommitdiff
path: root/test/recover_test.cc
AgeCommit message (Collapse)Author
2025-11-05Allow specification of which parts of the DCP to encrypt (#3099).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-05-11Stop using video directory and hard-linking (#2756).Carl Hetherington
Instead store details of a previously-created asset in the film's metadata and then look there for potential video files to re-use.
2024-05-06Use sqlite for cinema and DKDM recipient lists.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
2024-01-11More test fixes after changes in c2c6fbdd8dddbb6ccba0a6ae49a13d5364122df7Carl Hetherington
2023-07-27Bump libdcp to one with some cleanups / header re-arrangement.Carl Hetherington
2023-03-03Add option to limit DCP output to the "Bv2.0 profile" (#2470).v2.16.45Carl Hetherington
I'm far from convinced about the point/sense of all these "profiles" (rather than just implementing or at least tolerating the standard) but lots of people are having problems with "QC" processes failing their DCPs with complaints related to MCASubDescriptors. It seems to make sense to have an option to turn them off - at least for now, until either the "QC" situation settles down or any bugs in DCP-o-matic are found and fixed.
2022-12-29Cleanup: test tidying.Carl Hetherington
2021-02-26More verification of DCPs during tests.Carl Hetherington
2021-02-23Verify a whole bunch of DCPs made by unit tests.Carl Hetherington
2021-01-31More enum class additions.Carl Hetherington
2021-01-21Adapt for libdcp use of enum class.Carl Hetherington
2021-01-07std::shared_ptrCarl Hetherington
2020-11-20Some tidying up of test Doxygen.Carl Hetherington
2020-10-13Some macOS test build fixes.Carl Hetherington
2020-06-08Remove encryption key options (#1760).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.
2019-10-26Put encryption key into the video identifier so that it is re-made if the ↵Carl Hetherington
key changes.
2019-06-01Another test hash change.Carl Hetherington
2019-06-01Another test hash change.Carl Hetherington
2019-06-01Test hash change due to adding video 'use' flag.Carl Hetherington
2019-05-31Test digest tweak.Carl Hetherington
2019-05-30Merge branch 'v2.15.x' of ssh://git.carlh.net/home/carl/git/dcpomatic into ↵Carl Hetherington
v2.15.x
2019-05-30Bump test digest.Carl Hetherington
2019-05-30Test name hash change.Carl Hetherington
2019-02-14ID churn in recover_test (not sure why).Carl Hetherington
2019-02-14Fix typo in previous.Carl Hetherington
2019-02-14Try to ensure that recover tests happen in order, to hopefully fix ↵Carl Hetherington
seemingly-random ID changes.
2019-01-21Stop jobs silently failing in tests.Carl Hetherington
2018-11-21Take Film pointer out of Content.Carl Hetherington
2018-02-12More set_interop().Carl Hetherington
2017-10-14Bump hashes for 2d_encrypted too.Carl Hetherington
2017-10-13Recovery id churn.Carl Hetherington
2017-04-19Various Doxygen fixes.Carl Hetherington
2017-04-19Fix recover test hash; not sure why.Carl Hetherington
2016-10-31Use the same ContextID whenever encrypting the picture asset for a project;Carl Hetherington
this ensures that resumption of encodes works. Before this, a random ContextID would be created for each run (#980).
2016-10-25pot/merge.Carl Hetherington
2016-07-01Fix test hash after adding subtitle line spacing to the subtitle content ↵Carl Hetherington
identifier.
2016-06-21Revert "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-21Use make_shared<>.Carl Hetherington
2016-05-25No-op; fix GPL address and use the explicit-program-name version.Carl Hetherington
2016-05-18Change to recover hash.Carl Hetherington
2016-05-18Rename video/audio/subtitle part methods.Carl Hetherington
2016-05-18Split audio; builds.Carl Hetherington
2015-12-06Revert "Increase size of chopped part to put it a few frames in; apparently ↵Carl Hetherington
J2K bitrate has increased since openjp2." The apparent size increase was due to a bug. This reverts commit a648da822a8ef304417beb17bb0224501333f94a.
2015-12-06Increase size of chopped part to put it a few frames in; apparently J2K ↵Carl Hetherington
bitrate has increased since openjp2.
2015-10-12Basics of reel split.Carl Hetherington