<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dcpomatic, branch v2.11.56</title>
<subtitle>DCP-o-matic DCP tools</subtitle>
<id>https://git.carlh.net/cgit/dcpomatic/atom?h=v2.11.56</id>
<link rel='self' href='https://git.carlh.net/cgit/dcpomatic/atom?h=v2.11.56'/>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/'/>
<updated>2018-02-16T22:18:31Z</updated>
<entry>
<title>Bump version</title>
<updated>2018-02-16T22:18:31Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2018-02-16T22:18:31Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=4b2b00a41dcbe43fa954cdc0c7db20f758bc174f'/>
<id>urn:sha1:4b2b00a41dcbe43fa954cdc0c7db20f758bc174f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>AudioDecoder::_positions is at the resampled rate, if applicable;</title>
<updated>2018-02-16T21:57:13Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2018-02-16T21:54:01Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=7147957ea5485a70580135cf32c43a05ed97a7f2'/>
<id>urn:sha1:7147957ea5485a70580135cf32c43a05ed97a7f2</id>
<content type='text'>
fix its initial setup.  Fixes problems when seeking deep into
resampled content; before this commit the audio time stamps got
out of whack sufficiently that the butler would fill with video
before any audio made it past the range checks.
</content>
</entry>
<entry>
<title>Try to include dcpomatic2_kdm_cli in the KDM creator .app.</title>
<updated>2018-02-15T12:02:44Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2018-02-15T12:02:44Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=67e2718f396da6f6faf6f703f6b90162bd6cb9ac'/>
<id>urn:sha1:67e2718f396da6f6faf6f703f6b90162bd6cb9ac</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Missing setup of configured decode reduction (#1195).</title>
<updated>2018-02-13T10:49:23Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2018-02-13T10:49:23Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=d661797fed639f9e6a6cf2160cf0d2e4de04694c'/>
<id>urn:sha1:d661797fed639f9e6a6cf2160cf0d2e4de04694c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add some tolerance when checking audio references.</title>
<updated>2018-02-13T10:47:22Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2018-02-13T10:47:22Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=8f8ffead78f16269f22b5b0354395d0a583873fa'/>
<id>urn:sha1:8f8ffead78f16269f22b5b0354395d0a583873fa</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Recover test config after config_test.cc runs.</title>
<updated>2018-02-13T01:10:03Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2018-02-13T01:10:03Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=ec6b451c615134984688a2085d6c3f9fcfa870bc'/>
<id>urn:sha1:ec6b451c615134984688a2085d6c3f9fcfa870bc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make Config::read() fallback match Config::set_defaults() for</title>
<updated>2018-02-13T01:08:14Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2018-02-13T01:08:14Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=08feee25150ff15bad67087c80e44ba21e6ebd0d'/>
<id>urn:sha1:08feee25150ff15bad67087c80e44ba21e6ebd0d</id>
<content type='text'>
_default_dcp_content_type.
</content>
</entry>
<entry>
<title>Add SWS_ACCURATE_RND to sws flags.  Without this, conversions to RGB in</title>
<updated>2018-02-12T23:47:02Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2018-02-12T23:47:02Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=b17a5963f9c79e3e99890f32129105dd49fb0c29'/>
<id>urn:sha1:b17a5963f9c79e3e99890f32129105dd49fb0c29</id>
<content type='text'>
crop_scale_window_test leave the 6 pixels at the right side of the image
uninitialised (sws_scale doesn't fill them in with anything) so you get
garbage in the output.  SWS_ACCURATE_RND fixes it.  There are whisperings
that this is slow, so the impact of this patch may need to be measured
in some "real" situations.
</content>
</entry>
<entry>
<title>Add commented-out valgrind line which can be used with gdb.</title>
<updated>2018-02-12T23:46:45Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2018-02-12T23:46:45Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=9a663d3f2e467f65dd7a364ed8631107fed5182d'/>
<id>urn:sha1:9a663d3f2e467f65dd7a364ed8631107fed5182d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Tone some debug messages down slightly.</title>
<updated>2018-02-12T23:21:34Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2018-02-12T23:21:34Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=d7f731ef2a3e099cf7b9af1de514e8b56b71dfa1'/>
<id>urn:sha1:d7f731ef2a3e099cf7b9af1de514e8b56b71dfa1</id>
<content type='text'>
</content>
</entry>
</feed>
