summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
Allow e.g. larger DKDMs for CPLs with 40+ unique sound and picture assets.
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 ↵Carl Hetherington
integer number of hours.
2019-11-04Bump asdcplib-cth to allow it to be built with python 3.Carl Hetherington
2019-10-10Fix enum confusion.Carl Hetherington
2019-09-08Fix unit tests after CPL root namespace fix.Carl Hetherington
2019-09-05In 8c852cb the CPL root attribute "dsig" was removed (to preventCarl Hetherington
'XML root element can contain only one namespace' errors) In a266fc2 [Sony digest validation fix] this was (for some unknown reason) re-added, which makes the root element bug recur. This commit removes that namespace again. It's a shame there was no unit test to pick this regression up.
2019-09-05It seems that <FrameRate> of 96 is ok for 48fps 3D.Carl Hetherington
2019-08-30Allow DCP reading to continue even with empty <Path> nodes in ASSETMAP.Carl Hetherington
2019-07-18Capitalise help message like all the others.Carl Hetherington
2019-07-18Merge pull request #4 from tschiemer/masterCarl Hetherington
OpenMP selectable library + readme
2019-07-18added explanations and linksphilip
2019-07-18omp library can be chosenphilip
2019-07-18added missing configure message for +MAGICKphilip
2019-07-18Add check that -fopenmp works (part of github bug #3).Carl Hetherington
2019-07-17Speculative OpenMP build fix (github bug #1).Carl Hetherington
2019-07-17Add credit.Carl Hetherington
2019-07-17Merge pull request #2 from tschiemer/masterCarl Hetherington
bugfix: undefined template instantiation
2019-07-17bugfix: unknown template instantiationphilip
2019-06-27Add some comments.Carl Hetherington
2019-06-26Reject certificate chains where the adjacent certificates have the same subject.Carl Hetherington
2019-06-26Try to fix build.Carl Hetherington
2019-06-26Try to fix OS X build.Carl Hetherington
2019-06-25Add another raw_convert type.Carl Hetherington
2019-06-12Add another type to raw/locale convert.Carl Hetherington
2019-05-21Increase header size when writing SMPTE subtitle MXFs; fixes problems when ↵Carl Hetherington
writing lots of subs (DCP-o-matic bug #1561).
2019-04-28class/struct confusion.Carl Hetherington
2019-04-25Throw a different exception when an unrecognised LabelSetType is found.Carl Hetherington
2019-04-08Fix previous and add unit test for Key::hex.Carl Hetherington
2019-04-08Make Key support any length.Carl Hetherington
2019-03-29Add EPISODE and PROMO content types.Carl Hetherington
2019-03-27Only build tests on Ubuntu 18.04 as we need BOOST_TEST.Carl Hetherington
2019-03-26Bump libcxml.Carl Hetherington
2019-03-23Bump libcxml for OS X fix.Carl Hetherington
2019-03-22Bump libcxml for raw_convert type addition.Carl Hetherington
2019-03-22Fix incorrect type.Carl Hetherington
2019-03-22Bump libcxml for pkg-config fix.Carl Hetherington
2019-03-20More bits in dcpkdm.Carl Hetherington
2019-03-19Missing include.Carl Hetherington
2019-03-19Bump libcxml.Carl Hetherington
2019-03-19Missing file.Carl Hetherington
2019-03-19ContentVersion is required by SMPTE, I think.Carl Hetherington
2019-03-19Support RatingList.Carl Hetherington
2019-03-19Bump cxml for removal of sstream dependency.Carl Hetherington
2019-03-18Accept that <Duration> and <EntryPoint> are optional, and account for this ↵Carl Hetherington
in tests. Also fix tests to reflect <AnnotationText> no longer being filled in with a default value.
2019-03-17Missing header install.Carl Hetherington
2019-03-17Merge branch 'master' of ssh://git.carlh.net/home/carl/git/libdcpCarl Hetherington
2019-03-17Finish initial CPL markers support.Carl Hetherington