<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dcpomatic/src/lib, branch v2.17.12</title>
<subtitle>DCP-o-matic DCP tools</subtitle>
<id>https://git.carlh.net/cgit/dcpomatic/atom?h=v2.17.12</id>
<link rel='self' href='https://git.carlh.net/cgit/dcpomatic/atom?h=v2.17.12'/>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/'/>
<updated>2024-02-22T00:25:03Z</updated>
<entry>
<title>Merge tag 'v2.16.78' into v2.17.x</title>
<updated>2024-02-22T00:25:03Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2024-02-22T00:25:03Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=a45f6245e8cc785fab436c9282fa3d1baf3a8575'/>
<id>urn:sha1:a45f6245e8cc785fab436c9282fa3d1baf3a8575</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make DCPExaminer::size() optional and deal with the consequences.</title>
<updated>2024-02-21T17:48:53Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2024-02-21T09:47:38Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=3ffd0163026be24e5373e0674c3301ed37546e44'/>
<id>urn:sha1:3ffd0163026be24e5373e0674c3301ed37546e44</id>
<content type='text'>
This means we can fix the case of a VF having no known size in a nice way,
in turn fixing problems caused by the fix to #2775.
</content>
</entry>
<entry>
<title>Fix failure to examine non-flat-ratio VFs (#2775).</title>
<updated>2024-02-21T00:27:31Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2024-02-21T00:10:23Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=a9b1c1cb65e1902a64430977cf698054e131a6f4'/>
<id>urn:sha1:a9b1c1cb65e1902a64430977cf698054e131a6f4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix build on Centos 7.</title>
<updated>2024-02-20T13:37:58Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2024-02-20T13:37:58Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=10932722619696f1e089723c2dccf51281f24a40'/>
<id>urn:sha1:10932722619696f1e089723c2dccf51281f24a40</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge tag 'v2.16.77' into v2.17.x</title>
<updated>2024-02-19T22:22:31Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2024-02-19T22:22:31Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=51dda295b5bd63e6635ae17786e4657c41a3678a'/>
<id>urn:sha1:51dda295b5bd63e6635ae17786e4657c41a3678a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Don't order the user to 'remove the other content'.</title>
<updated>2024-02-19T20:42:39Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2024-02-19T20:42:39Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=8af709285d056476933dbfaf63c9b2121fbd4ce8'/>
<id>urn:sha1:8af709285d056476933dbfaf63c9b2121fbd4ce8</id>
<content type='text'>
In the context of the new VF dialog this sounds odd; e.g. the user ticked video
but audio is impossible, they are ordered to remove the other content (when they
might just not want to refer to audio at all).
</content>
</entry>
<entry>
<title>Reset _next_video_time when deciding to emit black.</title>
<updated>2024-02-19T08:54:43Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2024-02-18T22:36:10Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=167ff6413dcc32680b2b778303f659656c2a51df'/>
<id>urn:sha1:167ff6413dcc32680b2b778303f659656c2a51df</id>
<content type='text'>
Otherwise if we inaccurately seek into an area with no video there
will never be any content coming into ::video() which could reset
_next_video_time. Then when a black frame is emitted using
emit_video_until we will emit black frames from time 0 to the time
of the inaccurate seek.
</content>
</entry>
<entry>
<title>Add some more logs to the LOG_DEBUG_PLAYER set.</title>
<updated>2024-02-19T08:54:43Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2024-02-18T22:34:48Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=d36b320c0a3d0ba0951eea486578275b3738a687'/>
<id>urn:sha1:d36b320c0a3d0ba0951eea486578275b3738a687</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Cleanup: use auto.</title>
<updated>2024-02-19T08:54:43Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2024-02-18T22:34:26Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=41121af9e1eb611ebab1f8e8077dbbc7ab3c421a'/>
<id>urn:sha1:41121af9e1eb611ebab1f8e8077dbbc7ab3c421a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge tag 'v2.16.76' into v2.17.x</title>
<updated>2024-02-18T23:56:14Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2024-02-18T23:56:14Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=c59a10bcf428154c7d1c9e3fad4469af36bb7d91'/>
<id>urn:sha1:c59a10bcf428154c7d1c9e3fad4469af36bb7d91</id>
<content type='text'>
</content>
</entry>
</feed>
