summaryrefslogtreecommitdiff
path: root/src/util.cc
AgeCommit message (Expand)Author
2015-11-28Add nice decompress_j2k wrapper; small fixes to bench.Carl Hetherington
2015-11-28Add compress_j2k method and simple benchmark.Carl Hetherington
2015-11-04Hopefully fix file_to_string() on Windows with text files.Carl Hetherington
2015-11-04Throw an exception if file_to_string fails.Carl Hetherington
2015-11-03Trim openjpeg.h includes.Carl Hetherington
2015-07-30Rename certificates.{cc,h} -> certificate.{cc,h}.Carl Hetherington
2015-06-24No-op: whitespace.Carl Hetherington
2015-06-10Rename XYZImage -> OpenJPEGImage.Carl Hetherington
2015-06-10Support decompression of JP2 as well as JPEG2000 codestreams.Carl Hetherington
2015-06-05Fix ordering of KeyId tag in SMPTE CPLs.Carl Hetherington
2015-02-02Remove Image and ARGBImage and just dump RGB data intoCarl Hetherington
2015-02-02Rename XYZFrame -> XYZImage and ARGBFrame -> ARGBImage.Carl Hetherington
2014-12-28Purge assert() from src/, at least (not asdcplib).Carl Hetherington
2014-12-28Change colourspace handling round a bit:1.0-colour-cleanupCarl Hetherington
2014-07-18Various small tweaks and fixes.Carl Hetherington
2014-07-17Get Signer to take a PEM string rather than a filename.Carl Hetherington
2014-05-03Add ids_equal().Carl Hetherington
2014-03-19Considerable re-work of KDM class to express the difference between encrypted...Carl Hetherington
2014-02-12Various small fixes.Carl Hetherington
2014-01-28Various fixes.Carl Hetherington
2014-01-27Various tweaks; work on read_dcp example.Carl Hetherington
2014-01-26Comments / tidying up.Carl Hetherington
2014-01-26A little tidying up.Carl Hetherington
2014-01-26It builds again.Carl Hetherington
2014-01-17namespace libdcp -> dcp.Carl Hetherington
2014-01-08Throw better file errors (with numbers).Carl Hetherington
2013-12-05Accept any old case for DCP content kinds.Carl Hetherington
2013-11-25Missing using.Carl Hetherington
2013-11-25Remove a possibly dodgy use of fstream.Carl Hetherington
2013-11-01Fix small memory leak on decompression.Carl Hetherington
2013-10-18tm_to_string() should use 24 hour clock.Carl Hetherington
2013-10-09Avoid use of pipes in openssl hackery.Carl Hetherington
2013-09-29Fix signing of KDMs.Carl Hetherington
2013-09-19Rename Encryption -> Signer; move some methods into it.Carl Hetherington
2013-09-18A few encryption-related fixes and comments.Carl Hetherington
2013-09-18Separate time -> string functions out.Carl Hetherington
2013-08-29Optional progress reporting when making MXF hashes.Carl Hetherington
2013-08-25Untested interop DCP/KDM support.Carl Hetherington
2013-07-23A few small cleanups.Carl Hetherington
2013-07-12Move XYZ/RGB function to its own source file.Carl Hetherington
2013-07-12Add XYZFrame and use it.Carl Hetherington
2013-07-08Use openssl's base-64 decoding for KDMs.Carl Hetherington
2013-07-08Improve certificate handling a bit and fix up tests.encryptionCarl Hetherington
2013-07-02More master merge bits.Carl Hetherington
2013-06-18Merge master.Carl Hetherington
2013-05-07Better error on JPEG2000 decode failure.Carl Hetherington
2013-04-29Change output gamma correction to be closer to EasyDCP behaviour.Carl Hetherington
2013-03-26Set RGB colour matrix from Thomas' email re FH.Carl Hetherington
2013-03-24Re-enable DCI companding; modify RGB matrix to that given on http://www.digit...Carl Hetherington
2013-03-24Try removing the DCI companding from the xyz->rgb conversion.Carl Hetherington