<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dcpomatic/test, 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>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>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 Unzipper.</title>
<updated>2024-02-16T22:37:59Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2024-02-15T00:05:12Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=befbada161a66a16f8ced89773ad11c0ac5c91e5'/>
<id>urn:sha1:befbada161a66a16f8ced89773ad11c0ac5c91e5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'main' into v2.17.x</title>
<updated>2024-02-11T23:06:13Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2024-02-11T23:06:13Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=6f9adc9f7215a362d23e45b861017638ec67c723'/>
<id>urn:sha1:6f9adc9f7215a362d23e45b861017638ec67c723</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Don't add a font with an empty ID for ccaps either (#2762).</title>
<updated>2024-02-11T22:31:39Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2024-02-11T19:13:04Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=eb04ac87ccfa046dd342ca7b9e6478c3bdcabbba'/>
<id>urn:sha1:eb04ac87ccfa046dd342ca7b9e6478c3bdcabbba</id>
<content type='text'>
Previously this was all changed so that for subs we add the default
font in a cleaner way (in db22f81ccce9e1a5f205e6d8b3c0631fc039a173).

I can't see why we shouldn't treat ccaps the same way, and indeed
not doing it causes an error as shown by the included test.
</content>
</entry>
<entry>
<title>Fix apparently ineffective processors when analysing audio (#2671).</title>
<updated>2024-02-11T21:55:27Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2024-02-11T12:10:48Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=527093fa643049d370f4daee8206349981edbf95'/>
<id>urn:sha1:527093fa643049d370f4daee8206349981edbf95</id>
<content type='text'>
A whole film ("DCP side") analysis would behave the same as a
single piece of content analysis if the film only had one piece
of content.

Here we also clarify that audio analysis of the whole film is different
to that for a single piece of content; for the whole film we use processors,
and for single pieces of content we do not.
</content>
</entry>
<entry>
<title>Remove apparently out-of-date comment.</title>
<updated>2024-02-06T23:21:44Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2024-02-06T10:07:53Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=fbcfa342d9f8d6f1430065ad18a1a1b8f7b925db'/>
<id>urn:sha1:fbcfa342d9f8d6f1430065ad18a1a1b8f7b925db</id>
<content type='text'>
</content>
</entry>
</feed>
