libdcp.git
2014-01-26 Carl HetheringtonIt builds again.
2014-01-23 Carl HetheringtonMerge branch 'master' into 1.0
2014-01-23 Carl HetheringtonFix fake-writing of 3D.
2014-01-22 Carl HetheringtonComment.
2014-01-22 Carl HetheringtonVarious work.
2014-01-17 Carl HetheringtonModify example to an approximation of the desired API.
2014-01-17 Carl HetheringtonAsset -> MXF in some cases.
2014-01-17 Carl HetheringtonRemove create-by-files method for sound and picture...
2014-01-17 Carl HetheringtonNew Asset and Object classes; make CPL use them.
2014-01-17 Carl HetheringtonAsset -> ContentAsset.
2014-01-17 Carl Hetheringtonwscript tidying.
2014-01-17 Carl Hetheringtonnamespace libdcp -> dcp.
2014-01-17 Carl HetheringtonComments.
2014-01-15 Carl HetheringtonRemove unnecessary parameters to fill_writer_info.
2014-01-15 Carl HetheringtonUse MXFAsset::_interop to decide on whether to write...
2014-01-15 Carl HetheringtonComments.
2014-01-14 Carl HetheringtonMerge branch 'master' of ssh://carlh.dyndns.org/home...
2014-01-14 Carl HetheringtonFix precision of ScreenAspectRatio tags in Interop...
2014-01-14 Carl HetheringtonAdd test for scope, too.
2014-01-14 Carl HetheringtonAdd test for bad ScreenAspectRatio tags in Interop.
2014-01-13 Carl HetheringtonBump cxml version for centos build fix.
2014-01-08 Carl HetheringtonRemove compose.hpp dependency from header.
2014-01-08 Carl HetheringtonThrow better file errors (with numbers).
2014-01-07 Carl HetheringtonBump openjpeg for cscript changes.
2014-01-07 Carl HetheringtonMerge branch 'master' of ssh://carlh.dyndns.org/home...
2014-01-07 Carl HetheringtonTweak cscript for compatibility with updated cdist.
2014-01-06 Carl HetheringtonBump version
2014-01-06 Carl HetheringtonBump version v0.92
2014-01-06 Carl HetheringtonDon't give ASSETMAP/VOLINDEX an .xml suffix with intero...
2013-12-20 Carl HetheringtonBump version
2013-12-20 Carl HetheringtonBump version v0.91
2013-12-20 Carl HetheringtonMerge branch 'master' of ssh://carlh.dyndns.org/home...
2013-12-20 Carl HetheringtonFix build on OS X.
2013-12-19 Carl HetheringtonBump version
2013-12-19 Carl HetheringtonBump version v0.90
2013-12-19 Carl HetheringtonA few fixes to signer chain generation on Windows.
2013-12-19 Carl HetheringtonBump version
2013-12-19 Carl HetheringtonBump version v0.89
2013-12-19 Carl HetheringtonTry to fix problems with printf on 32-bit Windows XP.
2013-12-18 Carl HetheringtonBump version
2013-12-18 Carl HetheringtonBump version v0.88
2013-12-18 Carl HetheringtonMerge branch 'master' of ssh://carlh.dyndns.org/home...
2013-12-18 Carl HetheringtonFix minor infringement of XML wrt CPL reel order.
2013-12-18 Carl HetheringtonBump version
2013-12-18 Carl HetheringtonBump version v0.87
2013-12-18 Carl HetheringtonMerge branch 'master' of ssh://carlh.dyndns.org/home...
2013-12-18 Carl HetheringtonFix _frames_written update for stereo picture assets.
2013-12-05 Carl HetheringtonBump version
2013-12-05 Carl HetheringtonBump version v0.86
2013-12-05 Carl HetheringtonAccept any old case for DCP content kinds.
2013-11-27 Carl HetheringtonBump version
2013-11-27 Carl HetheringtonBump version v0.85
2013-11-27 Carl HetheringtonTry to fix build on OS X.
2013-11-27 Carl HetheringtonBump version
2013-11-27 Carl HetheringtonBump version v0.84
2013-11-27 Carl HetheringtonFix linux build.
2013-11-26 Carl HetheringtonTypos.
2013-11-26 Carl HetheringtonAttempt to fix file size reporting from asdcplib on...
2013-11-26 Carl HetheringtonVarious fixes for non-Latin filenames.
2013-11-26 Carl HetheringtonFix MultiByteToWideChar calls.
2013-11-26 Carl HetheringtonTypos.
2013-11-26 Carl HetheringtonTry to fix incorrect non-Latin handling on Win32 filenames.
2013-11-26 Carl HetheringtonTry to fix non-trivial filename character encoding...
2013-11-25 Carl HetheringtonMissing using.
2013-11-25 Carl HetheringtonRemove a possibly dodgy use of fstream.
2013-11-25 Carl HetheringtonRemove redundant fstream includes.
2013-11-25 Carl HetheringtonAdd FILE * constructor for FrameInfo.
2013-11-25 Carl HetheringtonMissing file.
2013-11-25 Carl HetheringtonAdd FrameInfo::write for FILE *; test it.
2013-11-20 Carl HetheringtonBump libcxml version.
2013-11-09 Carl HetheringtonBump version
2013-11-09 Carl HetheringtonBump version v0.83
2013-11-01 Carl HetheringtonFix small memory leak on decompression.
2013-10-30 Carl HetheringtonUpdate and fix tests.
2013-10-28 Carl HetheringtonAnother better error message.
2013-10-26 Carl HetheringtonBetter error message.
2013-10-24 Carl HetheringtonRemove debug code.
2013-10-24 Carl HetheringtonFix ticks calculations.
2013-10-24 Carl HetheringtonAdd Time constructor from ticks; fix Time::to_ticks().
2013-10-19 Carl HetheringtonSome more boost::filesystem::path.
2013-10-19 Carl HetheringtonSome more boost::filesystem::path.
2013-10-18 Carl Hetheringtontm_to_string() should use 24 hour clock.
2013-10-16 Carl HetheringtonMissing includes.
2013-10-16 Carl HetheringtonComment and header guards.
2013-10-16 Carl HetheringtonComment.
2013-10-15 Carl HetheringtonAdd ratio() method.
2013-10-15 Carl HetheringtonFix typo.
2013-10-14 Carl HetheringtonUse Wolfang Woehl's Rec709 -> XYZ matrix, from his...
2013-10-11 Carl HetheringtonTry quoting openssl calls.
2013-10-11 Carl HetheringtonImprove error reporting from openssl calls.
2013-10-10 Carl HetheringtonWrite encryption test all to the right place. Some...
2013-10-10 Carl HetheringtonBump version
2013-10-10 Carl HetheringtonBump version v0.82
2013-10-09 Carl HetheringtonTry using magic recipient cert for authorized device...
2013-10-09 Carl HetheringtonTry to fix comparison of 3D DCPs.
2013-10-09 Carl HetheringtonFix error message formatting.
2013-10-09 Carl HetheringtonBetter error message.
2013-10-09 Carl HetheringtonTry to fix subject escaping on Windows.
2013-10-09 Carl HetheringtonUse specified openssl binary rather than assuming it...
2013-10-09 Carl HetheringtonAvoid use of pipes in openssl hackery.
next