<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dcpomatic/src/lib, branch v2.15.16</title>
<subtitle>DCP-o-matic DCP tools</subtitle>
<id>https://git.carlh.net/cgit/dcpomatic/atom?h=v2.15.16</id>
<link rel='self' href='https://git.carlh.net/cgit/dcpomatic/atom?h=v2.15.16'/>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/'/>
<updated>2019-08-31T01:03:01Z</updated>
<entry>
<title>Primitive subtitle export feature.</title>
<updated>2019-08-31T01:03:01Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2019-08-31T01:03:01Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=2cdf3d9f461b12d0925cc54368105bbd177bbbb3'/>
<id>urn:sha1:2cdf3d9f461b12d0925cc54368105bbd177bbbb3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make player more tolerant of some DCP errors.</title>
<updated>2019-08-30T22:16:21Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2019-08-30T22:16:21Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=1f88a38a2a607c21988a403e76f315444c4be36b'/>
<id>urn:sha1:1f88a38a2a607c21988a403e76f315444c4be36b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Avoid random black gaps between bits of content A and B when</title>
<updated>2019-07-30T23:07:06Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2019-07-30T23:07:06Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=bd83f1b0e1d8e7aae0af51376dbbb88d5e3f69d0'/>
<id>urn:sha1:bd83f1b0e1d8e7aae0af51376dbbb88d5e3f69d0</id>
<content type='text'>
content B has had its start trimmed.  In this case when we seek
inaccurately in A we previously also seeked inaccurately in B.
This meant that at the transition the first frame we see of B
may not be the first frame of B.

After this we seek accurately in B so that we definitely get to the
start of it.

This is especially important if the start of B has been trimmed to
within two keyframes so that an inaccurate seek is not sufficient.
</content>
</entry>
<entry>
<title>Optimise decoder_factory for DCPDecoder by offering the old decoder</title>
<updated>2019-07-25T10:37:52Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2019-07-25T10:37:52Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=57f112a2bd073123a686141be6c16ba997349056'/>
<id>urn:sha1:57f112a2bd073123a686141be6c16ba997349056</id>
<content type='text'>
(if available) to recover the list of reels from, rather than having
to scan the filesystem again.
</content>
</entry>
<entry>
<title>Fix erroneous content change message.</title>
<updated>2019-07-25T10:36:57Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2019-07-25T10:36:57Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=122111f680dc186f936960394f0720374d7d5dca'/>
<id>urn:sha1:122111f680dc186f936960394f0720374d7d5dca</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Re-work idle handling from previous commit.</title>
<updated>2019-07-24T20:17:50Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2019-07-24T20:17:50Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=7c730205e50014347bd96ab9735346d0b5922798'/>
<id>urn:sha1:7c730205e50014347bd96ab9735346d0b5922798</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Optimise the feel of some GUI functions by doing the seek after</title>
<updated>2019-07-24T19:42:50Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2019-07-24T19:42:50Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=335ef709439cd3678f6813a3fb880110e4c9cb26'/>
<id>urn:sha1:335ef709439cd3678f6813a3fb880110e4c9cb26</id>
<content type='text'>
many content changes in an idle handler, rather than blocking
the UI update until the seek and image redisplay have finished.
</content>
</entry>
<entry>
<title>Improve formatting of StateTimer output.</title>
<updated>2019-07-24T19:36:11Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2019-07-24T19:26:40Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=697d21c3f9bc6243151372f988936662b9993510'/>
<id>urn:sha1:697d21c3f9bc6243151372f988936662b9993510</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add --no-check to dcpomatic_cli.</title>
<updated>2019-07-23T20:32:04Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2019-07-23T20:32:04Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=95ddf2cc72b800967b9917f75917cfdde325d2e5'/>
<id>urn:sha1:95ddf2cc72b800967b9917f75917cfdde325d2e5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Tidy up handling of content-modified checks when using the dcpomatic_cli.</title>
<updated>2019-07-23T13:26:02Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2019-07-23T13:26:02Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=bf19399f8c009ff211d5c7b45b0941417d963c4e'/>
<id>urn:sha1:bf19399f8c009ff211d5c7b45b0941417d963c4e</id>
<content type='text'>
</content>
</entry>
</feed>
