<feed xmlns='http://www.w3.org/2005/Atom'>
<title>libdcp/src/subtitle_asset.cc, branch shared-ptr</title>
<subtitle>DCP handling library</subtitle>
<id>https://git.carlh.net/cgit/libdcp/atom?h=shared-ptr</id>
<link rel='self' href='https://git.carlh.net/cgit/libdcp/atom?h=shared-ptr'/>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libdcp/'/>
<updated>2023-11-15T19:14:55Z</updated>
<entry>
<title>Simple pass-through of &lt;Ruby&gt; tags in subtitles.</title>
<updated>2023-11-15T19:14:55Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2023-11-15T19:14:55Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libdcp/commit/?id=e3fa86ef35f212b14b593dd36dbff66e845d37e4'/>
<id>urn:sha1:e3fa86ef35f212b14b593dd36dbff66e845d37e4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Cleanup: sorting.</title>
<updated>2023-10-06T00:03:48Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2023-10-06T00:03:48Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libdcp/commit/?id=3be26a66645de04c7b220abeebfd2f024990a696'/>
<id>urn:sha1:3be26a66645de04c7b220abeebfd2f024990a696</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove unused method.</title>
<updated>2023-08-08T12:38:13Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2023-08-08T12:38:13Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libdcp/commit/?id=49e82c61e532c842ddaeb67d7c51fc5778e9345a'/>
<id>urn:sha1:49e82c61e532c842ddaeb67d7c51fc5778e9345a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Cleanup: pass EqualityOptions as const&amp;</title>
<updated>2023-07-25T13:21:39Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2023-07-25T12:51:23Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libdcp/commit/?id=a1e7f77e8fcfd71cc8bf94d13ceb2decbacc3b50'/>
<id>urn:sha1:a1e7f77e8fcfd71cc8bf94d13ceb2decbacc3b50</id>
<content type='text'>
This exposes a useless assignment of export_differing_subtitles,
which I've removed (and altered the comment accordingly).
</content>
</entry>
<entry>
<title>Add SubtitleAsset::ensure_font().</title>
<updated>2023-05-11T23:35:26Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2023-05-11T23:35:26Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libdcp/commit/?id=7777eed2b60d40915b5f4cc8330b1f5207feb3b3'/>
<id>urn:sha1:7777eed2b60d40915b5f4cc8330b1f5207feb3b3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove xmlns:xs namespace from subtitle XML (DoM #2498).</title>
<updated>2023-04-19T10:59:37Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2023-04-06T20:32:14Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libdcp/commit/?id=7a47f00a7ff3f95ef4013bf453340b94c8535e07'/>
<id>urn:sha1:7a47f00a7ff3f95ef4013bf453340b94c8535e07</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>Add Z position to subtitles; existing tests pass.</title>
<updated>2022-11-03T08:31:53Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2022-10-20T21:17:40Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libdcp/commit/?id=5048e3e1d91858c2a4132e616438e1943f820124'/>
<id>urn:sha1:5048e3e1d91858c2a4132e616438e1943f820124</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Better subtitle comparisons in tests.</title>
<updated>2022-09-26T17:44:32Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2022-09-26T17:44:32Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libdcp/commit/?id=504c7ba026dff76f4124effef01f36a528a04bec'/>
<id>urn:sha1:504c7ba026dff76f4124effef01f36a528a04bec</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Nearly pretty-print subtitle XML (though not in &lt;Text&gt; nodes).</title>
<updated>2022-03-20T20:20:58Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2022-03-15T14:32:49Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libdcp/commit/?id=066e30f30f851396bd6f10d50a448507e1c0b392'/>
<id>urn:sha1:066e30f30f851396bd6f10d50a448507e1c0b392</id>
<content type='text'>
This is an attempt to fix DoM bug #2205.
</content>
</entry>
</feed>
