<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dcpomatic/src/lib/reel_writer.cc, branch edgecode2</title>
<subtitle>DCP-o-matic DCP tools</subtitle>
<id>https://git.carlh.net/cgit/dcpomatic/atom?h=edgecode2</id>
<link rel='self' href='https://git.carlh.net/cgit/dcpomatic/atom?h=edgecode2'/>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/'/>
<updated>2026-02-25T00:04:02Z</updated>
<entry>
<title>Add MCA subdescriptor for FSK sync.</title>
<updated>2026-02-25T00:04:02Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2026-02-24T23:46:30Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=ca10fe90d5e8e5040690780de3bf27072303904b'/>
<id>urn:sha1:ca10fe90d5e8e5040690780de3bf27072303904b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix a few unwrapped boost::filesystem calls that had crept in.</title>
<updated>2026-02-08T20:10:49Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2026-02-08T20:10:49Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=9401afc97abeaf4b63c867393e5047e385002f8a'/>
<id>urn:sha1:9401afc97abeaf4b63c867393e5047e385002f8a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use copy_in_bits to allow progress reporting when copying a big asset.</title>
<updated>2025-12-31T20:26:43Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2025-12-31T20:11:46Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=1289b316fb067f4e2f71485306ea25af6b4d81b9'/>
<id>urn:sha1:1289b316fb067f4e2f71485306ea25af6b4d81b9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove pointless if.</title>
<updated>2025-12-29T21:35:41Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2025-12-29T21:35:41Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=1cdb9b09e634ddb9a79ef04966fb4e49912fd9b2'/>
<id>urn:sha1:1cdb9b09e634ddb9a79ef04966fb4e49912fd9b2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Allow specification of which parts of the DCP to encrypt (#3099).</title>
<updated>2025-11-04T23:43:19Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2025-10-30T23:03:49Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=e8ce097ce705446c27b51199a321a9918deaa0db'/>
<id>urn:sha1:e8ce097ce705446c27b51199a321a9918deaa0db</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>Convert some paths to string.</title>
<updated>2025-07-10T18:50:32Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2025-07-09T19:55:15Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=7a4763153548619b379222d5c22d10b238ba0ac3'/>
<id>urn:sha1:7a4763153548619b379222d5c22d10b238ba0ac3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>White space: player_video.{cc,h} reel_writer.{cc,h} maths_util.{cc,h} upmixer_{a,b}.{cc,h} upload_job.{cc,h}</title>
<updated>2025-07-01T18:17:25Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2025-07-01T18:17:25Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=ad27397a050b8ea43dad62b0b85be26166b56b7c'/>
<id>urn:sha1:ad27397a050b8ea43dad62b0b85be26166b56b7c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add an assert.</title>
<updated>2025-04-12T20:14:08Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2025-04-12T20:14:07Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=2b38754e56ded471019ef910fb9c9a579fe5e1d9'/>
<id>urn:sha1:2b38754e56ded471019ef910fb9c9a579fe5e1d9</id>
<content type='text'>
</content>
</entry>
</feed>
