Some compilers don't like x = {} where x is a boost::optional<string>
[libdcp.git] / src /
2020-03-09 Carl HetheringtonFix build following merge.
2020-03-09 Carl HetheringtonMerge.
2020-03-09 Carl HetheringtonGive an error if there is no asset map.
2020-03-08 Carl HetheringtonAdd verification checks too see if reel assets' Duratio...
2020-03-08 Carl HetheringtonAdd Reel::assets().
2020-03-03 Carl HetheringtonFix interop verification and add some tests for it.
2020-02-03 Carl HetheringtonAnother build fix.
2020-02-03 Carl HetheringtonTry always loading the openssl crypto module, not the...
2020-02-03 Carl HetheringtonTry again to fix Windows build of previous.
2020-02-03 Carl HetheringtonTry to fix build of previous.
2020-02-03 Carl HetheringtonProvide more details on failure to load xmlsec-crypto.
2019-12-23 Carl HetheringtonAdd struct tm constructor for LocalTime, use it to...
2019-12-22 Carl HetheringtonA reel should be the length of its main picture, or...
2019-12-22 Carl HetheringtonAdd accessors.
2019-12-22 Carl HetheringtonAdd fix_empty_font_ids() to replace empty Font ids...
2019-12-22 Carl HetheringtonMore adventures in the art of enum namespacing.
2019-12-22 Carl HetheringtonFix bad implementation of bad hack.
2019-12-22 Carl HetheringtonAdd operator+=
2019-12-22 Carl HetheringtonRemove now-unused boost regex.
2019-12-22 Carl HetheringtonCheck ASSETMAP; add a PKL test; tidy up calls to valida...
2019-12-22 Carl HetheringtonUse VerificationNote more 'properly' in a fair few...
2019-12-22 Carl HetheringtonAlso check PKL XML.
2019-12-22 Carl HetheringtonNote any file that is used for reading/writing a PKL...
2019-12-22 Carl HetheringtonValidate XML with xerces.
2019-12-22 Carl HetheringtonMore tests.
2019-12-22 Carl HetheringtonVerify Id in ContentVersion.
2019-12-22 Carl HetheringtonUse regex and check <IssueDate> in CPL.
2019-12-22 Carl HetheringtonCheck for badly-formed CPL <Id>
2019-12-22 Carl HetheringtonUse VerificationNote for non-fatal errors in DCP::read.
2019-12-22 Carl HetheringtonReport errors passed back from DCP::read when exception...
2019-12-22 Carl HetheringtonTweak error message.
2019-12-01 Carl HetheringtonCheck that KDM validity periods are safely within the...
2019-12-01 Carl HetheringtonFix incorrect month when returning not-before/not-after.
2019-12-01 Carl HetheringtonBump default certificate validity period to 40 years.
2019-12-01 Carl HetheringtonMerge branch 'master' of ssh://git.carlh.net/home/carl...
2019-11-24 Carl HetheringtonJust emit EmptyAssetPathError from DCP::read, not a...
2019-11-20 Carl HetheringtonMerge pull request #5 from Gofilex/increase-max-length
2019-11-20 Mart JansinkAllow e.g. larger DKDMs for CPLs with 40+ unique sound...
2019-11-08 Carl HetheringtonFix incorrect LocalTime strings when timezone is behind...
2019-10-09 Carl HetheringtonFix enum confusion.
2019-09-05 Carl HetheringtonIn 8c852cb the CPL root attribute "dsig" was removed...
2019-09-05 Carl HetheringtonIt seems that <FrameRate> of 96 is ok for 48fps 3D.
2019-08-30 Carl HetheringtonAllow DCP reading to continue even with empty <Path...
2019-07-17 Carl HetheringtonSpeculative OpenMP build fix (github bug #1).
2019-07-17 Carl HetheringtonMerge pull request #2 from tschiemer/master
2019-07-17 philipbugfix: unknown template instantiation
2019-06-27 Carl HetheringtonAdd some comments.
2019-06-26 Carl HetheringtonReject certificate chains where the adjacent certificat...
2019-06-26 Carl HetheringtonTry to fix build.
2019-06-26 Carl HetheringtonTry to fix OS X build.
2019-06-25 Carl HetheringtonAdd another raw_convert type.
2019-06-12 Carl HetheringtonAdd another type to raw/locale convert.
2019-05-21 Carl HetheringtonIncrease header size when writing SMPTE subtitle MXFs...
2019-04-28 Carl Hetheringtonclass/struct confusion.
2019-04-25 Carl HetheringtonThrow a different exception when an unrecognised LabelS...
2019-04-08 Carl HetheringtonFix previous and add unit test for Key::hex.
2019-04-08 Carl HetheringtonMake Key support any length.
2019-03-29 Carl HetheringtonAdd EPISODE and PROMO content types.
2019-03-22 Carl HetheringtonFix incorrect type.
2019-03-19 Carl HetheringtonMissing include.
2019-03-19 Carl HetheringtonContentVersion is required by SMPTE, I think.
2019-03-19 Carl HetheringtonSupport RatingList.
2019-03-18 Carl HetheringtonAccept that <Duration> and <EntryPoint> are optional...
2019-03-17 Carl HetheringtonMissing header install.
2019-03-17 Carl HetheringtonMerge branch 'master' of ssh://git.carlh.net/home/carl...
2019-03-17 Carl HetheringtonFinish initial CPL markers support.
2019-03-17 Carl HetheringtonMove asset refs and hash from ReelAsset to ReelMXF.
2019-03-17 Carl HetheringtonRemove some unused constructors.
2019-03-17 Carl HetheringtonAdd Marker enum.
2019-03-16 Carl HetheringtonTry to fix build with older openssl.
2019-03-15 Carl HetheringtonMerge branch 'master' of ssh://git.carlh.net/home/carl...
2019-03-15 Carl HetheringtonCheck that all image data is present after loading...
2019-03-15 Carl HetheringtonTweak comment.
2019-03-14 Carl HetheringtonSome new features in dcpkdm.
2019-03-12 Carl HetheringtonTry to fix libdcp static build.
2019-03-12 Carl HetheringtonFix gcov shlib build; this fixes tests to run against...
2019-01-24 Carl HetheringtonCheck return value of fread in File::File.
2019-01-24 Carl HetheringtonSlightly hacky but hopefully functional fix for KDMs...
2019-01-24 Carl HetheringtonFully indent PKL/CPL.
2019-01-24 Carl HetheringtonAttempt to fix Sony digest validation by indenting...
2019-01-22 Carl HetheringtonReveal path in MissingAssetError.
2019-01-17 Carl HetheringtonMissing include for arch.
2019-01-14 Carl HetheringtonMerge branch 'master' of ssh://git.carlh.net/home/carl...
2019-01-14 Carl HetheringtonTidy repeated call of make_uuid() and don't put urn...
2019-01-14 Carl HetheringtonSpeculative removal of call to xmlSecKeySetName when...
2019-01-12 Carl HetheringtonMove verify API away from strings towards error codes.
2019-01-08 Carl HetheringtonFix incorrect XML namespace in MXF header; I was using...
2019-01-06 Carl HetheringtonClairMeta points out that SMPTE subtitle MXF's Resource...
2019-01-06 Carl HetheringtonMore DCP verification detail and testing.
2019-01-06 Carl HetheringtonCheck CPL hash in the PKL on verify.
2019-01-06 Carl HetheringtonMerge branch 'master' of ssh://git.carlh.net/home/carl...
2018-12-29 Carl HetheringtonFix some warnings.
2018-11-14 Carl HetheringtonSimpole DCP recovery utility (dcprecover) added.
2018-11-08 Carl HetheringtonTake thumbprint rather than a full dcp::Certificate...
2018-10-09 Carl HetheringtonMore raw/locale_convert.
2018-10-09 Carl HetheringtonMerge branch 'master' of ssh://main.carlh.net/home...
2018-10-09 Carl HetheringtonMore _convert functions.
2018-09-28 Carl HetheringtonMove some methods to where they make more sense.
2018-09-25 Carl HetheringtonCope with multiple PKLs in a DCP.
2018-09-23 Carl HetheringtonMerge branch 'master' of ssh://git.carlh.net/home/carl...
next