<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dcpomatic/src/lib, branch v2.11.35</title>
<subtitle>DCP-o-matic DCP tools</subtitle>
<id>https://git.carlh.net/cgit/dcpomatic/atom?h=v2.11.35</id>
<link rel='self' href='https://git.carlh.net/cgit/dcpomatic/atom?h=v2.11.35'/>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/'/>
<updated>2018-01-03T15:44:05Z</updated>
<entry>
<title>Fix alpha blending with with offset; should help with #1155.</title>
<updated>2018-01-03T15:44:05Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2018-01-03T15:44:05Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=efa79a3db4a041cda3d93dde444e5dca9b84b976'/>
<id>urn:sha1:efa79a3db4a041cda3d93dde444e5dca9b84b976</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix incorrect alpha-blend in some cases.</title>
<updated>2018-01-03T00:45:27Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2018-01-03T00:45:27Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=ac9648e018f06d11be985f55984f6afe8b6bb97e'/>
<id>urn:sha1:ac9648e018f06d11be985f55984f6afe8b6bb97e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use convert_pixel_format a little.</title>
<updated>2018-01-03T00:00:06Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2018-01-03T00:00:06Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=9f01401d91a13f2849cc2d7dbd6768cd32bc3fd6'/>
<id>urn:sha1:9f01401d91a13f2849cc2d7dbd6768cd32bc3fd6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add convert_pixel_format convenience function.</title>
<updated>2018-01-02T23:35:43Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2018-01-02T23:35:43Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=d80e5a10e99b81bb4c19a8c776769b99fa927b4e'/>
<id>urn:sha1:d80e5a10e99b81bb4c19a8c776769b99fa927b4e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Mark pieces as done when we're past the end of them; fixes #1154.</title>
<updated>2018-01-02T21:21:43Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2018-01-02T21:21:43Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=65c3b3a815545fef4d0373bb588eb815b8b544b0'/>
<id>urn:sha1:65c3b3a815545fef4d0373bb588eb815b8b544b0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>A previous commit took care to make Decoder::position() not be updated</title>
<updated>2018-01-02T21:09:36Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2018-01-02T21:09:36Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=2537a2d959a5872c2e75b322022a7679d24c7e60'/>
<id>urn:sha1:2537a2d959a5872c2e75b322022a7679d24c7e60</id>
<content type='text'>
if the data that was emitted from the decoder was not taken by the player.

This means that when the decoder moves into its end trim the position will
stay where it is (since the player does not take the data).

I can't see the point of doing this; the only use of Decoder::position()
is to decide what to pass() next (I think).

It is also inconvenient because we would like to check Decoder::position()
to decide whether to stop passing a decoder since it's in its end trim
(not doing this causes #1154).
</content>
</entry>
<entry>
<title>No need for position() to be virtual.</title>
<updated>2018-01-02T20:56:04Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2018-01-02T20:56:04Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=e7adac0f25e0d2a38be56e4477ed78b8b34b8b34'/>
<id>urn:sha1:e7adac0f25e0d2a38be56e4477ed78b8b34b8b34</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add test for incorrect ISDCF name with full-frame content, and fix it (#1118).</title>
<updated>2018-01-02T17:48:54Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2018-01-02T17:48:54Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=9458457504af5548bc51b3c29e65dbe92fd0513d'/>
<id>urn:sha1:9458457504af5548bc51b3c29e65dbe92fd0513d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix opening of ZIP files of certificates on Windows (#1124).</title>
<updated>2018-01-02T17:37:36Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2018-01-02T15:07:29Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=c9548bb8272ffe5804085f0a7a9f19305f0d513b'/>
<id>urn:sha1:c9548bb8272ffe5804085f0a7a9f19305f0d513b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add missing factor to fix problems when padding in subsampled containers; should fix #1129.</title>
<updated>2017-12-30T01:47:26Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2017-12-30T01:47:26Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=e565ceeea3d842373d97ee21d99775ac1dd1269e'/>
<id>urn:sha1:e565ceeea3d842373d97ee21d99775ac1dd1269e</id>
<content type='text'>
</content>
</entry>
</feed>
