<feed xmlns='http://www.w3.org/2005/Atom'>
<title>libdcp/src, branch utf8</title>
<subtitle>DCP handling library</subtitle>
<id>https://git.carlh.net/cgit/libdcp/atom?h=utf8</id>
<link rel='self' href='https://git.carlh.net/cgit/libdcp/atom?h=utf8'/>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libdcp/'/>
<updated>2023-03-02T10:12:43Z</updated>
<entry>
<title>fix it?</title>
<updated>2023-03-02T10:12:43Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2023-03-02T10:12:43Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libdcp/commit/?id=22b5b3723c3388bf940844059208d836781863ab'/>
<id>urn:sha1:22b5b3723c3388bf940844059208d836781863ab</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove LIBDCP_VERSION in favour of dcp::version.</title>
<updated>2023-02-26T20:07:13Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2023-02-26T20:07:11Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libdcp/commit/?id=4d86fd0dbb6a29a233577803c5541e962d4d58ef'/>
<id>urn:sha1:4d86fd0dbb6a29a233577803c5541e962d4d58ef</id>
<content type='text'>
The former is only set at configure which is a bit confusing,
and I can't think of a reason to have both.
</content>
</entry>
<entry>
<title>Be explicit about the version of SMPTE 428-7 that is used for subtitles,</title>
<updated>2023-02-17T23:35:01Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2022-12-11T21:27:34Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libdcp/commit/?id=214c3093f7e985cde610457fae9e1f97068efde5'/>
<id>urn:sha1:214c3093f7e985cde610457fae9e1f97068efde5</id>
<content type='text'>
and default to writing the 2014 namespace.
</content>
</entry>
<entry>
<title>Allow verification of 428-7-2014 subtitles.</title>
<updated>2023-02-17T23:35:01Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2022-12-11T21:26:46Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libdcp/commit/?id=b94821d7953dae7d9e58f703e66dca59e9086216'/>
<id>urn:sha1:b94821d7953dae7d9e58f703e66dca59e9086216</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update comment with details about SMPTE 2010/2014 subtitle standards.</title>
<updated>2023-02-17T23:35:01Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2022-12-11T19:21:37Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libdcp/commit/?id=e053057472ec5ccba879b206c95b9997e77ff06d'/>
<id>urn:sha1:e053057472ec5ccba879b206c95b9997e77ff06d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Don't crash if the descriptor's sampling rate denominator is 0.</title>
<updated>2023-02-17T20:27:28Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2023-02-17T20:27:28Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libdcp/commit/?id=7c86201edcf2999561fb3efe3057cd913d0553ef'/>
<id>urn:sha1:7c86201edcf2999561fb3efe3057cd913d0553ef</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix incorrect filename encoding on Windows (DoM #2459).</title>
<updated>2023-02-17T09:36:15Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2023-02-17T09:36:10Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libdcp/commit/?id=17adeaa0351816cb56ef31ddee714627654a2b37'/>
<id>urn:sha1:17adeaa0351816cb56ef31ddee714627654a2b37</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Change how whitespace in subtitles is handled.</title>
<updated>2023-02-16T20:56:22Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2023-02-16T20:56:22Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libdcp/commit/?id=89fbc8d186378cd72ab3e9a259073d45b7b993ad'/>
<id>urn:sha1:89fbc8d186378cd72ab3e9a259073d45b7b993ad</id>
<content type='text'>
Previously we would discard any whitespace subtitle content we found.
This had the side-effect of making a verification test fail (checking
that at least one subtitle is in each reel; blank subtitles are often
used to avoid this warning).

Here we take any subtitle content, whitespace or not, inside a
&lt;Text&gt; or &lt;Image&gt; node which I think is a little more correct.
</content>
</entry>
<entry>
<title>Interop CPLs don't have MainPictureStoredArea (#2452).</title>
<updated>2023-02-13T14:17:26Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2023-02-13T14:17:26Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libdcp/commit/?id=8b86c990e526e55e273cc408377f13e64a27fb26'/>
<id>urn:sha1:8b86c990e526e55e273cc408377f13e64a27fb26</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Throw xmlpp::internal_error also as KDMFormatError.</title>
<updated>2023-02-12T22:09:29Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2023-02-12T22:09:29Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libdcp/commit/?id=305a5518209bb15e8bba72f9b75eb570706d7b91'/>
<id>urn:sha1:305a5518209bb15e8bba72f9b75eb570706d7b91</id>
<content type='text'>
</content>
</entry>
</feed>
