summaryrefslogtreecommitdiff
path: root/src/util.h
AgeCommit message (Expand)Author
2015-12-16Ref does not need to be a template since it's always used for Asset.Carl Hetherington
2015-12-04Move J2K comp/decomp out into j2k.{cc,h}Carl Hetherington
2015-12-04Port to openjpeg version 2.1.Carl Hetherington
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-03Trim openjpeg.h includes.Carl Hetherington
2015-07-30Merge Signer into CertificateChain.Carl Hetherington
2015-06-24No-op: whitespace.Carl Hetherington
2015-06-10Rename XYZImage -> OpenJPEGImage.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-07-20Allow loading of EncryptedKDMs from strings.Carl 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-02-05Comments / tweaks.Carl Hetherington
2014-01-28Various fixes.Carl Hetherington
2014-01-27Various tweaks; work on read_dcp example.Carl Hetherington
2014-01-26A little tidying up.Carl Hetherington
2014-01-26It builds again.Carl Hetherington
2014-01-17namespace libdcp -> dcp.Carl Hetherington
2013-11-25Remove a possibly dodgy use of fstream.Carl Hetherington
2013-10-15Add ratio() method.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-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-06-18Merge master.Carl Hetherington
2013-04-29Change output gamma correction to be closer to EasyDCP behaviour.Carl Hetherington
2013-03-13Compute LUTs at run-time.dynamic-lutCarl Hetherington
2013-01-17Add Size operators; install util.hCarl Hetherington
2013-01-17Use new Size struct.Carl Hetherington
2013-01-14Merge masterCarl Hetherington
2013-01-13Use boost starts/ends with methods.Carl Hetherington
2013-01-13Remove unused progress parameter to make_digest; some comment tweaks.Carl Hetherington
2013-01-13Comment tweaks.Carl Hetherington
2013-01-05Various probably quite untidy progress on KDMs.Carl Hetherington
2013-01-03Sort-of generates a signed CPL.Carl Hetherington
2012-10-25Use signals2 rather than sigc++Carl Hetherington
2012-09-09Clean up and fix subtitle parsing a bit.Carl Hetherington
2012-09-09Cope with paths having file:// at the start of them.Carl Hetherington
2012-08-30Untested code to optionally reduce resolution on extracting image frames.Carl Hetherington
2012-08-22Rough support for 3D.Carl Hetherington
2012-08-13Partial subtitle work.Carl Hetherington