summaryrefslogtreecommitdiff
path: root/src/lib/dcp.cc
AgeCommit message (Collapse)Author
2022-04-20Remove DCP class and replace its functionality with a plain method in libdcp.Carl Hetherington
2022-03-24Don't throw an exception part-way through resolving assets (#2221).Carl Hetherington
This was applied to libdcp master in 81c6fcba2. It seems wrong to give up in the middle of resolving things, as it might not work if things happen to be in the wrong order.
2021-04-23Ignore the new THREED_ASSET_MARKED_AS_TWOD warning when loading DCPs.Carl Hetherington
2021-04-14More libdcp API tweaks.Carl Hetherington
2021-04-08Assorted C++11/formatting cleanups.Carl Hetherington
2021-01-21Adapt for libdcp use of enum class.Carl Hetherington
2021-01-20Bump libdcp for better verification, and make API adjustments.Carl Hetherington
2021-01-07BOOST_FOREACH.Carl Hetherington
2021-01-07std::shared_ptrCarl Hetherington
2020-05-21Give 'wrong target' KDM errors in a dialogue box rather than in the job ↵Carl Hetherington
manager (part of #1161).
2020-05-12Fix test failures with new verification note in libdcp.scaling-reworkCarl Hetherington
2020-04-14DCPReadError -> ReadError in libdcp.Carl Hetherington
2019-12-14Fix typo.Carl Hetherington
2019-12-06Adjust for changes to libdcp API.Carl Hetherington
2019-11-24Accept EmptyAssetPathError if it does not lead to anything worse.Carl Hetherington
2019-09-27Fix failure to playback encrypted DCPs, introduced when adding DCPDecoder ↵Carl Hetherington
re-use optimisation.
2019-08-30Make player more tolerant of some DCP errors.Carl Hetherington
2018-11-21Tidy and fix logging.Carl Hetherington
2018-11-21Take Film pointer out of Content.Carl Hetherington
2018-11-11More DCP import logging.Carl Hetherington
2018-11-10More logging for DCP import.Carl Hetherington
2018-07-07Give better errors when incorrect KDMs are used (#1326).Carl Hetherington
2017-07-12Hopefully fix erroneous unresolved asset errors with OV/VF DCPs.Carl Hetherington
2016-10-15Add KDMs after resolving asset references; don't complainCarl Hetherington
if a single KDM fails to decrypt a VF/OV combination.
2016-08-24Allow import of OV/VF DCPs (#906).Carl Hetherington