Bump libcxml for waf upgrade.
[libdcp.git] / src /
2017-02-14 Carl HetheringtonMerge branch '1.0' of git.carlh.net:git/libdcp into 1.0
2017-02-14 Carl HetheringtonRemove erroneously committed signer thumbprint stuff.
2017-02-14 Carl HetheringtonExtract KDM standard.
2017-02-14 Carl HetheringtonCheck SMPTE structure ID when reading KDMs.
2017-02-14 Carl HetheringtonTidy up storage of key type in DecryptedKDMKey.
2017-02-14 Carl HetheringtonAdd accessor for recipient X509 subject name.
2017-02-13 Carl HetheringtonAnother better error.
2017-02-13 Carl HetheringtonMore informative errors when opj_start_compress fails.
2017-02-12 Carl HetheringtonGet assetmap and PKL AnnotationText from XMLMetadata.
2017-02-12 Carl HetheringtonAdd new constructor. Remove believed unnecessary check...
2017-02-06 Carl HetheringtonMerge branch '1.0' of ssh://main.carlh.net/home/carl...
2017-02-06 Carl HetheringtonMissing virtual destructor.
2017-01-11 Carl HetheringtonAdd missing include.
2017-01-10 Carl HetheringtonFix valgrind warning.
2017-01-10 Carl HetheringtonRemove unused code.
2017-01-10 Carl HetheringtonPut our version of compose.hpp inside the dcp namespace,
2017-01-06 Carl Hetheringtonconst-correctness fix.
2016-12-16 Carl HetheringtonFor testing: add a KDM formulation which omits Authoriz...
2016-12-16 Carl HetheringtonRemove some unnecessary code.
2016-12-14 Carl HetheringtonAdd tentative S-Gamut3/S-Log3 colourspace support.
2016-12-14 Carl HetheringtonAdd function for D65 white point.
2016-11-29 Carl HetheringtonFix build.
2016-11-26 Carl HetheringtonMerge branch '1.0' of ssh://main.carlh.net/home/carl...
2016-11-26 Carl HetheringtonAdd factor() method to OpenJPEGImage.
2016-11-10 Carl HetheringtonFix build with OpenSSL 1.1 and later.
2016-11-09 Carl HetheringtonMerge branch '1.0' of git.carlh.net:git/libdcp into 1.0
2016-11-09 Carl HetheringtonDon't use write_to_string_formatted with subs as it...
2016-11-09 Carl HetheringtonTry to fix build with OpenJPEG 1.x.
2016-11-08 Carl HetheringtonMerge branch '1.0' of git.carlh.net:git/libdcp into 1.0
2016-11-08 Carl HetheringtonAdd Colour::to_rgb_string.
2016-11-07 Carl HetheringtonAdd copy constructor for OpenJPEGImage.
2016-11-06 Carl HetheringtonComment tweak.
2016-10-31 Carl HetheringtonAllow configuration of context ID used when encrypting...
2016-10-24 Carl HetheringtonAllow LocalTime without a timezone offset.
2016-10-23 Carl HetheringtonMerge branch '1.0' of ssh://main.carlh.net/home/carl...
2016-10-17 Carl HetheringtonMerge branch '1.0' of git.carlh.net:git/libdcp into 1.0
2016-10-17 Carl HetheringtonFix make_raw() failure when thousands_sep is a period (.)
2016-10-13 Carl HetheringtonFix PKL <Type> for Interop subtitles; spec says this...
2016-10-06 Carl HetheringtonRework subtitle writing to fix incorrect output with
2016-09-29 Carl HetheringtonAnother similar speculative Win32 fix.
2016-09-29 Carl HetheringtonProbable Win32 fix.
2016-09-29 Carl HetheringtonMore build fix attempt.
2016-09-28 Carl HetheringtonStill more build fixes.
2016-09-28 Carl HetheringtonBuild fixes for some GCC versions.
2016-09-28 Carl HetheringtonYet another missing header.
2016-09-28 Carl HetheringtonMerge branch '1.0' of ssh://main.carlh.net/home/carl...
2016-09-28 Carl HetheringtonAnother missing header install.
2016-09-28 Carl HetheringtonMissing header install.
2016-09-27 Carl HetheringtonAdd Atmos read/write and untested MXF decryption tool. 1.0-templates
2016-09-27 Carl HetheringtonSome small cleanups.
2016-09-27 Carl HetheringtonFix decryption of assets.
2016-09-27 Carl HetheringtonUse a template for AssetReader.
2016-09-27 Carl HetheringtonUse a template as a basis for Frames.
2016-09-21 Carl HetheringtonDon't throw an exception on trying to create a KDM for
2016-09-20 Carl HetheringtonAdd some setters.
2016-09-13 Carl HetheringtonVarious fixes to incorrect Atmos read/write wrt XML...
2016-09-12 Carl HetheringtonMore raw_convert long/long stuff.
2016-09-12 Carl HetheringtonMerge branch '1.0' of ssh://main.carlh.net/home/carl...
2016-09-12 Carl HetheringtonTry to normalise use of int64/long int across raw/local...
2016-09-12 Carl HetheringtonRemove mysterious use of locked_stringstream.
2016-09-12 Carl HetheringtonFix error.
2016-09-08 Carl HetheringtonMerge branch '1.0' of ssh://main.carlh.net/home/carl...
2016-09-08 Carl HetheringtonSimplify previous commit and remove some debugging.
2016-09-08 Carl HetheringtonAdd channel assignment support for SMPTE DCPs.
2016-09-08 Carl HetheringtonMerge branch '1.0' of git.carlh.net:git/libdcp into 1.0
2016-09-08 Carl HetheringtonBetter error.
2016-08-30 Carl HetheringtonNeater and more correct XML subtitle parser.
2016-08-25 Carl HetheringtonTweak assert.
2016-08-25 Carl HetheringtonAllow reading of certificate chains from strings.
2016-08-24 Carl HetheringtonAdd new method.
2016-08-22 Carl HetheringtonFix ridiculous thinko in Time::operator{<,>}
2016-08-22 Carl HetheringtonFactor out RGB->XYZ matrix calculation to a separate...
2016-08-20 Carl HetheringtonAdd set_text() to SubtitleString.
2016-08-17 Carl HetheringtonUse an optional<> where there should be one.
2016-08-16 Carl HetheringtonAlways use ID in custom filenames.
2016-08-16 Carl HetheringtonFix PKL path when using customised filenames.
2016-08-15 Carl HetheringtonAdd locale_convert from wchar_t.
2016-08-15 Carl HetheringtonAdd wchar_t raw_convert.
2016-08-15 Carl HetheringtonAdd conversions from char.
2016-08-15 Carl HetheringtonTry to fix int/long confusion.
2016-08-15 Carl HetheringtonRationalise raw/locale_convert stuff and fix build...
2016-08-14 Carl HetheringtonMissing files from previous.
2016-08-14 Carl HetheringtonSupport reading of encrypted subtitles.
2016-08-13 Carl HetheringtonEnable encryption of SMPTE subtitles.
2016-08-12 Carl HetheringtonTry non-linearised gamma of 2.4 for Rec 2020.
2016-08-12 Carl HetheringtonAdd more {raw,locale}_convert methods.
2016-08-12 Carl HetheringtonAttempts to fix Windows build.
2016-08-12 Carl HetheringtonMore missing includes.
2016-08-12 Carl HetheringtonMissing include.
2016-08-11 Carl HetheringtonCopy in stream-less compose.hpp
2016-08-11 Carl HetheringtonMore stringstream removal.
2016-08-11 Carl HetheringtonMore stringstream removal.
2016-08-11 Carl HetheringtonRemove another stringstream from DecryptedKDM.
2016-08-11 Carl HetheringtonDon't use stringstream in DecryptedKDM.
2016-08-11 Carl HetheringtonMissing include.
2016-08-11 Carl HetheringtonRemove stringstream from Time.
2016-08-11 Carl HetheringtonAdd locale_convert. Reimplement raw_convert without...
2016-08-04 Carl HetheringtonAdd method to return a base-64 version of a whole Certi...
2016-08-02 Carl HetheringtonAdd comment.
2016-07-31 Carl HetheringtonSimplify NameFormat stuff.
next