<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dcpomatic/src, branch playlist</title>
<subtitle>DCP-o-matic DCP tools</subtitle>
<id>https://git.carlh.net/cgit/dcpomatic/atom?h=playlist</id>
<link rel='self' href='https://git.carlh.net/cgit/dcpomatic/atom?h=playlist'/>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/'/>
<updated>2020-10-18T19:43:03Z</updated>
<entry>
<title>macOS build fix.</title>
<updated>2020-10-18T19:43:03Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2020-10-18T19:43:03Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=6307ce6e9c59aa971413160e88a0f3304879cb95'/>
<id>urn:sha1:6307ce6e9c59aa971413160e88a0f3304879cb95</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Tidy up and fix bitmap path finding in the playlist editor.</title>
<updated>2020-10-18T18:01:44Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2020-10-18T18:01:44Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=ad31022bd9ecabd2c65ee2359f8d859d22fdf84e'/>
<id>urn:sha1:ad31022bd9ecabd2c65ee2359f8d859d22fdf84e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix typo.</title>
<updated>2020-10-18T18:00:25Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2020-10-18T18:00:25Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=4c0d8ea16deb997ff828767452d3aba560195267'/>
<id>urn:sha1:4c0d8ea16deb997ff828767452d3aba560195267</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Clarify some error messages on macOS (#1837).</title>
<updated>2020-10-17T22:16:25Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2020-10-17T22:16:25Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=d0be7e3154fccdf3f2de330d9cf200e01a9f4270'/>
<id>urn:sha1:d0be7e3154fccdf3f2de330d9cf200e01a9f4270</id>
<content type='text'>
When we say we can't start a particular tool, it may be because it
has not even been downloaded/installed.
</content>
</entry>
<entry>
<title>Fix failure to update player information when changing CPLs.</title>
<updated>2020-10-17T20:25:40Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2020-10-17T20:25:40Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=cddddde3d434656588b37c8b10b366659611f352'/>
<id>urn:sha1:cddddde3d434656588b37c8b10b366659611f352</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix deadlock when changing CPL in the player (#1827).</title>
<updated>2020-10-17T20:23:12Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2020-10-17T20:23:12Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=b33881c9ebe55084434bfea16ba050ad1ba6cb03'/>
<id>urn:sha1:b33881c9ebe55084434bfea16ba050ad1ba6cb03</id>
<content type='text'>
TextContent::set_dcp_track can end up requesting a view update, which
involves calls to methods in Content which lock the Content::_mutex.
Do these calls without a lock on that mutex held.

Also, it looks like we would append to texts on every call to
examine().  Fix that so that we replace the texts list on each
examine() call.
</content>
</entry>
<entry>
<title>Don't crash if the first packet in a stream has AV_NOPTS_VALUE;</title>
<updated>2020-10-14T19:24:57Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2020-10-14T19:24:57Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=d7a3d94ec307a03ebe3fcf239ba991e9a3c1b8b8'/>
<id>urn:sha1:d7a3d94ec307a03ebe3fcf239ba991e9a3c1b8b8</id>
<content type='text'>
instead, assume it should be at timestamp 0.
</content>
</entry>
<entry>
<title>Clear out _next_time when seeking, so out-of-date values don't</title>
<updated>2020-10-14T19:23:36Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2020-10-14T19:23:36Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=9a3df0a97b7962c00726447a75599e34c632cb2b'/>
<id>urn:sha1:9a3df0a97b7962c00726447a75599e34c632cb2b</id>
<content type='text'>
hang around.  Part of the fix for #1857.
</content>
</entry>
<entry>
<title>Fix errors when over-reading a "large" amount from FileGroups on</title>
<updated>2020-10-13T16:51:11Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2020-10-06T23:02:47Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=e5277d4042b896c4b50c694fba0f1afb47337f45'/>
<id>urn:sha1:e5277d4042b896c4b50c694fba0f1afb47337f45</id>
<content type='text'>
Windows.  I haven't been able to find any conclusive explanation for
why this stuff happens;

https://stackoverflow.com/questions/7241168/safe-maximum-number-of-records-read-by-fread

is one possible lead.
</content>
</entry>
<entry>
<title>Stop the Windows version of run_ffprobe manipulating the current working directory as tests rely on it.</title>
<updated>2020-10-13T16:51:11Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2020-10-06T19:37:46Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=a1d3a73736ff2a171ab1160dedf4faea40454bea'/>
<id>urn:sha1:a1d3a73736ff2a171ab1160dedf4faea40454bea</id>
<content type='text'>
</content>
</entry>
</feed>
