Tidy how we're finding the tags and xsd directories.
[libdcp.git] / src / util.h
2021-03-18 Carl HetheringtonTidy how we're finding the tags and xsd directories.
2021-01-24 Carl HetheringtonTidying.
2021-01-23 Carl HetheringtonTidying.
2021-01-17 Carl HetheringtonReplace std::list with std::vector in the API.
2021-01-07 Carl Hetheringtonstd::shared_ptr
2020-11-01 Carl HetheringtonRename Data -> ArrayData.
2020-09-27 Carl HetheringtonLoad language tags from on-disk files rather than embed...
2020-09-21 Carl HetheringtonFix crashes when static linking due to tricky lifetime crash
2020-09-21 Carl HetheringtonAdd ASDCPErrorSuspender to hide errors from asdcplib...
2020-07-27 Carl HetheringtonFix some unused variable warnings.
2019-12-23 Carl HetheringtonAdd struct tm constructor for LocalTime, use it to...
2019-12-22 Carl HetheringtonAdd fix_empty_font_ids() to replace empty Font ids...
2019-12-01 Carl HetheringtonCheck that KDM validity periods are safely within the...
2019-12-01 Carl HetheringtonMerge branch 'master' of ssh://git.carlh.net/home/carl...
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-01-24 Carl HetheringtonFully indent PKL/CPL.
2018-10-09 Carl HetheringtonMerge branch 'master' of ssh://main.carlh.net/home...
2018-09-28 Carl HetheringtonMove some methods to where they make more sense.
2018-09-02 Carl HetheringtonHopefully-correct PKL and AssetMap when using Interop...
2018-07-07 Carl HetheringtonRemove unused class declaration.
2017-12-22 Carl HetheringtonAdd openjpeg_version method.
2017-03-17 Carl HetheringtonMove Size operator functions to the same file as the...
2016-06-13 Carl HetheringtonAdd OpenSSL licence exception.
2016-06-01 Carl HetheringtonMore licence fixups.
2016-01-05 Carl HetheringtonTry to rationalise handling of urn:uuid: prefixes.
2015-12-16 Carl HetheringtonRef does not need to be a template since it's always...
2015-12-04 Carl HetheringtonMove J2K comp/decomp out into j2k.{cc,h}
2015-12-04 Carl HetheringtonPort to openjpeg version 2.1.
2015-11-28 Carl HetheringtonAdd nice decompress_j2k wrapper; small fixes to bench.
2015-11-28 Carl HetheringtonAdd compress_j2k method and simple benchmark.
2015-11-03 Carl HetheringtonTrim openjpeg.h includes.
2015-07-30 Carl HetheringtonMerge Signer into CertificateChain.
2015-06-24 Carl HetheringtonNo-op: whitespace.
2015-06-24 Carl HetheringtonNo-op: whitespace.
2015-06-10 Carl HetheringtonRename XYZImage -> OpenJPEGImage.
2015-06-05 Carl HetheringtonFix ordering of KeyId tag in SMPTE CPLs.
2015-02-02 Carl HetheringtonRemove Image and ARGBImage and just dump RGB data into
2015-02-02 Carl HetheringtonRename XYZFrame -> XYZImage and ARGBFrame -> ARGBImage.
2014-07-20 Carl HetheringtonAllow loading of EncryptedKDMs from strings.
2014-07-18 Carl HetheringtonVarious small tweaks and fixes.
2014-07-17 Carl HetheringtonGet Signer to take a PEM string rather than a filename.
2014-05-14 Carl HetheringtonMerge master.
2014-05-03 Carl HetheringtonAdd ids_equal().
2014-03-19 Carl HetheringtonConsiderable re-work of KDM class to express the differ...
2014-03-18 Carl HetheringtonMerge master.
2014-03-17 Carl HetheringtonMerge master.
2014-03-17 Carl HetheringtonMerge branch 'master' into 1.0
2014-02-26 Carl HetheringtonMerge master; MXF subtitle stuff not included.
2014-02-12 Carl HetheringtonVarious small fixes.
2014-02-05 Carl HetheringtonComments / tweaks.
2014-01-28 Carl HetheringtonVarious fixes.
2014-01-27 Carl HetheringtonVarious tweaks; work on read_dcp example.
2014-01-26 Carl HetheringtonA little tidying up.
2014-01-26 Carl HetheringtonIt builds again.
2014-01-23 Carl HetheringtonMerge branch 'master' into 1.0
2014-01-17 Carl Hetheringtonnamespace libdcp -> dcp.
2013-11-25 Carl HetheringtonRemove a possibly dodgy use of fstream.
2013-10-15 Carl HetheringtonAdd ratio() method.
2013-09-18 Carl HetheringtonA few encryption-related fixes and comments.
2013-09-18 Carl HetheringtonSeparate time -> string functions out.
2013-08-29 Carl HetheringtonOptional progress reporting when making MXF hashes.
2013-08-25 Carl HetheringtonMerge branch 'master' into interop
2013-08-25 Carl HetheringtonUntested interop DCP/KDM support.
2013-07-12 Carl HetheringtonMove XYZ/RGB function to its own source file.
2013-07-12 Carl HetheringtonAdd XYZFrame and use it.
2013-07-08 Carl HetheringtonMerge branch 'master' of /home/carl/git/libdcp
2013-07-08 Carl HetheringtonUse openssl's base-64 decoding for KDMs.
2013-07-02 Carl HetheringtonMerge master; at least partially.
2013-06-18 Carl HetheringtonMerge master.
2013-04-29 Carl HetheringtonChange output gamma correction to be closer to EasyDCP...
2013-03-13 Carl HetheringtonMerge branch 'master' of /home/carl/git/libdcp
2013-03-13 Carl HetheringtonCompute LUTs at run-time. dynamic-lut
2013-01-17 Carl HetheringtonAdd Size operators; install util.h
2013-01-17 Carl HetheringtonUse new Size struct.
2013-01-14 Carl HetheringtonMerge master
2013-01-13 Carl HetheringtonUse boost starts/ends with methods.
2013-01-13 Carl HetheringtonRemove unused progress parameter to make_digest; some...
2013-01-13 Carl HetheringtonComment tweaks.
2013-01-05 Carl HetheringtonVarious probably quite untidy progress on KDMs.
2013-01-03 Carl HetheringtonSort-of generates a signed CPL.
2012-10-25 Carl HetheringtonUse signals2 rather than sigc++
2012-09-09 Carl HetheringtonClean up and fix subtitle parsing a bit.
2012-09-09 Carl HetheringtonCope with paths having file:// at the start of them.
2012-08-30 Carl HetheringtonUntested code to optionally reduce resolution on extrac...
2012-08-22 Carl HetheringtonRough support for 3D.
2012-08-13 Carl HetheringtonPartial subtitle work.
2012-07-30 Carl HetheringtonVarious.
2012-07-30 Carl HetheringtonHacks.
2012-07-17 Carl HetheringtonDoc tweaks.
2012-07-17 Carl HetheringtonDoc fixes.
2012-07-17 Carl HetheringtonFix up progress reporting, some better exceptions.
2012-07-17 Carl HetheringtonHack asdcplib to make its RNG repeatable when we are...
2012-07-16 Carl HetheringtonImport.