<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dcpomatic/src/lib/dcp_examiner.cc, branch grok2</title>
<subtitle>DCP-o-matic DCP tools</subtitle>
<id>https://git.carlh.net/cgit/dcpomatic/atom?h=grok2</id>
<link rel='self' href='https://git.carlh.net/cgit/dcpomatic/atom?h=grok2'/>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/'/>
<updated>2023-10-15T07:10:18Z</updated>
<entry>
<title>Fix DCP content font ID allocation to cope with DCPs that have multiple fonts</title>
<updated>2023-10-15T07:10:18Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2023-10-14T19:48:25Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=3c802dd6d1451c2c8a7e188f8379738d72e907eb'/>
<id>urn:sha1:3c802dd6d1451c2c8a7e188f8379738d72e907eb</id>
<content type='text'>
with the same name in the same reel (#2600).

Previously we had this id_for_font_in_reel() which would give an ID
of N_font-ID.  This means we got duplicate font IDs.

Here we replace that method with FontAllocator, which gives an ID of
N_font-ID for the first font and M_font-ID, where M is a number higher than
the highest reel index.  The idea is to support the required new IDs
without breaking exisiting projects.

There is some documentation of how it works  in doc/design/fonts
</content>
</entry>
<entry>
<title>This check used to be for asset channel count mismatches, then it was</title>
<updated>2023-07-17T21:14:39Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2023-07-17T21:14:38Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=ca9a8a60df3d2040af9caa7bc5079c55a1921acb'/>
<id>urn:sha1:ca9a8a60df3d2040af9caa7bc5079c55a1921acb</id>
<content type='text'>
changed to the active count, but I don't think it should be an error
to have different active counts between assets of a single DCP.
</content>
</entry>
<entry>
<title>Fix player audio, almost totally broken by a stupid mistake</title>
<updated>2023-06-06T17:36:26Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2023-06-06T17:36:24Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=d860d9de91607aad3561e087fe83c2290ec5d42c'/>
<id>urn:sha1:d860d9de91607aad3561e087fe83c2290ec5d42c</id>
<content type='text'>
in 78b2c650a9249cb7165d269b4378391d31e68e8b

Following that commit 16 channel audio streams were being read
as 6-channel, with unsurprising consequences.
</content>
</entry>
<entry>
<title>Report the number of active channels in DCPs, not the number in the MXF.</title>
<updated>2023-05-28T21:35:25Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2023-05-28T21:35:25Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=78b2c650a9249cb7165d269b4378391d31e68e8b'/>
<id>urn:sha1:78b2c650a9249cb7165d269b4378391d31e68e8b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Handle fonts for ccaps coming from DCP content (#2525).</title>
<updated>2023-05-12T20:11:06Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2023-05-11T11:50:57Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=83d63bb331190db4372de4d0aaf8413c51f1eee4'/>
<id>urn:sha1:83d63bb331190db4372de4d0aaf8413c51f1eee4</id>
<content type='text'>
Not dealing with them calls all sort of chaos as described in the
bug report.
</content>
</entry>
<entry>
<title>Fix _text_count for ccaps when there are multiple reels.</title>
<updated>2023-05-12T20:11:06Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2023-05-11T11:47:35Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=2f0b79afd2110617fe694745a65b2350a448bd77'/>
<id>urn:sha1:2f0b79afd2110617fe694745a65b2350a448bd77</id>
<content type='text'>
Previously we would get a _text_count of 1 for open subs, no matter
how many reels there were, but for ccaps the _text_count would
increase with the number of tracks _and_ the number of reels.
</content>
</entry>
<entry>
<title>Cleanup: more variable renames.</title>
<updated>2023-05-09T18:22:46Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2023-05-06T22:01:38Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=b168d211622f94a5240c945c1df03b0bed48d3bc'/>
<id>urn:sha1:b168d211622f94a5240c945c1df03b0bed48d3bc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Cleanup: rename variable.</title>
<updated>2023-05-09T18:22:46Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2023-05-06T21:50:06Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=d0b66e88b9cab20b8415681f1781b772a3dfecc5'/>
<id>urn:sha1:d0b66e88b9cab20b8415681f1781b772a3dfecc5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use EnumIndexedVector in DCPExaminer.</title>
<updated>2022-09-27T11:46:16Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2022-09-26T22:35:42Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=d0da1d77b1fc2f65eeab8572e5ee76bf85094dda'/>
<id>urn:sha1:d0da1d77b1fc2f65eeab8572e5ee76bf85094dda</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Provide a similar fix to the one in ff639b3cf30afcc097bfd21d39c8d15f466cadd6</title>
<updated>2022-09-25T23:02:43Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2022-09-25T23:02:43Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=dbf2fbd90051f646ed827505ed1523f9449373f5'/>
<id>urn:sha1:dbf2fbd90051f646ed827505ed1523f9449373f5</id>
<content type='text'>
for DCPs that contain subtitle files without &lt;Font&gt; tags.
</content>
</entry>
</feed>
