<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dcpomatic/src/wx/video_view.cc, branch minimum-bitrate</title>
<subtitle>DCP-o-matic DCP tools</subtitle>
<id>https://git.carlh.net/cgit/dcpomatic/atom?h=minimum-bitrate</id>
<link rel='self' href='https://git.carlh.net/cgit/dcpomatic/atom?h=minimum-bitrate'/>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/'/>
<updated>2021-01-31T02:14:24Z</updated>
<entry>
<title>More enum class additions.</title>
<updated>2021-01-31T02:14:24Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2021-01-31T02:14:24Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=8fedaaa75c4586a4cc7ffb393bd71d1fdb091dc8'/>
<id>urn:sha1:8fedaaa75c4586a4cc7ffb393bd71d1fdb091dc8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>std::shared_ptr</title>
<updated>2021-01-07T21:48:29Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2021-01-04T20:16:53Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=dd9be86db6cde0afa5da0d1d1ac43b42e05dca26'/>
<id>urn:sha1:dd9be86db6cde0afa5da0d1d1ac43b42e05dca26</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Various tweaks to fix playback at the end of a film (#1858).</title>
<updated>2020-12-23T00:52:21Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2020-12-23T00:52:21Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=6516fb170b0e7a83c582a858fb54d1f83f751cc0'/>
<id>urn:sha1:6516fb170b0e7a83c582a858fb54d1f83f751cc0</id>
<content type='text'>
The most questionable change here is probably how
SimpleVideoView::display_next_frame no longer re-schedules
itself if the call to get_next_frame returned AGAIN; it seems
wrong to do that when FilmViewer::idle_handler() also reschedules
itself when display_next_frame() returns AGAIN.
</content>
</entry>
<entry>
<title>Rename refresh_metadata -&gt; reset_metadata.</title>
<updated>2020-12-01T10:36:52Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2020-12-01T10:36:52Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=f7c43baf9b67505f04bb0954ab6e9e36f88efced'/>
<id>urn:sha1:f7c43baf9b67505f04bb0954ab6e9e36f88efced</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Change re{set,fresh}_metadata to take a film and a size from the player.</title>
<updated>2020-11-30T23:20:39Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2020-11-30T22:38:39Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=d1a57244622f5f4160d0f58af7fe71a829175345'/>
<id>urn:sha1:d1a57244622f5f4160d0f58af7fe71a829175345</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove swaroop variant.</title>
<updated>2020-11-23T12:58:33Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2020-11-23T12:58:33Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=a332bd6be323f03dad5b180fb237afe54f1bf81e'/>
<id>urn:sha1:a332bd6be323f03dad5b180fb237afe54f1bf81e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Report better errors when the butler dies.</title>
<updated>2020-08-17T13:44:58Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2020-08-17T13:44:58Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=6abf2fdd53b14608561fcc1900507daea5b79fb7'/>
<id>urn:sha1:6abf2fdd53b14608561fcc1900507daea5b79fb7</id>
<content type='text'>
Adapted from d23f55d8cd73adda823d0a2fcabc129b8845a81 in master.
</content>
</entry>
<entry>
<title>Don't clobber the current _player_video when the butler returns AGAIN.  Fixes some seek-related glitches.</title>
<updated>2020-04-23T18:48:11Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2020-04-23T18:48:11Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=572eef26de36d3a9a29e5ed550e64b4f0d2ec735'/>
<id>urn:sha1:572eef26de36d3a9a29e5ed550e64b4f0d2ec735</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Ignore and report failures to decode frames during playback (#1593).</title>
<updated>2020-04-14T20:16:27Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2020-04-14T20:16:27Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=4ab86ef0295bcd6bb9297996a06006f371d22bae'/>
<id>urn:sha1:4ab86ef0295bcd6bb9297996a06006f371d22bae</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix deadlock.</title>
<updated>2020-01-10T14:13:35Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2020-01-10T14:13:35Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=ba983cf47c98be684ee6ac1560f55364016b16f8'/>
<id>urn:sha1:ba983cf47c98be684ee6ac1560f55364016b16f8</id>
<content type='text'>
</content>
</entry>
</feed>
