<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dcpomatic/src/lib/dcp_decoder.cc, branch 448-re-use</title>
<subtitle>DCP-o-matic DCP tools</subtitle>
<id>https://git.carlh.net/cgit/dcpomatic/atom?h=448-re-use</id>
<link rel='self' href='https://git.carlh.net/cgit/dcpomatic/atom?h=448-re-use'/>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/'/>
<updated>2026-02-14T17:39:23Z</updated>
<entry>
<title>FIXME: fix bugs.</title>
<updated>2026-02-14T17:39:23Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2026-02-14T17:39:23Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=6d1232abc853ea3771c35da6d3ff091b66baa1f2'/>
<id>urn:sha1:6d1232abc853ea3771c35da6d3ff091b66baa1f2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Re-use assets verbatim if they do not need to change (#448).</title>
<updated>2026-02-12T20:01:59Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2026-02-07T23:52:27Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=7b19d27983cb8078e8b35407a25e62da4ec687fe'/>
<id>urn:sha1:7b19d27983cb8078e8b35407a25e62da4ec687fe</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rename set_play_referenced() -&gt; set_play_reusable().</title>
<updated>2026-02-07T05:29:09Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2026-02-07T05:29:01Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=3bffa32ae5083a61222b42f74a002bb4e061cec0'/>
<id>urn:sha1:3bffa32ae5083a61222b42f74a002bb4e061cec0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Replace find_and_resolve_cpls() with storing all CPL IDs in DCPContent (sometimes).</title>
<updated>2026-02-03T20:37:04Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2025-10-20T19:22:17Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=eda0b0b0ffecf2d6d67407303a1bd45659ccdfce'/>
<id>urn:sha1:eda0b0b0ffecf2d6d67407303a1bd45659ccdfce</id>
<content type='text'>
In some places we need other details than the ID, but in lots of places
this saves some disk searching.
</content>
</entry>
<entry>
<title>Fixes for rendering main captions and closed subtitles.</title>
<updated>2025-10-01T21:41:24Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2025-10-01T21:10:51Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=89439cce043e5139617f6dfb948bb5d3d9cd6e70'/>
<id>urn:sha1:89439cce043e5139617f6dfb948bb5d3d9cd6e70</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Trim the parameters to pass_texts().</title>
<updated>2025-10-01T20:36:13Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2025-10-01T20:36:13Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=925c56b4f9326343d7e85927305f038b54bcd052'/>
<id>urn:sha1:925c56b4f9326343d7e85927305f038b54bcd052</id>
<content type='text'>
</content>
</entry>
<entry>
<title>White space: dcp_decoder.{cc,h}</title>
<updated>2025-10-01T20:30:56Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2025-10-01T20:30:56Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=bd789d5481930642c849551cd3aef7dc34b77269'/>
<id>urn:sha1:bd789d5481930642c849551cd3aef7dc34b77269</id>
<content type='text'>
</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>Adapt to some libdcp class renaming to allow open captions/closed subtitles.</title>
<updated>2024-09-03T15:02:24Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2024-08-06T21:57:22Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=f3ab77e34a41ad4d8f5156e9d6598314975b9565'/>
<id>urn:sha1:f3ab77e34a41ad4d8f5156e9d6598314975b9565</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'origin/main' into v2.17.x</title>
<updated>2024-05-29T19:12:17Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2024-05-29T19:12:17Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=07aa4852acfd908c4e3a92f7bed2c7328cfcf123'/>
<id>urn:sha1:07aa4852acfd908c4e3a92f7bed2c7328cfcf123</id>
<content type='text'>
</content>
</entry>
</feed>
