<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dcpomatic/src/wx/gl_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-02-01T16:47:23Z</updated>
<entry>
<title>Add a better error when failing to read a DCP in some cases.</title>
<updated>2021-02-01T16:47:23Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2021-02-01T16:47:23Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=a3e5dbb1785487d2ad3e3a6a0f44f697d6eb38e0'/>
<id>urn:sha1:a3e5dbb1785487d2ad3e3a6a0f44f697d6eb38e0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use enum class for VideoRange.</title>
<updated>2021-01-27T00:44:20Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2021-01-27T00:44:20Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=1d2a51bdc8315fa7283be329669860e435a1513f'/>
<id>urn:sha1:1d2a51bdc8315fa7283be329669860e435a1513f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix crash on close on Linux.</title>
<updated>2021-01-16T02:09:11Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2021-01-16T02:09:11Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=2836c0dee60d0b328663c79bba938283b1c9ca13'/>
<id>urn:sha1:2836c0dee60d0b328663c79bba938283b1c9ca13</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix OpenGL crashes on macOS (#1899).</title>
<updated>2021-01-16T02:01:41Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2021-01-15T23:55:29Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=c31eb6d664ad26940d56f1d9da1778dd9729a187'/>
<id>urn:sha1:c31eb6d664ad26940d56f1d9da1778dd9729a187</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>Fix lots of macOS warnings by using a different boost/bind include.</title>
<updated>2020-12-10T23:32:22Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2020-12-10T18:27:53Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=bd7f4bbde17d2087ba4c4bddf6439b3df869b1db'/>
<id>urn:sha1:bd7f4bbde17d2087ba4c4bddf6439b3df869b1db</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make sure we use limited ("video") range data when exporting.</title>
<updated>2020-11-16T00:40:36Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2020-11-15T19:47:42Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=b057363e69b77119137c0c8b07402828096e03aa'/>
<id>urn:sha1:b057363e69b77119137c0c8b07402828096e03aa</id>
<content type='text'>
Our export formats all currently use limited range but we weren't
making sure data fed to the encoders was limited range.

Should fix #1832.
</content>
</entry>
<entry>
<title>Fix video waveform view with GL backend.</title>
<updated>2020-11-05T21:56:23Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2020-11-05T21:12:27Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=d1addc203597a892c02bd162585c6a55950ffaf5'/>
<id>urn:sha1:d1addc203597a892c02bd162585c6a55950ffaf5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix crash on Linux (and maybe others).</title>
<updated>2020-11-03T23:15:30Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2020-11-03T23:15:30Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=cfba7e0f9f20e68397e41d8f979e7723425ec51b'/>
<id>urn:sha1:cfba7e0f9f20e68397e41d8f979e7723425ec51b</id>
<content type='text'>
Calling _canvas-&gt;SetCurrent() without the canvas being on screen
causes a crash on Linux (and maybe elsewhere).
</content>
</entry>
</feed>
