<feed xmlns='http://www.w3.org/2005/Atom'>
<title>libdcp/src/subtitle_asset.cc, branch openjpeg2</title>
<subtitle>DCP handling library</subtitle>
<id>https://git.carlh.net/cgit/libdcp/atom?h=openjpeg2</id>
<link rel='self' href='https://git.carlh.net/cgit/libdcp/atom?h=openjpeg2'/>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libdcp/'/>
<updated>2014-11-02T01:26:13Z</updated>
<entry>
<title>Tidy operator&lt;= for libdcp::Time somewhat.  Change subtitles_at to subtitles_during as it's a better API for dcptocomps.</title>
<updated>2014-11-02T01:26:13Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2014-11-02T01:26:13Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libdcp/commit/?id=d9a189571d94e656e137db115c1070ae161984ee'/>
<id>urn:sha1:d9a189571d94e656e137db115c1070ae161984ee</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>Hacks to support MXF-wrapped subtitles.</title>
<updated>2014-02-26T17:48:29Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2014-02-26T17:48:29Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libdcp/commit/?id=471c9d05fc19484f3e50cf805d14237b72bbb7b2'/>
<id>urn:sha1:471c9d05fc19484f3e50cf805d14237b72bbb7b2</id>
<content type='text'>
</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>Remove a possibly dodgy use of fstream.</title>
<updated>2013-11-25T11:23:07Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2013-11-25T11:23:07Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libdcp/commit/?id=6b8fdf76aa221f037140bbf0ee1aa835df60778f'/>
<id>urn:sha1:6b8fdf76aa221f037140bbf0ee1aa835df60778f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Some more boost::filesystem::path.</title>
<updated>2013-10-19T10:38:36Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2013-10-19T10:38:36Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libdcp/commit/?id=d86d3f66f88623bea44033db4855206dd3a5e830'/>
<id>urn:sha1:d86d3f66f88623bea44033db4855206dd3a5e830</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Change to libcxml API.</title>
<updated>2013-08-29T19:21:26Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2013-08-29T19:21:26Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libdcp/commit/?id=cb92077b0a6730f1d71931300ad293e29185c47d'/>
<id>urn:sha1:cb92077b0a6730f1d71931300ad293e29185c47d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Try to fix application of namespace to MainStereoscopicPicture nodes.</title>
<updated>2013-08-29T11:19:28Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2013-08-29T11:19:28Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libdcp/commit/?id=d697e7bedb1e42f5167c92fd9ab363f496d718f5'/>
<id>urn:sha1:d697e7bedb1e42f5167c92fd9ab363f496d718f5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Try to add correct namespace for 3D CPLs.</title>
<updated>2013-08-26T21:11:21Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2013-08-26T21:11:21Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libdcp/commit/?id=596d77476b0ab7e1ccacbbe5b7ebaccfd99bbfd4'/>
<id>urn:sha1:596d77476b0ab7e1ccacbbe5b7ebaccfd99bbfd4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge master; at least partially.</title>
<updated>2013-07-02T11:47:17Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2013-07-02T11:47:17Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libdcp/commit/?id=938f413bb4ebecd51c805027e331cb7eb0ca9502'/>
<id>urn:sha1:938f413bb4ebecd51c805027e331cb7eb0ca9502</id>
<content type='text'>
</content>
</entry>
</feed>
