<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dcpomatic, branch win-splash</title>
<subtitle>DCP-o-matic DCP tools</subtitle>
<id>https://git.carlh.net/cgit/dcpomatic/atom?h=win-splash</id>
<link rel='self' href='https://git.carlh.net/cgit/dcpomatic/atom?h=win-splash'/>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/'/>
<updated>2021-02-23T19:01:49Z</updated>
<entry>
<title>Fix assertion failure in AudioBuffers::copy_from() (#1909)</title>
<updated>2021-02-23T19:01:49Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2021-02-23T19:01:49Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=4d8c69b356f770144c59982c4196846d6f1dc0b0'/>
<id>urn:sha1:4d8c69b356f770144c59982c4196846d6f1dc0b0</id>
<content type='text'>
A number of frames N was being split up into two parts which together
were bigger than N, meaning a copy of one of the parts failed.
</content>
</entry>
<entry>
<title>Remove wxSTAY_ON_TOP from splash screen on Windows to stop it hiding</title>
<updated>2021-02-23T18:41:31Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2021-02-23T00:47:21Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=216ab537915307f5033e8b1fce13bc2517bc4bb9'/>
<id>urn:sha1:216ab537915307f5033e8b1fce13bc2517bc4bb9</id>
<content type='text'>
error dialogues that pop up during startup.
</content>
</entry>
<entry>
<title>Merge branch 'v2.15.x' of ssh://git.carlh.net/home/carl/git/dcpomatic into v2.15.x</title>
<updated>2021-02-23T18:40:33Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2021-02-23T18:40:33Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=82d9063f46be8faa529361b5bf58a4fabad39fca'/>
<id>urn:sha1:82d9063f46be8faa529361b5bf58a4fabad39fca</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'v2.15.x' of ssh://git.carlh.net/home/carl/git/dcpomatic into v2.15.x</title>
<updated>2021-02-23T18:40:15Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2021-02-23T18:40:15Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=8d5ebebe8fe0c233aeee68a2db3c654f7fbcaa73'/>
<id>urn:sha1:8d5ebebe8fe0c233aeee68a2db3c654f7fbcaa73</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Be more careful to always close the splash screen when necessary.</title>
<updated>2021-02-23T00:24:17Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2021-02-23T00:24:17Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=b5700cf59c12164b07550d8b217b98b1616227ab'/>
<id>urn:sha1:b5700cf59c12164b07550d8b217b98b1616227ab</id>
<content type='text'>
Trying to prevent error dialogues appearing behind it.
</content>
</entry>
<entry>
<title>Fix some wxWidgets assertion failures.</title>
<updated>2021-02-23T00:11:28Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2021-02-23T00:11:28Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=d3a3b8988fcc7df405b8d73a0aabd967ad7a8bf0'/>
<id>urn:sha1:d3a3b8988fcc7df405b8d73a0aabd967ad7a8bf0</id>
<content type='text'>
Casued by specifying wxFD_OVERWRITE_PROMPT without wxFD_SAVE; it makes
no sense and in wx3.1 it raises an error.
</content>
</entry>
<entry>
<title>Fix assertion ordering.</title>
<updated>2021-02-23T00:11:18Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2021-02-23T00:11:18Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=b6c2eb0a6ae72dd73c1d740e9941fc92d0e5b51d'/>
<id>urn:sha1:b6c2eb0a6ae72dd73c1d740e9941fc92d0e5b51d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Verify a whole bunch of DCPs made by unit tests.</title>
<updated>2021-02-21T19:28:59Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2021-02-21T19:28:59Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=daf6f7dc5fb1827af76fe991c01f52851f1cf425'/>
<id>urn:sha1:daf6f7dc5fb1827af76fe991c01f52851f1cf425</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Don't write active picture area with zero width or height as it makes verification fail.</title>
<updated>2021-02-21T19:27:58Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2021-02-21T19:27:58Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=973ca55183bff3f9bda583a71595c7b345ee3979'/>
<id>urn:sha1:973ca55183bff3f9bda583a71595c7b345ee3979</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Don't create empty SMPTE subtitles files with empty &lt;SubtitleList&gt;</title>
<updated>2021-02-21T19:26:37Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2021-02-21T19:26:37Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=b59d8e2010deac24fc4501526107115c567e8ba4'/>
<id>urn:sha1:b59d8e2010deac24fc4501526107115c567e8ba4</id>
<content type='text'>
Files like this fail validation against the XSD.  Perhaps the XSD
is wrong; for now though, create an empty 1-second-long subtitle
in such files.
</content>
</entry>
</feed>
