summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2017-07-24More __mingw_snprintf fixes.mxeCarl Hetherington
2017-07-24Try again to fix Windows build.Carl Hetherington
2017-07-24Try to fix build on newer MinGW.Carl Hetherington
2017-07-24Comments.Carl Hetherington
2017-07-09Allow assets() to silently ignore unresolved assets.Carl Hetherington
2017-07-09Prevent resolve_fonts from adding duplicate fonts to its list.Carl Hetherington
2017-06-29Remove use of _formatted when writing subtitle XML.Carl Hetherington
This has the potential to add unwanted whitespace and newlines which are significant in subtitles. I think we'd have to write the XML ourselves to get around this.
2017-06-23Make xyz_to_xyz into a constructor of OpenJPEGImage where it makes more sense.Carl Hetherington
2017-06-13Remove redundant _annotation_text from CPL.Carl Hetherington
2017-06-06White space.Carl Hetherington
2017-06-05Fix up management of certificate chain validity.Carl Hetherington
2017-06-02Comment.Carl Hetherington
2017-05-24Better exception when loading a KDM fails.Carl Hetherington
2017-05-17Use http://www.digicine.com/PROTO-ASDCP-VL-20040311# for the VOLINDEX ↵Carl Hetherington
namespace so as to get a slightly easier life.
2017-05-17Add scope to KeyType tags in KDMs.Carl Hetherington
2017-05-15Add ::time_of_day without seconds.Carl Hetherington
2017-04-09Try to fix build on some older GCCs.Carl Hetherington
2017-04-07Remove believed-out-of-date use declaration.Carl Hetherington
2017-04-04More error information from CertificateChain::valid.Carl Hetherington
2017-04-04Fix crash with a missing subtitle asset.Carl Hetherington
2017-03-30Add stride parameter to dcp::xyz_to_rgba.Carl Hetherington
2017-03-30Add comment.Carl Hetherington
2017-03-17Move Size operator functions to the same file as the class declaration.Carl Hetherington
2017-03-01Add simple sample-access API to SoundFrame.Carl Hetherington
2017-02-24Format XML sub output nicely with indents and such.Carl Hetherington
2017-02-14Merge branch '1.0' of git.carlh.net:git/libdcp into 1.0Carl Hetherington
2017-02-14Remove erroneously committed signer thumbprint stuff.Carl Hetherington
2017-02-14Extract KDM standard.Carl Hetherington
2017-02-14Check SMPTE structure ID when reading KDMs.Carl Hetherington
2017-02-14Tidy up storage of key type in DecryptedKDMKey.Carl Hetherington
2017-02-14Add accessor for recipient X509 subject name.Carl Hetherington
2017-02-13Another better error.Carl Hetherington
2017-02-13More informative errors when opj_start_compress fails.Carl Hetherington
2017-02-12Get assetmap and PKL AnnotationText from XMLMetadata.Carl Hetherington
2017-02-12Add new constructor. Remove believed unnecessary check for KDM assets being ↵Carl Hetherington
ReelAssets. Use add_key() more.
2017-02-06Merge branch '1.0' of ssh://main.carlh.net/home/carl/git/libdcp into 1.0Carl Hetherington
2017-02-06Missing virtual destructor.Carl Hetherington
2017-01-11Add missing include.Carl Hetherington
2017-01-10Fix valgrind warning.Carl Hetherington
2017-01-10Remove unused code.Carl Hetherington
2017-01-10Put our version of compose.hpp inside the dcp namespace,Carl Hetherington
otherwise libdcp will end up calling DCP-o-matic's version on OS X, with bad results.
2017-01-06const-correctness fix.Carl Hetherington
2016-12-16For testing: add a KDM formulation which omits AuthorizedDeviceInfo.Carl Hetherington
2016-12-16Remove some unnecessary code.Carl Hetherington
2016-12-14Add tentative S-Gamut3/S-Log3 colourspace support.Carl Hetherington
2016-12-14Add function for D65 white point.Carl Hetherington
2016-11-29Fix build.Carl Hetherington
2016-11-26Add factor() method to OpenJPEGImage.Carl Hetherington
2016-11-10Fix build with OpenSSL 1.1 and later.Carl Hetherington
2016-11-09Merge branch '1.0' of git.carlh.net:git/libdcp into 1.0Carl Hetherington