Add write_string_to_file().
[libdcp.git] / src / util.cc
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.