<feed xmlns='http://www.w3.org/2005/Atom'>
<title>libdcp/src/subtitle_asset.cc, branch 2525-ccap-fonts</title>
<subtitle>DCP handling library</subtitle>
<id>https://git.carlh.net/cgit/libdcp/atom?h=2525-ccap-fonts</id>
<link rel='self' href='https://git.carlh.net/cgit/libdcp/atom?h=2525-ccap-fonts'/>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libdcp/'/>
<updated>2023-05-16T21:12:40Z</updated>
<entry>
<title>Make it possible to write subtitle assets without any &lt;Font&gt; tags.</title>
<updated>2023-05-16T21:12:40Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2023-05-16T21:12:40Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libdcp/commit/?id=f68a99a93b7a735d9983d8946f058a71f5b11cd4'/>
<id>urn:sha1:f68a99a93b7a735d9983d8946f058a71f5b11cd4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Cleanup: use make_shared.</title>
<updated>2023-05-16T21:12:03Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2023-05-16T21:12:03Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libdcp/commit/?id=4d913ba07d0a20d2b0985e1d0501fe8ecd5f135a'/>
<id>urn:sha1:4d913ba07d0a20d2b0985e1d0501fe8ecd5f135a</id>
<content type='text'>
</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>
<entry>
<title>Order subtitles in the XML according to their vertical position (DoM bug #2106).</title>
<updated>2021-10-24T18:52:11Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2021-10-18T06:55:27Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libdcp/commit/?id=d5ab7ecf942405bcaa7fd8d367e09f95d6c0c978'/>
<id>urn:sha1:d5ab7ecf942405bcaa7fd8d367e09f95d6c0c978</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Basic implementation of &lt;Space&gt; tag in subtitles.</title>
<updated>2021-10-13T20:18:59Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2021-10-13T20:18:59Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libdcp/commit/?id=8bc480da2db924349465dbe557f87bd6f05b7fdd'/>
<id>urn:sha1:8bc480da2db924349465dbe557f87bd6f05b7fdd</id>
<content type='text'>
</content>
</entry>
</feed>
