summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-12-26Build with c++11 on Windows.mxe2Carl Hetherington
2019-12-23Add struct tm constructor for LocalTime, use it to tidy upCarl Hetherington
2019-12-22A reel should be the length of its main picture, or the shortest other thing ...Carl Hetherington
2019-12-22Add accessors.Carl Hetherington
2019-12-22Fix openjpeg commit hash for XP build.Carl Hetherington
2019-12-22Add fix_empty_font_ids() to replace empty Font ids with a dummy string.Carl Hetherington
2019-12-22xerces-c will be a dynamic library, not a static one.Carl Hetherington
2019-12-22Windows build fix.Carl Hetherington
2019-12-22More adventures in the art of enum namespacing.Carl Hetherington
2019-12-22Fix bad implementation of bad hack.Carl Hetherington
2019-12-22xerces-related build fixes.Carl Hetherington
2019-12-22Add xerces-c dependency to .pc file.Carl Hetherington
2019-12-22Some cleanups; output total time.Carl Hetherington
2019-12-22Add operator+=Carl Hetherington
2019-12-22Install DTD/XSD files.Carl Hetherington
2019-12-22xerces is mandatory.Carl Hetherington
2019-12-22Remove now-unused boost regex.Carl Hetherington
2019-12-22Add licence for the SMPTE XSD files.Carl Hetherington
2019-12-22Check ASSETMAP; add a PKL test; tidy up calls to validate_xml().Carl Hetherington
2019-12-22Use VerificationNote more 'properly' in a fair few places.Carl Hetherington
2019-12-22Also check PKL XML.Carl Hetherington
2019-12-22Note any file that is used for reading/writing a PKL, like we do with assets.Carl Hetherington
2019-12-22Validate XML with xerces.Carl Hetherington
2019-12-22More tests.Carl Hetherington
2019-12-22Fix .gitignore.Carl Hetherington
2019-12-22Verify Id in ContentVersion.Carl Hetherington
2019-12-22Fix syntax of ContentVersion/Id in the reference.Carl Hetherington
2019-12-22Add a debug method for when there are unexpected notes.Carl Hetherington
2019-12-22Add a comment.Carl Hetherington
2019-12-22Use regex and check <IssueDate> in CPL.Carl Hetherington
2019-12-22Check for badly-formed CPL <Id>Carl Hetherington
2019-12-22More cleanups.Carl Hetherington
2019-12-22Add another verification test.Carl Hetherington
2019-12-22Use VerificationNote for non-fatal errors in DCP::read.Carl Hetherington
2019-12-22Add two new tests and tidy up some old ones a little.Carl Hetherington
2019-12-22Report errors passed back from DCP::read when exceptions aren't used.Carl Hetherington
2019-12-22Tweak error message.Carl Hetherington
2019-12-22Bump asdcplib to anything off the carl branch.Carl Hetherington
2019-12-22Fix asdcplib git revision.Carl Hetherington
2019-12-22-cth -> -carl.Carl Hetherington
2019-12-03Use new, improved asdcplib.Carl Hetherington
2019-12-03Update for openjpeg git repo tidying.Carl Hetherington
2019-12-01Check that KDM validity periods are safely within the validity periodsCarl Hetherington
2019-12-01Fix incorrect month when returning not-before/not-after.Carl Hetherington
2019-12-01Bump default certificate validity period to 40 years.Carl Hetherington
2019-12-01Merge branch 'master' of ssh://git.carlh.net/home/carl/git/libdcpCarl Hetherington
2019-11-24Just emit EmptyAssetPathError from DCP::read, not a MissingAssetError as well.Carl Hetherington
2019-11-20Merge pull request #5 from Gofilex/increase-max-lengthCarl Hetherington
2019-11-20Allow e.g. larger DKDMs for CPLs with 40+ unique sound and picture assets.Mart Jansink
2019-11-08Fix incorrect LocalTime strings when timezone is behind UTC and not an intege...Carl Hetherington