<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dcpomatic/test, branch carsten-player-debug</title>
<subtitle>DCP-o-matic DCP tools</subtitle>
<id>https://git.carlh.net/cgit/dcpomatic/atom?h=carsten-player-debug</id>
<link rel='self' href='https://git.carlh.net/cgit/dcpomatic/atom?h=carsten-player-debug'/>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/'/>
<updated>2021-11-04T10:54:03Z</updated>
<entry>
<title>Stop some tests from writing things to test/data.</title>
<updated>2021-11-04T10:54:03Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2021-11-03T13:24:58Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=175e882d1d9d56e759ad613ce678cad70d13f8ed'/>
<id>urn:sha1:175e882d1d9d56e759ad613ce678cad70d13f8ed</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Run one test with fewer cores to stop it running out of memory on a 16-core 16Gb machine.</title>
<updated>2021-11-04T10:46:09Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2021-11-03T10:27:14Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=74ee261046fbda4e902c6967312b3de7af6e869e'/>
<id>urn:sha1:74ee261046fbda4e902c6967312b3de7af6e869e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add ConfigRestorer and use it instead of setup_test_config() directly.</title>
<updated>2021-11-04T10:46:03Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2021-11-02T22:14:04Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=e1555a8837da05f135a3705112469206fc17ec80'/>
<id>urn:sha1:e1555a8837da05f135a3705112469206fc17ec80</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add failing test.</title>
<updated>2021-11-04T10:44:40Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2021-11-01T22:37:36Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=66d0338abb8d8393c5e1e8a9c32ca5e57becda9e'/>
<id>urn:sha1:66d0338abb8d8393c5e1e8a9c32ca5e57becda9e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Tidying.</title>
<updated>2021-11-04T10:44:31Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2021-11-01T22:37:30Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=a4e3614eee78b032ad4a8a8a813a369275918974'/>
<id>urn:sha1:a4e3614eee78b032ad4a8a8a813a369275918974</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add a new test for subtitle timing when changing frame rate.</title>
<updated>2021-10-27T21:48:20Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2021-10-27T21:23:26Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=9d6feb056d3dfd3c1fef59b6340e77fb23830f54'/>
<id>urn:sha1:9d6feb056d3dfd3c1fef59b6340e77fb23830f54</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Basic and slightly inaccurate support for &lt;Space&gt; in subtitles (#2103).</title>
<updated>2021-10-17T13:35:14Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2021-10-15T20:25:42Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=ccd69987ab861ea4521836fa2a5227e2dfac3479'/>
<id>urn:sha1:ccd69987ab861ea4521836fa2a5227e2dfac3479</id>
<content type='text'>
Adding horizontal space to a Pango layout is hard, and I think this
change probably gets it slightly wrong, but it's a step in the right
direction.
</content>
</entry>
<entry>
<title>Always block waiting for audio when exporting.</title>
<updated>2021-10-16T08:13:26Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2021-10-15T20:33:46Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=c8fa584045ad65283a85015f18ee8789ddf881d1'/>
<id>urn:sha1:c8fa584045ad65283a85015f18ee8789ddf881d1</id>
<content type='text'>
Otherwise if there is non available we'll insert silence and potentially
push the audio out of sync (late).  May help with #2098.
</content>
</entry>
<entry>
<title>Use an enum instead of a bool to specify blocking/non-blocking.</title>
<updated>2021-10-16T08:12:09Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2021-10-15T20:26:47Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=0e896f9f37db001f34c876ed5fc50e874f96ae09'/>
<id>urn:sha1:0e896f9f37db001f34c876ed5fc50e874f96ae09</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix test logging setup to actually work.</title>
<updated>2021-10-15T17:49:36Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2021-10-14T22:30:27Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=18ed20b9191d7122d78251d047f9ff7873c313d6'/>
<id>urn:sha1:18ed20b9191d7122d78251d047f9ff7873c313d6</id>
<content type='text'>
</content>
</entry>
</feed>
