<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dcpomatic/src/lib, branch v2.14.11</title>
<subtitle>DCP-o-matic DCP tools</subtitle>
<id>https://git.carlh.net/cgit/dcpomatic/atom?h=v2.14.11</id>
<link rel='self' href='https://git.carlh.net/cgit/dcpomatic/atom?h=v2.14.11'/>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/'/>
<updated>2019-10-15T22:04:53Z</updated>
<entry>
<title>Fix assertion failure on making a VF, in certain circumstances.</title>
<updated>2019-10-15T22:04:53Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2019-10-15T22:04:53Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=392d675f5799671abbcf1a9a47820321bcbdcca2'/>
<id>urn:sha1:392d675f5799671abbcf1a9a47820321bcbdcca2</id>
<content type='text'>
These circumstances were a VF which refers to at least one complete
reel of audio from a OV before adding more audio of its own.
</content>
</entry>
<entry>
<title>Fix cross-thread access to info files.  May help with #1618.</title>
<updated>2019-10-15T11:55:56Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2019-10-08T22:43:22Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=0e0696155ba56a2c7d4adde87b70bd2739d334f9'/>
<id>urn:sha1:0e0696155ba56a2c7d4adde87b70bd2739d334f9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Possible fix for sporadic test failures where DCPs are checked before they are made.</title>
<updated>2019-10-14T13:59:26Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2019-10-14T13:59:26Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=d4f3df54c143b4d99dc06765208b62105f0cdca1'/>
<id>urn:sha1:d4f3df54c143b4d99dc06765208b62105f0cdca1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Improve OpenFileError so that it doesn't say "opening for read"</title>
<updated>2019-10-08T18:16:13Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2019-09-29T21:28:57Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=93e89bd463bd51de6823a6796288f6283f885b06'/>
<id>urn:sha1:93e89bd463bd51de6823a6796288f6283f885b06</id>
<content type='text'>
in one case where it should say "opening for read/write".

Also add some unit tests for ReelWriter.
</content>
</entry>
<entry>
<title>Add a little logging.</title>
<updated>2019-10-07T21:50:54Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2019-10-07T21:50:54Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=7ba1a973a8d06df646961c11dc34f73bd7141834'/>
<id>urn:sha1:7ba1a973a8d06df646961c11dc34f73bd7141834</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add a warning log when an assertion gets hit.</title>
<updated>2019-09-19T22:28:24Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2019-09-19T22:11:25Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=730a0a42ae0a4428693c3b560044c777751939ce'/>
<id>urn:sha1:730a0a42ae0a4428693c3b560044c777751939ce</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Don't force 24fps onto every DCP made by dcpomatic_create (#1598).</title>
<updated>2019-09-03T00:18:38Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2019-09-03T00:14:44Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=f939f1af849bdf546123baad9b790677da8d9b66'/>
<id>urn:sha1:f939f1af849bdf546123baad9b790677da8d9b66</id>
<content type='text'>
Backported from a0d7e38c1b7944ed45cdd6c0292fea33421e8bf5 in v2.15.x.
</content>
</entry>
<entry>
<title>Ignore video streams with frame rates over 1000 (work-around/fix for #1585).</title>
<updated>2019-07-21T23:34:10Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2019-07-21T23:34:10Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=dcb125a161e62c8936f598c54bfabba20231ff26'/>
<id>urn:sha1:dcb125a161e62c8936f598c54bfabba20231ff26</id>
<content type='text'>
Backported from f4f6a2504e5fedb67513689eaeac9dd88ee38ca9 in 2.15.x.
</content>
</entry>
<entry>
<title>Don't crash if history items are inaccessible.</title>
<updated>2019-07-02T22:23:56Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2019-07-02T21:56:56Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=d6ac233d9bdba4b42ad84fb7e312aad2a367ea77'/>
<id>urn:sha1:d6ac233d9bdba4b42ad84fb7e312aad2a367ea77</id>
<content type='text'>
Backported from 232ddcc9892a7dfd54efa7533c27c4cfdf71bffd in v2.15.x.
</content>
</entry>
<entry>
<title>Fix incorrect timing of PNG subtitles in second and subsequent reels.</title>
<updated>2019-06-28T22:23:41Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2019-06-27T22:09:36Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=d5dc6e380409b003fc52a97251c2c16b29641cf0'/>
<id>urn:sha1:d5dc6e380409b003fc52a97251c2c16b29641cf0</id>
<content type='text'>
Backported from 5728b8095b9522626d61b1c684a9492f759e2870 in v2.15.x.
</content>
</entry>
</feed>
