summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2014-10-16Tweak comment.12bitCarl Hetherington
2014-10-16Merge branch 'master' into 12bitCarl Hetherington
2014-10-07Add Subtitle::set_text()Carl Hetherington
2014-10-06Fix heinous bug with conversion to libdcp::Time causing missing subtitles ↵Carl Hetherington
(and probably other problems).
2014-09-14Missing include.Carl Hetherington
2014-07-14Add <Hash> to CPL asset entries; this is optional but apparently Technicolor ↵Carl Hetherington
like it.
2014-07-0712-bit hacks.Carl Hetherington
2014-06-26Try to support different KDM formulations.Carl Hetherington
2014-06-26Add optional precision parameter to raw_convert.hCarl Hetherington
2014-06-23Missing set of SubtitleAsset edit rate.0.95-branchCarl Hetherington
2014-06-03Stop valgrind warning from ContainerDuration.Carl Hetherington
2014-05-28Throw NotEncryptedError on an attempt to generate KDM for a non-encrypted ↵Carl Hetherington
asset. Tidy exceptions a bit.
2014-05-28Add CPL::filename().Carl Hetherington
2014-05-28Modify KDM code to take a CPL disk file instead of a whole CPL object.Carl Hetherington
2014-05-15Fix tm_to_string to use local timezone on all platforms. Some comments.Carl Hetherington
2014-05-14Increase precision of raw_convert with float/double.Carl Hetherington
2014-05-12Bump libcxml again.Carl Hetherington
2014-05-12Missing file.Carl Hetherington
2014-05-11Use raw_convert instead of boost::lexical_cast as it seemsCarl Hetherington
that lexical_cast will sometimes use a thousands separator (i.e. it will convert 1234 to a string 1,234). It appears not to be possible safely to turn this off (you have to set the global locale). Instead, raw_convert uses a stringstream which you can imbue() with std::locale::classic() to turn off the locale-specific behaviour.
2014-03-18Various test tidying.Carl Hetherington
2014-03-15Clean up OS X build slightly. Better error on failure of xmlSecDSigCtxSign.Carl Hetherington
2014-03-11Build fixes for OS X 10.5.Carl Hetherington
2014-02-26Hacks to support MXF-wrapped subtitles.Carl Hetherington
2014-02-26Clean up unit testing.Carl Hetherington
2014-02-08Fix typo.Carl Hetherington
2014-02-08Fix a couple of errors in Interop XMLCarl Hetherington
Reported-by: Ivan Pullman
2014-01-23Fix fake-writing of 3D.Carl Hetherington
2014-01-22Comment.Carl Hetherington
2014-01-17Comments.Carl Hetherington
2014-01-15Remove unnecessary parameters to fill_writer_info.Carl Hetherington
2014-01-15Use MXFAsset::_interop to decide on whether to write asset XML as Interop or ↵Carl Hetherington
SMPTE.
2014-01-15Comments.Carl Hetherington
2014-01-14Fix precision of ScreenAspectRatio tags in Interop mode.Carl Hetherington
2014-01-08Remove compose.hpp dependency from header.Carl Hetherington
2014-01-08Throw better file errors (with numbers).Carl Hetherington
2014-01-06Don't give ASSETMAP/VOLINDEX an .xml suffix with interop DCPs.Carl Hetherington
2013-12-20Merge branch 'master' of ssh://carlh.dyndns.org/home/carl/git/libdcpCarl Hetherington
2013-12-20Fix build on OS X.Carl Hetherington
2013-12-19A few fixes to signer chain generation on Windows.Carl Hetherington
2013-12-19Try to fix problems with printf on 32-bit Windows XP.Carl Hetherington
2013-12-18Fix minor infringement of XML wrt CPL reel order.Carl Hetherington
2013-12-18Fix _frames_written update for stereo picture assets.Carl Hetherington
2013-12-05Accept any old case for DCP content kinds.Carl Hetherington
2013-11-27Fix linux build.Carl Hetherington
2013-11-26Various fixes for non-Latin filenames.Carl Hetherington
2013-11-25Missing using.Carl Hetherington
2013-11-25Remove a possibly dodgy use of fstream.Carl Hetherington
2013-11-25Remove redundant fstream includes.Carl Hetherington
2013-11-25Add FILE * constructor for FrameInfo.Carl Hetherington
2013-11-25Add FrameInfo::write for FILE *; test it.Carl Hetherington