libdcp.git
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-27 Carl HetheringtonOnly build tests on Ubuntu 18.04 as we need BOOST_TEST.
2019-03-26 Carl HetheringtonBump libcxml.
2019-03-23 Carl HetheringtonBump libcxml for OS X fix.
2019-03-22 Carl HetheringtonBump libcxml for raw_convert type addition.
2019-03-22 Carl HetheringtonFix incorrect type.
2019-03-22 Carl HetheringtonBump libcxml for pkg-config fix.
2019-03-20 Carl HetheringtonMore bits in dcpkdm.
2019-03-19 Carl HetheringtonMissing include.
2019-03-19 Carl HetheringtonBump libcxml.
2019-03-19 Carl HetheringtonMissing file.
2019-03-19 Carl HetheringtonContentVersion is required by SMPTE, I think.
2019-03-19 Carl HetheringtonSupport RatingList.
2019-03-19 Carl HetheringtonBump cxml for removal of sstream dependency.
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 HetheringtonFix some GPL boilerplate.
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 HetheringtonWarn about incorrect string encoding in dcpkdm.
2019-03-14 Carl HetheringtonSome new features in dcpkdm.
2019-03-14 Carl HetheringtonHelp fix in dcpkdm tool.
2019-03-12 Carl HetheringtonTweak link flags. v1.6.4
2019-03-12 Carl HetheringtonAnd corresponding test updates.
2019-03-12 Carl HetheringtonMore insulation against libdcp version updates.
2019-03-12 Carl HetheringtonTry to fix libdcp static build.
2019-03-12 Carl HetheringtonUpdate tests for previous.
2019-03-12 Carl HetheringtonStop test output depending on libdcp version.
2019-03-12 Carl HetheringtonFix gcov shlib build; this fixes tests to run against...
2019-03-12 Carl HetheringtonFix string decoding; bump libcxml version. v1.6.3
2019-03-11 Carl HetheringtonBump wscript required version of libcxml. v1.6.2
2019-03-11 Carl HetheringtonBump libcxml to a release version.
2019-02-04 Carl HetheringtonUpdate for changes to video MXF headers.
2019-01-31 Carl HetheringtonBump asdcplib for fix to DoM bug #1325.
2019-01-24 Carl HetheringtonCheck return value of fread in File::File.
2019-01-24 Carl HetheringtonFix test references now that we indent things.
2019-01-24 Carl HetheringtonSlightly hacky but hopefully functional fix for KDMs...
2019-01-24 Carl HetheringtonRemove sign test tool.
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-17 Carl HetheringtonUpdate waf and bump libcxml for similar updates.
2019-01-15 Carl HetheringtonBump openjpeg2-cdist for debugging code.
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-10 Carl HetheringtonFix crash with insufficient parameters to libdcp.
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 HetheringtonTidy up a bit.
2019-01-06 Carl HetheringtonTidy up and slightly extend verify tests.
2019-01-06 Carl HetheringtonFix tests following additional verify check.
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...
2019-01-06 Carl HetheringtonVery simple dcpverify.
2018-12-29 Carl HetheringtonFix some warnings.
2018-12-12 Carl HetheringtonAdd duration as H:M:S:F.
2018-11-14 Carl HetheringtonSimpole DCP recovery utility (dcprecover) added.
2018-11-08 Carl HetheringtonTake thumbprint rather than a full dcp::Certificate...
2018-11-08 Carl HetheringtonSlightly nicer error handling.
2018-11-08 Carl HetheringtonRename dcpsignerthumb -> dcpthumb.
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-25 Carl HetheringtonID churn.
2018-09-23 Carl HetheringtonMerge branch 'master' of ssh://git.carlh.net/home/carl...
2018-09-23 Carl HetheringtonAdd missing constructor call.
2018-09-22 Carl HetheringtonFix build with newer boost.
2018-09-18 Carl HetheringtonThrow a better error on bad content kind.
2018-09-14 Carl HetheringtonAdd operator< for LocalTime.
2018-09-10 Carl HetheringtonBump waf.
2018-09-10 Carl HetheringtonBump libcxml for waf upgrade.
2018-09-10 Carl HetheringtonBump libcxml.
2018-09-10 Carl HetheringtonFix missing version string when Popen communicate retur...
2018-09-07 Carl HetheringtonSilence warnings from asdcplib when testing a MXF file...
2018-09-02 Carl HetheringtonHopefully-correct PKL and AssetMap when using Interop...
2018-08-29 Carl HetheringtonMerge branch 'master' of ssh://main.carlh.net/home...
2018-08-29 Carl HetheringtonAllow CCAP reel nodes to have language tags.
next