summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2025-12-23Don't check HMAC codes, at least when reading sound assets.videocon-0Carl Hetherington
2025-12-23Install compose.hppCarl Hetherington
2023-03-10Missing include file.Carl Hetherington
2020-03-10Be more cautious in CertificateChain::private_key_valid.v1.6.15Carl Hetherington
2019-12-15Add fix_empty_font_ids() to replace empty Font ids with a dummy string.v1.6.14Carl Hetherington
2019-11-24Just emit EmptyAssetPathError from DCP::read, not a MissingAssetError as well.v1.6.13Carl Hetherington
2019-11-11Allow DCP reading to continue even with empty <Path> nodes in ASSETMAP.v1.6.11Carl Hetherington
2019-11-08Fix incorrect LocalTime strings when timezone is behind UTC and not an intege...v1.6.10Carl Hetherington
2019-10-10Fix enum confusion.Carl Hetherington
2019-10-01Reject certificate chains where the adjacent certificates have the same subject.Carl Hetherington
2019-10-01In 8c852cb the CPL root attribute "dsig" was removed (to preventCarl Hetherington
2019-05-21Increase header size when writing SMPTE subtitle MXFs; fixes problems when wr...v1.6.8Carl Hetherington
2019-04-25Throw a different exception when an unrecognised LabelSetType is found.v1.6.7Carl Hetherington
2019-03-29Add EPISODE and PROMO content types.v1.6.6Carl Hetherington
2019-03-16Check that all image data is present after loading a SMPTE subtitle asset.v1.6.5Carl Hetherington
2019-03-12Try to fix libdcp static build.Carl Hetherington
2019-03-12Fix gcov shlib build; this fixes tests to run against the locally-built libdc...Carl Hetherington
2019-01-24Check return value of fread in File::File.Carl Hetherington
2019-01-24Slightly hacky but hopefully functional fix for KDMs after the changesCarl Hetherington
2019-01-24Fully indent PKL/CPL.Carl Hetherington
2019-01-24Attempt to fix Sony digest validation by indenting the <Signer>Carl Hetherington
2019-01-22Reveal path in MissingAssetError.Carl Hetherington
2019-01-17Missing include for arch.Carl Hetherington
2019-01-14Merge branch 'master' of ssh://git.carlh.net/home/carl/git/libdcpCarl Hetherington
2019-01-14Tidy repeated call of make_uuid() and don't put urn:uuid: in front of default...Carl Hetherington
2019-01-14Speculative removal of call to xmlSecKeySetName when signing, onCarl Hetherington
2019-01-12Move verify API away from strings towards error codes.Carl Hetherington
2019-01-08Fix incorrect XML namespace in MXF header; I was using the prefixCarl Hetherington
2019-01-06ClairMeta points out that SMPTE subtitle MXF's ResourceID shouldCarl Hetherington
2019-01-06More DCP verification detail and testing.Carl Hetherington
2019-01-06Check CPL hash in the PKL on verify.Carl Hetherington
2018-12-29Fix some warnings.Carl Hetherington
2018-11-14Simpole DCP recovery utility (dcprecover) added.Carl Hetherington
2018-11-08Take thumbprint rather than a full dcp::Certificate for trusted devices.Carl Hetherington
2018-10-09More raw/locale_convert.Carl Hetherington
2018-10-09Merge branch 'master' of ssh://main.carlh.net/home/carl/git/libdcpCarl Hetherington
2018-10-09More _convert functions.Carl Hetherington
2018-09-29Move some methods to where they make more sense.Carl Hetherington
2018-09-25Cope with multiple PKLs in a DCP.Carl Hetherington
2018-09-24Merge branch 'master' of ssh://git.carlh.net/home/carl/git/libdcpCarl Hetherington
2018-09-24Add missing constructor call.Carl Hetherington
2018-09-22Fix build with newer boost.Carl Hetherington
2018-09-18Throw a better error on bad content kind.Carl Hetherington
2018-09-14Add operator< for LocalTime.Carl Hetherington
2018-09-07Silence warnings from asdcplib when testing a MXF file for validity.Carl Hetherington
2018-09-02Hopefully-correct PKL and AssetMap when using Interop PNG subtitles.Carl Hetherington
2018-08-29Merge branch 'master' of ssh://main.carlh.net/home/carl/git/libdcpCarl Hetherington
2018-08-29Allow CCAP reel nodes to have language tags.Carl Hetherington
2018-08-28Missing initialisattion of DCPReadError::_message.Carl Hetherington
2018-08-22Support more than one closed caption asset per reel.Carl Hetherington