<feed xmlns='http://www.w3.org/2005/Atom'>
<title>libdcp/src/cpl.cc, branch 0.x</title>
<subtitle>DCP handling library</subtitle>
<id>https://git.carlh.net/cgit/libdcp/atom?h=0.x</id>
<link rel='self' href='https://git.carlh.net/cgit/libdcp/atom?h=0.x'/>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libdcp/'/>
<updated>2015-12-06T16:14:52Z</updated>
<entry>
<title>Add comment.</title>
<updated>2015-12-06T16:14:52Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2015-12-06T16:14:52Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libdcp/commit/?id=113ed92b6a998705746496f009191bf8d2d98871'/>
<id>urn:sha1:113ed92b6a998705746496f009191bf8d2d98871</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Throw an exception rather than crashing if an asset is not found.</title>
<updated>2015-09-14T15:02:12Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2015-09-14T15:02:12Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libdcp/commit/?id=011d9a680b42df959a6773cd8609f25bc286f4e0'/>
<id>urn:sha1:011d9a680b42df959a6773cd8609f25bc286f4e0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>No-op: whitespace.</title>
<updated>2015-06-25T15:22:08Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2015-06-25T15:22:08Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libdcp/commit/?id=e520f1009eaa552c7b3931ced85c0f19d8aff554'/>
<id>urn:sha1:e520f1009eaa552c7b3931ced85c0f19d8aff554</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rename CPL/PKL files to be {cpl,pkl}_uuid.xml rather than</title>
<updated>2015-05-18T09:50:14Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2015-05-18T09:50:14Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libdcp/commit/?id=a6aaf223e085e9ef7f2bc1cc37614ecb13d323ec'/>
<id>urn:sha1:a6aaf223e085e9ef7f2bc1cc37614ecb13d323ec</id>
<content type='text'>
uuid_{cpl,pkl}.xml as this seems to be more conventional.
</content>
</entry>
<entry>
<title>Missing set of SubtitleAsset edit rate.</title>
<updated>2014-06-23T15:00:28Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2014-06-23T15:00:28Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libdcp/commit/?id=5476e16fcdf6ade80e768c41373ba7e4c54e0cf5'/>
<id>urn:sha1:5476e16fcdf6ade80e768c41373ba7e4c54e0cf5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add CPL::filename().</title>
<updated>2014-05-28T14:56:49Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2014-05-28T14:56:49Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libdcp/commit/?id=c272879a8e748be83acbb190257d78a34be3f25f'/>
<id>urn:sha1:c272879a8e748be83acbb190257d78a34be3f25f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use raw_convert instead of boost::lexical_cast as it seems</title>
<updated>2014-05-11T22:59:19Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2014-05-11T22:59:19Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libdcp/commit/?id=4de8f0118e1baf31cf4c859881dfbf39014b566f'/>
<id>urn:sha1:4de8f0118e1baf31cf4c859881dfbf39014b566f</id>
<content type='text'>
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.
</content>
</entry>
<entry>
<title>Fix a couple of errors in Interop XML</title>
<updated>2014-02-08T13:30:42Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2014-02-08T13:30:42Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libdcp/commit/?id=71de90f74085744d1c5ca35253eec003e41497a2'/>
<id>urn:sha1:71de90f74085744d1c5ca35253eec003e41497a2</id>
<content type='text'>
Reported-by: Ivan Pullman
</content>
</entry>
<entry>
<title>Use MXFAsset::_interop to decide on whether to write asset XML as Interop or SMPTE.</title>
<updated>2014-01-15T09:43:41Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2014-01-15T09:43:41Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libdcp/commit/?id=bf59c288798851808359575662f202d390032aa7'/>
<id>urn:sha1:bf59c288798851808359575662f202d390032aa7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Throw better file errors (with numbers).</title>
<updated>2014-01-08T10:05:49Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2014-01-08T10:05:49Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libdcp/commit/?id=83591a4390db550a7d1495b9699c62315e2d7710'/>
<id>urn:sha1:83591a4390db550a7d1495b9699c62315e2d7710</id>
<content type='text'>
</content>
</entry>
</feed>
