<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dcpomatic, branch v2.1.46</title>
<subtitle>DCP-o-matic DCP tools</subtitle>
<id>https://git.carlh.net/cgit/dcpomatic/atom?h=v2.1.46</id>
<link rel='self' href='https://git.carlh.net/cgit/dcpomatic/atom?h=v2.1.46'/>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/'/>
<updated>2015-08-26T08:36:56Z</updated>
<entry>
<title>Bump version</title>
<updated>2015-08-26T08:36:56Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2015-08-26T08:36:56Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=d3e6070d926b44e5091f74567c91a0aa031a1641'/>
<id>urn:sha1:d3e6070d926b44e5091f74567c91a0aa031a1641</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Revert "Fix test to take into account changes to rounding."</title>
<updated>2015-08-26T00:35:13Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2015-08-26T00:35:13Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=b1a681c63cd892f91c9825a517b741dee9eb2b26'/>
<id>urn:sha1:b1a681c63cd892f91c9825a517b741dee9eb2b26</id>
<content type='text'>
This reverts commit 32823e7cc89965bf706fecab13be444e5a2aaa09.
</content>
</entry>
<entry>
<title>-ffast-math seems to cause various bizarre problems on Windows XP 32-bit, so remove it.</title>
<updated>2015-08-26T00:34:04Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2015-08-26T00:34:04Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=7950a422f3814bb355bfa4d6a536c735fc222fc4'/>
<id>urn:sha1:7950a422f3814bb355bfa4d6a536c735fc222fc4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix lrint-related crash.</title>
<updated>2015-08-26T00:33:34Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2015-08-26T00:33:34Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=e70f23c79bb3a9abe998d6bdd77641c2c1ae24d4'/>
<id>urn:sha1:e70f23c79bb3a9abe998d6bdd77641c2c1ae24d4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Revert "Replace _floor with _round in dcp_to_content_video.  _floor breaks</title>
<updated>2015-08-26T00:32:22Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2015-08-26T00:32:22Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=d5066f2051d91b638f39bd22d5f82154accd1af2'/>
<id>urn:sha1:d5066f2051d91b638f39bd22d5f82154accd1af2</id>
<content type='text'>
        playback on Win XP 32 as the player keeps requesting the same
        frame from the decoder rather than the next one."

This reverts commit e386b94425586760374d8e1cb16be99af09cf07f.

The actual cause of the Win XP 32 bug appears to be -ffast-math.
</content>
</entry>
<entry>
<title>Fix test to take into account changes to rounding.</title>
<updated>2015-08-25T22:26:44Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2015-08-25T22:26:44Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=32823e7cc89965bf706fecab13be444e5a2aaa09'/>
<id>urn:sha1:32823e7cc89965bf706fecab13be444e5a2aaa09</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Missing 15.04 dependency.</title>
<updated>2015-08-25T22:23:01Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2015-08-25T22:23:01Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=1dd8d0f8eb6bac43a9c3728154bdefdc27251fad'/>
<id>urn:sha1:1dd8d0f8eb6bac43a9c3728154bdefdc27251fad</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Purge rint() and use llrint and friends.</title>
<updated>2015-08-25T21:17:23Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2015-08-25T21:17:23Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=1d68fe1e3ad1a9aa85fa7fc6071a0b8c64973953'/>
<id>urn:sha1:1d68fe1e3ad1a9aa85fa7fc6071a0b8c64973953</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Replace _floor with _round in dcp_to_content_video.  _floor breaks</title>
<updated>2015-08-25T20:04:51Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2015-08-25T18:35:03Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=e386b94425586760374d8e1cb16be99af09cf07f'/>
<id>urn:sha1:e386b94425586760374d8e1cb16be99af09cf07f</id>
<content type='text'>
playback on Win XP 32 as the player keeps requesting the same
frame from the decoder rather than the next one.
</content>
</entry>
<entry>
<title>Hopefully fix duplicate uninstallers (#672).</title>
<updated>2015-08-25T15:35:17Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2015-08-25T15:35:17Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=fb5167c9bf8b0063c9ee49b52ecd8d8118d3c27b'/>
<id>urn:sha1:fb5167c9bf8b0063c9ee49b52ecd8d8118d3c27b</id>
<content type='text'>
</content>
</entry>
</feed>
