<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dcpomatic/src/lib/player.cc, branch v2.2.1</title>
<subtitle>DCP-o-matic DCP tools</subtitle>
<id>https://git.carlh.net/cgit/dcpomatic/atom?h=v2.2.1</id>
<link rel='self' href='https://git.carlh.net/cgit/dcpomatic/atom?h=v2.2.1'/>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/'/>
<updated>2015-09-11T21:29:28Z</updated>
<entry>
<title>Fix assertion failure when processors return fewer channels than the DCP has.</title>
<updated>2015-09-11T21:29:28Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2015-09-11T21:29:28Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=b9842263a402b5ce1d2f85a1346ca11a419f816e'/>
<id>urn:sha1:b9842263a402b5ce1d2f85a1346ca11a419f816e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use SRC_LINEAR for speed when analysing audio (#685).</title>
<updated>2015-09-09T08:50:48Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2015-09-09T08:50:48Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=f26af8112b03b5233eb5239defd11a7428b705ad'/>
<id>urn:sha1:f26af8112b03b5233eb5239defd11a7428b705ad</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Don't bother with audio in the film viewer.</title>
<updated>2015-09-04T23:25:14Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2015-09-04T22:14:46Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=253c72987b333a747eeaf25509eb1ec32f484467'/>
<id>urn:sha1:253c72987b333a747eeaf25509eb1ec32f484467</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Apply reverse of recent dcp_to_content_video fix to content_video_to_dcp.</title>
<updated>2015-08-31T14:32:18Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2015-08-31T14:32:18Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=ffdb290bcba1cb9a3e2e6768ee254629d696dd36'/>
<id>urn:sha1:ffdb290bcba1cb9a3e2e6768ee254629d696dd36</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix Player::dcp_to_content_video with similar but not equal content/DCP frame rates.</title>
<updated>2015-08-27T14:54:13Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2015-08-27T14:54:13Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=52dc5e2f2d0e5be8e9ba75b5978a1de58b11cb25'/>
<id>urn:sha1:52dc5e2f2d0e5be8e9ba75b5978a1de58b11cb25</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>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>Reflect colour conversion changes in player / waveform viewer.</title>
<updated>2015-08-25T14:22:52Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2015-08-25T14:08:24Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=bd0fbdae25424a491b30427443a0ce2b338522b8'/>
<id>urn:sha1:bd0fbdae25424a491b30427443a0ce2b338522b8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use the correct font to render subtitles in preview / burn-in (#663).</title>
<updated>2015-08-23T17:08:59Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2015-08-23T17:08:59Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=ea8d9e93091cd54d252b3c4069d1dba7060e4f75'/>
<id>urn:sha1:ea8d9e93091cd54d252b3c4069d1dba7060e4f75</id>
<content type='text'>
</content>
</entry>
</feed>
