<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dcpomatic/src/lib/reel_writer.cc, branch batch-font-id-error</title>
<subtitle>DCP-o-matic DCP tools</subtitle>
<id>https://git.carlh.net/cgit/dcpomatic/atom?h=batch-font-id-error</id>
<link rel='self' href='https://git.carlh.net/cgit/dcpomatic/atom?h=batch-font-id-error'/>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/'/>
<updated>2022-06-07T15:01:06Z</updated>
<entry>
<title>Rearrange subtitle font management.</title>
<updated>2022-06-07T15:01:06Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2022-06-01T11:03:38Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=5a820bb8fae34591be5ac6d19a73461b9dab532a'/>
<id>urn:sha1:5a820bb8fae34591be5ac6d19a73461b9dab532a</id>
<content type='text'>
With this change each subtitle coming out of the player has a reference
to a dcpomatic::Font that belongs to the TextContent.  This hopefully
solves a few problems which all basically stemmed from the fact that
previously the decoders/player were deciding what the font ID in the
output DCP would be - they can't do that properly.
</content>
</entry>
<entry>
<title>Fix incorrect extension on interop subtitle files (#2270).</title>
<updated>2022-06-07T10:36:40Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2022-06-07T10:36:40Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=6a3c03c5eed3cab8fdfdb04fcbaf6cabe8c715e9'/>
<id>urn:sha1:6a3c03c5eed3cab8fdfdb04fcbaf6cabe8c715e9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make subtitle asset filename obey custom settings (#2260).</title>
<updated>2022-06-03T20:40:59Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2022-06-03T18:07:57Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=6fa6f0a7ca116c6cf5dc5b8d2e8ed3a0fd4a6127'/>
<id>urn:sha1:6fa6f0a7ca116c6cf5dc5b8d2e8ed3a0fd4a6127</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use dcp::File in DCP-o-matic (#2231).</title>
<updated>2022-05-05T21:38:41Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2022-04-16T20:20:54Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=8a8c977c12fc65f1f50ea05099387e0fc8840e7d'/>
<id>urn:sha1:8a8c977c12fc65f1f50ea05099387e0fc8840e7d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move Image::as_png() out to image_as_png().</title>
<updated>2022-04-28T22:11:17Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2021-12-18T20:26:05Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=7ec6c86c913fba820870565ee757fdf43ae47433'/>
<id>urn:sha1:7ec6c86c913fba820870565ee757fdf43ae47433</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Tidying.</title>
<updated>2022-04-21T21:48:16Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2022-04-21T19:34:50Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=313319ba2d8544bc25524e02e634804a503b54f1'/>
<id>urn:sha1:313319ba2d8544bc25524e02e634804a503b54f1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Bump libdcp for fix to remove erroneous &lt;EntryPoint&gt; and &lt;Duration&gt; markers from &lt;MainMarkers&gt; (#2215).</title>
<updated>2022-03-25T06:53:08Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2022-03-24T12:34:08Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=5215408c36898039e8fa294bb74bf94d5762b0c7'/>
<id>urn:sha1:5215408c36898039e8fa294bb74bf94d5762b0c7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Basic and slightly inaccurate support for &lt;Space&gt; in subtitles (#2103).</title>
<updated>2021-10-17T13:35:14Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2021-10-15T20:25:42Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=ccd69987ab861ea4521836fa2a5227e2dfac3479'/>
<id>urn:sha1:ccd69987ab861ea4521836fa2a5227e2dfac3479</id>
<content type='text'>
Adding horizontal space to a Pango layout is hard, and I think this
change probably gets it slightly wrong, but it's a step in the right
direction.
</content>
</entry>
<entry>
<title>White space.</title>
<updated>2021-08-11T23:30:51Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2021-08-11T23:29:41Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=0bec279f5e942927665fd6e4f310595823197151'/>
<id>urn:sha1:0bec279f5e942927665fd6e4f310595823197151</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add comment.</title>
<updated>2021-08-11T23:30:51Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2021-08-11T23:29:37Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=b88874e34d429b4624965da09edfde3a56329e38'/>
<id>urn:sha1:b88874e34d429b4624965da09edfde3a56329e38</id>
<content type='text'>
</content>
</entry>
</feed>
