<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dcpomatic/src/lib/writer.cc, branch processor</title>
<subtitle>DCP-o-matic DCP tools</subtitle>
<id>https://git.carlh.net/cgit/dcpomatic/atom?h=processor</id>
<link rel='self' href='https://git.carlh.net/cgit/dcpomatic/atom?h=processor'/>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/'/>
<updated>2025-10-23T20:39:21Z</updated>
<entry>
<title>Allow writing DCPs without any other metadata / working files.</title>
<updated>2025-10-23T20:39:21Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2025-10-23T20:39:19Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=bda1a2c382229a5f1a893c015d23524807e022df'/>
<id>urn:sha1:bda1a2c382229a5f1a893c015d23524807e022df</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Allow Waker to keep different things awake for different reasons.</title>
<updated>2025-10-10T19:13:04Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2025-10-08T21:46:21Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=c39eb25116392813e064c963a9bce014e92805b3'/>
<id>urn:sha1:c39eb25116392813e064c963a9bce014e92805b3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Zombify writer when the thread throws an exception.</title>
<updated>2025-09-13T19:55:32Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2025-09-12T22:28:04Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=b0d7e353d92819eb2a8479eaf239ef7547c53fea'/>
<id>urn:sha1:b0d7e353d92819eb2a8479eaf239ef7547c53fea</id>
<content type='text'>
Otherwise I think we can wait forever for the thread to write things to
disk.
</content>
</entry>
<entry>
<title>Move write_cover_sheet() out to its own file.</title>
<updated>2025-08-25T06:47:42Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2025-08-22T19:50:00Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=99a191c599724ee8bab43146f9ea5da388c10225'/>
<id>urn:sha1:99a191c599724ee8bab43146f9ea5da388c10225</id>
<content type='text'>
</content>
</entry>
<entry>
<title>White space: writer.{cc,h}</title>
<updated>2025-08-22T19:35:44Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2025-08-22T19:35:44Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=61c74126cde9592587d31b4acbc54dd6c76a44d3'/>
<id>urn:sha1:61c74126cde9592587d31b4acbc54dd6c76a44d3</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>Fix case where -ve duration subtitles could be created at reel boundaries (#3012)</title>
<updated>2025-04-12T20:25:04Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2025-04-12T20:25:04Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=19f1a934c9e3531da3bd95cdc854f491ee14e215'/>
<id>urn:sha1:19f1a934c9e3531da3bd95cdc854f491ee14e215</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Bump libdcp for Bv2.0 fixes (#2988).</title>
<updated>2025-03-27T00:43:05Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2025-03-27T00:43:05Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=059f68ed9d6d74fc6dd28e034db8a4f743c7a76c'/>
<id>urn:sha1:059f68ed9d6d74fc6dd28e034db8a4f743c7a76c</id>
<content type='text'>
</content>
</entry>
</feed>
