Support decompression of JP2 as well as JPEG2000 codestreams.
[libdcp.git] / src / util.cc
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.
2012-07-30 Carl HetheringtonVarious.
2012-07-30 Carl HetheringtonHacks.
2012-07-17 Carl HetheringtonUse our own exceptions.
2012-07-17 Carl HetheringtonDoc fixes.
2012-07-17 Carl HetheringtonFix up progress reporting, some better exceptions.
2012-07-17 Carl HetheringtonVarious testing tweaks.
2012-07-17 Carl HetheringtonHack asdcplib to make its RNG repeatable when we are...
2012-07-16 Carl HetheringtonImport.