<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dcpomatic/src/lib/wscript, branch make-centre</title>
<subtitle>DCP-o-matic DCP tools</subtitle>
<id>https://git.carlh.net/cgit/dcpomatic/atom?h=make-centre</id>
<link rel='self' href='https://git.carlh.net/cgit/dcpomatic/atom?h=make-centre'/>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/'/>
<updated>2024-03-01T20:02:17Z</updated>
<entry>
<title>Add new "make-centre" processor.</title>
<updated>2024-03-01T20:02:17Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2024-03-01T20:02:16Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=86c39b8c4e2428964de086f6d5b3d274c2a5e26f'/>
<id>urn:sha1:86c39b8c4e2428964de086f6d5b3d274c2a5e26f</id>
<content type='text'>
This just puts L into L, R into R, and (L+R)/2 into C.
</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>Tweak how lzma is linked.</title>
<updated>2024-02-04T11:51:06Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2024-02-04T11:51:06Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=604a5f9343eebfa0108a19bb6b8ec60bc81f4819'/>
<id>urn:sha1:604a5f9343eebfa0108a19bb6b8ec60bc81f4819</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Explicitly link zlib to keep new macOS environment happy.</title>
<updated>2024-01-20T15:50:38Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2024-01-20T15:50:38Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=baf6f95e13c969da1f6fe430a95ca9bd40051485'/>
<id>urn:sha1:baf6f95e13c969da1f6fe430a95ca9bd40051485</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add Choice::set_by_data().</title>
<updated>2024-01-05T16:06:21Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2024-01-05T00:26:58Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=cb330f076f72000d028b11e88702addb0a2ab480'/>
<id>urn:sha1:cb330f076f72000d028b11e88702addb0a2ab480</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove unused code.</title>
<updated>2023-10-16T09:30:27Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2023-10-16T09:30:27Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=4b8f2b64ebb7fcba20c3c03d7bccd08e48612fbb'/>
<id>urn:sha1:4b8f2b64ebb7fcba20c3c03d7bccd08e48612fbb</id>
<content type='text'>
</content>
</entry>
<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>Add channel_is_mapped().</title>
<updated>2023-06-30T21:53:57Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2023-06-30T21:53:57Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=71acc01a622ce33abb18f541925e8ec42c834859'/>
<id>urn:sha1:71acc01a622ce33abb18f541925e8ec42c834859</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add dcpomatic2_map tool (#2445).</title>
<updated>2023-05-13T06:54:58Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2023-02-17T23:15:30Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=3a1ddb9e182be28a22c5bbc85c06ee6629b72fe6'/>
<id>urn:sha1:3a1ddb9e182be28a22c5bbc85c06ee6629b72fe6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Allow signals to be blocked and resumed, and so make sure that a set</title>
<updated>2023-05-10T19:35:46Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2023-05-08T23:33:45Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=0f11f0c25465464b28db713cccd37d7d8de483e1'/>
<id>urn:sha1:0f11f0c25465464b28db713cccd37d7d8de483e1</id>
<content type='text'>
of content changes taken from an examiner are handled at the same
time.

Should fix DoM #2523.
</content>
</entry>
</feed>
