<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dcpomatic, branch v2.17.28</title>
<subtitle>DCP-o-matic DCP tools</subtitle>
<id>https://git.carlh.net/cgit/dcpomatic/atom?h=v2.17.28</id>
<link rel='self' href='https://git.carlh.net/cgit/dcpomatic/atom?h=v2.17.28'/>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/'/>
<updated>2024-12-10T20:22:19Z</updated>
<entry>
<title>Fix saving a template with a new name.</title>
<updated>2024-12-10T20:22:19Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2024-12-10T20:22:19Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=71ccd8535d02ef443c46c93af60a56c1d9ee3530'/>
<id>urn:sha1:71ccd8535d02ef443c46c93af60a56c1d9ee3530</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'origin/main' into v2.17.x</title>
<updated>2024-12-09T00:42:43Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2024-12-09T00:42:43Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=736401e61cbd908d96e57d08b24371b72bfc1b51'/>
<id>urn:sha1:736401e61cbd908d96e57d08b24371b72bfc1b51</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Assert if we're about to set up 0 encoding threads.</title>
<updated>2024-12-09T00:40:48Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2024-12-06T20:28:08Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=22c40636c977fd5b582c242fb918d2aaa498e063'/>
<id>urn:sha1:22c40636c977fd5b582c242fb918d2aaa498e063</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use all cores when encoding in tests.</title>
<updated>2024-12-09T00:40:48Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2024-12-06T20:27:13Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=d6a5354817613addf97b118b88ae8dfe7e20ae4a'/>
<id>urn:sha1:d6a5354817613addf97b118b88ae8dfe7e20ae4a</id>
<content type='text'>
I think this also avoids the possibility of setting the master encoding
thread count to 0 by mistake on machines that don't have many cores.
</content>
</entry>
<entry>
<title>Fix decoding of SSA subs in files decoded by FFmpeg (#2904).</title>
<updated>2024-12-09T00:40:48Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2024-12-04T23:53:34Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=08aa3861e526cbf45ac332294a835358f3903207'/>
<id>urn:sha1:08aa3861e526cbf45ac332294a835358f3903207</id>
<content type='text'>
Suddenly we have 8 commas, not 9, perhaps because of
29412821241050c846dbceaad4b9752857659977
in ffmpeg (although that's strange, because it was a long time ago).
</content>
</entry>
<entry>
<title>Fix doubled subtitles (again).</title>
<updated>2024-12-09T00:40:29Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2024-12-05T22:36:51Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=5a980207377e67b6aa3595d0cde441ae7659f5a6'/>
<id>urn:sha1:5a980207377e67b6aa3595d0cde441ae7659f5a6</id>
<content type='text'>
This was re-introduced when
94618a724124cbf5fe9f0b47a3fdce601fcd5581
reverted a previous attempt at a fix.

At the time I couldn't understand the doubled-subtitles problem,
but it's apparent in the test introduced in the next commit.

This is another attempt to fix it by only sending a "stop" for
a subtitle if we didn't already stop the subtitle because the
next one arrived.
</content>
</entry>
<entry>
<title>Cleanup: use default initializers.</title>
<updated>2024-12-09T00:40:29Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2024-12-04T23:52:43Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=42fa4dea81483359bf67676e2a931db103531a69'/>
<id>urn:sha1:42fa4dea81483359bf67676e2a931db103531a69</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix comment typo.</title>
<updated>2024-12-09T00:40:29Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2024-12-04T23:52:32Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=82c4fff88090f91509b386e3d05a1f5e1ae5e839'/>
<id>urn:sha1:82c4fff88090f91509b386e3d05a1f5e1ae5e839</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Bump libdcp for verification fixes with Bv2.1 metadata.</title>
<updated>2024-12-09T00:40:14Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2024-12-09T00:40:14Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=4275e36ab30768a2081649733000d9d08755350d'/>
<id>urn:sha1:4275e36ab30768a2081649733000d9d08755350d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Supporters update.</title>
<updated>2024-12-08T20:19:38Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2024-12-08T20:19:38Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=70a15ba9452a515501673a8a7400ce267a799071'/>
<id>urn:sha1:70a15ba9452a515501673a8a7400ce267a799071</id>
<content type='text'>
</content>
</entry>
</feed>
