<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dcpomatic/src/lib, branch v2.16.72</title>
<subtitle>DCP-o-matic DCP tools</subtitle>
<id>https://git.carlh.net/cgit/dcpomatic/atom?h=v2.16.72</id>
<link rel='self' href='https://git.carlh.net/cgit/dcpomatic/atom?h=v2.16.72'/>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/'/>
<updated>2024-01-20T15:50:38Z</updated>
<entry>
<title>Explicitly link zlib to keep new macOS environment happy.</title>
<updated>2024-01-20T15:50:38Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2024-01-20T15:50:38Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=baf6f95e13c969da1f6fe430a95ca9bd40051485'/>
<id>urn:sha1:baf6f95e13c969da1f6fe430a95ca9bd40051485</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Build fix for HAVE_AVSUBTITLERECT_PICT case.</title>
<updated>2024-01-20T15:20:50Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2024-01-20T15:20:50Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=a7b6fe096f6072c97a1174cc2b8945fa9486fc4f'/>
<id>urn:sha1:a7b6fe096f6072c97a1174cc2b8945fa9486fc4f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove unused variable.</title>
<updated>2024-01-20T14:50:33Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2024-01-20T14:50:33Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=3d103d857be63c5852c0adb737769e566faa498d'/>
<id>urn:sha1:3d103d857be63c5852c0adb737769e566faa498d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix ISDCF name when referring to OVs with subs (#2703).</title>
<updated>2024-01-17T22:46:26Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2024-01-17T22:46:26Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=af72285fcf35c7959d0770b3d42c5243f21fd4b2'/>
<id>urn:sha1:af72285fcf35c7959d0770b3d42c5243f21fd4b2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move burnt subtitle checks into ::subtitle_languages().</title>
<updated>2024-01-17T22:41:23Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2024-01-17T22:41:23Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=7cb1677e10b9692698ede5741c50d8c4b4144ddf'/>
<id>urn:sha1:7cb1677e10b9692698ede5741c50d8c4b4144ddf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Cleanup: forward declaration sorting.</title>
<updated>2024-01-17T22:34:08Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2024-01-17T22:34:08Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=678dd30fea0434c6febe4badc47e7aa05ebe58bc'/>
<id>urn:sha1:678dd30fea0434c6febe4badc47e7aa05ebe58bc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remember some more paths when selecting files (#2728).</title>
<updated>2024-01-16T20:33:29Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2024-01-16T00:44:49Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=127bdaa2d8a869112fd6ec908cf115f391dbba24'/>
<id>urn:sha1:127bdaa2d8a869112fd6ec908cf115f391dbba24</id>
<content type='text'>
* export subtitles
* export video
* debug log
* cinema database
* config file
</content>
</entry>
<entry>
<title>Fix handling of empty font IDs and default DCP fonts (#2721) (part of #2722).</title>
<updated>2024-01-15T09:21:59Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2024-01-13T22:34:35Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=db22f81ccce9e1a5f205e6d8b3c0631fc039a173'/>
<id>urn:sha1:db22f81ccce9e1a5f205e6d8b3c0631fc039a173</id>
<content type='text'>
Previously we used an empty font ID as the default for when a subtitle
has no Font, but in #2721 we saw a DCP with an empty font ID which
raised an assertion (because we'd already added our default font with
the empty ID).

Here we try to fix this (and also make the default font correctly be
that from the first &lt;LoadFont&gt;).
</content>
</entry>
<entry>
<title>Add an assert.</title>
<updated>2024-01-13T20:52:27Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2024-01-13T20:52:27Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=23f2862929cc21c32c4a7ceb4bbdca0aafcb9454'/>
<id>urn:sha1:23f2862929cc21c32c4a7ceb4bbdca0aafcb9454</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Updated nl_NL translation from Rob van Nieuwkerk.</title>
<updated>2024-01-12T23:13:17Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2024-01-12T23:13:17Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=39ebd472f0b3594ac45fd79a34ab9b79104b3999'/>
<id>urn:sha1:39ebd472f0b3594ac45fd79a34ab9b79104b3999</id>
<content type='text'>
</content>
</entry>
</feed>
