Hopefully-correct PKL and AssetMap when using Interop PNG subtitles.
[libdcp.git] / src / util.cc
2018-09-02 Carl HetheringtonHopefully-correct PKL and AssetMap when using Interop...
2017-12-22 Carl HetheringtonAdd openjpeg_version method.
2017-06-05 Carl HetheringtonFix up management of certificate chain validity.
2017-03-17 Carl HetheringtonMove Size operator functions to the same file as the...
2016-07-29 Carl HetheringtonImprove an error message slightly.
2016-07-28 Carl HetheringtonMerge branch '1.0' of git.carlh.net:git/libdcp into 1.0
2016-07-21 Carl HetheringtonTrim some unused stream includes / usings.
2016-07-01 Carl Hetheringtonasdcp headers moved into subdirectory.
2016-06-13 Carl HetheringtonAdd OpenSSL licence exception.
2016-06-01 Carl HetheringtonStill more licence fixups.
2016-05-25 Carl HetheringtonNo-op; Fix GPL address and mention libdcp by name.
2016-03-05 Carl HetheringtonRemove some unnecessary includes.
2016-01-05 Carl HetheringtonTry to rationalise handling of urn:uuid: prefixes.
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-04 Carl HetheringtonHopefully fix file_to_string() on Windows with text...
2015-11-04 Carl HetheringtonThrow an exception if file_to_string fails.
2015-11-03 Carl HetheringtonTrim openjpeg.h includes.
2015-07-29 Carl HetheringtonMerge branch '1.0' of ssh://main.carlh.net/home/carl...
2015-07-29 Carl HetheringtonRename certificates.{cc,h} -> certificate.{cc,h}.
2015-06-24 Carl HetheringtonNo-op: whitespace.
2015-06-24 Carl HetheringtonNo-op: whitespace.
2015-06-10 Carl HetheringtonRename XYZImage -> OpenJPEGImage.
2015-06-10 Carl HetheringtonSupport decompression of JP2 as well as JPEG2000 codest...
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-12-28 Carl HetheringtonPurge assert() from src/, at least (not asdcplib).
2014-12-28 Carl HetheringtonChange colourspace handling round a bit: 1.0-colour-cleanup
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-01-28 Carl HetheringtonVarious fixes.
2014-01-27 Carl HetheringtonVarious tweaks; work on read_dcp example.
2014-01-26 Carl HetheringtonComments / tidying up.
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.
2014-01-08 Carl HetheringtonThrow better file errors (with numbers).
2013-12-05 Carl HetheringtonAccept any old case for DCP content kinds.
2013-11-25 Carl HetheringtonMissing using.
2013-11-25 Carl HetheringtonRemove a possibly dodgy use of fstream.
2013-11-01 Carl HetheringtonFix small memory leak on decompression.
2013-10-18 Carl Hetheringtontm_to_string() should use 24 hour clock.
2013-10-09 Carl HetheringtonAvoid use of pipes in openssl hackery.
2013-09-29 Carl HetheringtonMerge branch 'master' of ssh://carlh.dyndns.org/home...
2013-09-29 Carl HetheringtonFix signing of KDMs.
2013-09-19 Carl HetheringtonRename Encryption -> Signer; move some methods into it.
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-23 Carl HetheringtonA few small cleanups.
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-08 Carl HetheringtonImprove certificate handling a bit and fix up tests. encryption
2013-07-02 Carl HetheringtonMore master merge bits.
2013-07-02 Carl HetheringtonMerge master; at least partially.
2013-06-18 Carl HetheringtonMerge master.
2013-05-07 Carl HetheringtonBetter error on JPEG2000 decode failure.
2013-04-29 Carl HetheringtonChange output gamma correction to be closer to EasyDCP...
2013-04-15 Carl HetheringtonMerge branch 'master' of /home/carl/git/libdcp
2013-03-26 Carl HetheringtonSet RGB colour matrix from Thomas' email re FH.
2013-03-24 Carl HetheringtonRe-enable DCI companding; modify RGB matrix to that...
2013-03-24 Carl HetheringtonTry removing the DCI companding from the xyz->rgb conve...
2013-03-13 Carl HetheringtonMerge branch 'master' of /home/carl/git/libdcp
2013-03-13 Carl HetheringtonCompute LUTs at run-time. dynamic-lut
2013-02-10 Carl HetheringtonDerive exceptions from boost::exception and use boost...
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 HetheringtonAdd certificate thumbprint method.
2013-01-05 Carl HetheringtonVarious probably quite untidy progress on KDMs.
2013-01-03 Carl HetheringtonSort-of generates a signed CPL.
2012-10-27 Carl HetheringtonMerge branch 'master' of ssh://carlh.dnsalias.org/home...
2012-10-26 Carl HetheringtonRound J2K output image size more correctly (I think...
2012-10-25 Carl HetheringtonUse signals2 rather than sigc++
2012-09-19 Carl HetheringtonAnother content kind seen capitalised.
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-09-09 Carl HetheringtonFix up image sizes when direct-reducing JPEG2000.
2012-09-09 Carl HetheringtonSomewhat hacky rearrangement to support multiple CPLs...
2012-08-30 Carl HetheringtonUntested code to optionally reduce resolution on extrac...
2012-08-22 Carl HetheringtonRough support for 3D.
next