<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dcpomatic/src/lib/hints.cc, branch win-fix</title>
<subtitle>DCP-o-matic DCP tools</subtitle>
<id>https://git.carlh.net/cgit/dcpomatic/atom?h=win-fix</id>
<link rel='self' href='https://git.carlh.net/cgit/dcpomatic/atom?h=win-fix'/>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/'/>
<updated>2026-04-23T15:22:39Z</updated>
<entry>
<title>Fix 32-bit Windows build.</title>
<updated>2026-04-23T15:22:39Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2026-04-23T15:02:31Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=d71b711220d77cd77b52bcf8316f01c09280537a'/>
<id>urn:sha1:d71b711220d77cd77b52bcf8316f01c09280537a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Give some idea of how much XML/MXF files are too big when hinting.</title>
<updated>2026-04-19T21:03:46Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2026-04-19T21:03:46Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=62b87d5bac71cfaac5e6b7f3dcca9813351110c6'/>
<id>urn:sha1:62b87d5bac71cfaac5e6b7f3dcca9813351110c6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move utf8_strlen() out to libdcp.</title>
<updated>2026-04-15T21:07:24Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2026-04-15T21:07:24Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=0466bf2201175e55d036f0510fd9a0b08b1d5d2f'/>
<id>urn:sha1:0466bf2201175e55d036f0510fd9a0b08b1d5d2f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix erroneous hints about ccaps having more than 3 lines if they contain formatting.</title>
<updated>2026-04-15T20:30:36Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2026-04-15T20:30:36Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=6b8e08be8000824e2af0f24dbc86199dd427fcf6'/>
<id>urn:sha1:6b8e08be8000824e2af0f24dbc86199dd427fcf6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make FrameRateChange data private.</title>
<updated>2026-04-08T18:42:37Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2026-04-08T18:42:37Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=41b5c9b56a1ef4ac9119c11f166931936632ae0c'/>
<id>urn:sha1:41b5c9b56a1ef4ac9119c11f166931936632ae0c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add hint about partially-encrypted projects.</title>
<updated>2025-11-04T23:43:19Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2025-11-04T23:43:14Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=1e817c5272b956e1235e3437ca70ffcdbb93632c'/>
<id>urn:sha1:1e817c5272b956e1235e3437ca70ffcdbb93632c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove compose.hpp includes.</title>
<updated>2025-07-10T18:50:32Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2025-07-09T20:58:37Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=bad01065584014aee4024e7cbc4a66acac7617e1'/>
<id>urn:sha1:bad01065584014aee4024e7cbc4a66acac7617e1</id>
<content type='text'>
sed -i "/include.*compose.hpp/d;" src/lib/*.cc src/wx/*.cc src/wx/*.h src/tools/*.cc src/lib/*.h test/*.cc
</content>
</entry>
<entry>
<title>Replace String::compose with fmt.</title>
<updated>2025-07-10T18:50:32Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2025-07-09T20:53:27Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=62c34b28567a097e8f22576e7d7891bd3dbe0ac0'/>
<id>urn:sha1:62c34b28567a097e8f22576e7d7891bd3dbe0ac0</id>
<content type='text'>
sed -i "/Plural-Forms/n;/%100/n;/scanf/n;s/%[123456789]/{}/g" src/lib/*.cc src/lib/*.h src/wx/*.cc src/tools/*.cc src/lib/po/*.po src/wx/po/*.po src/tools/po/*.po test/*.cc
sed -i "s/String::compose */fmt::format/g" src/lib/*.cc src/lib/*.h src/wx/*.cc src/tools/*.cc test/*.cc
</content>
</entry>
<entry>
<title>Pass Ratio around as an object rather than a pointer.</title>
<updated>2025-06-16T22:04:03Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2025-05-31T23:39:04Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=ec06811bae7ed4fc6bd80c3154fd473028ee8e13'/>
<id>urn:sha1:ec06811bae7ed4fc6bd80c3154fd473028ee8e13</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Hint about problems with alpha channels (#3014).</title>
<updated>2025-04-12T09:33:08Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2025-04-12T09:33:08Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=0373571e06742ee73376a59fd91ce3e0099d4a15'/>
<id>urn:sha1:0373571e06742ee73376a59fd91ce3e0099d4a15</id>
<content type='text'>
</content>
</entry>
</feed>
