<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dcpomatic/src/lib/film.cc, branch fmt</title>
<subtitle>DCP-o-matic DCP tools</subtitle>
<id>https://git.carlh.net/cgit/dcpomatic/atom?h=fmt</id>
<link rel='self' href='https://git.carlh.net/cgit/dcpomatic/atom?h=fmt'/>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/'/>
<updated>2024-12-25T23:27:08Z</updated>
<entry>
<title>Replace String::compose with fmt::format().</title>
<updated>2024-12-25T23:27:08Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2024-12-23T20:53:32Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=8caf013a9b8d709ed7c3d5e9febee0067e6fcf1f'/>
<id>urn:sha1:8caf013a9b8d709ed7c3d5e9febee0067e6fcf1f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Replace raw_convert&lt;string&gt; with fmt::to_string().</title>
<updated>2024-12-25T23:26:40Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2024-12-23T20:50:53Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=cec6ff92aef45c687085ecfc1059004407c18c57'/>
<id>urn:sha1:cec6ff92aef45c687085ecfc1059004407c18c57</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Don't give an alarming error when there is no assets.xml.</title>
<updated>2024-12-04T22:11:17Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2024-12-04T22:11:17Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=655a1133beca1160951cbc09bfaeb44752b9de41'/>
<id>urn:sha1:655a1133beca1160951cbc09bfaeb44752b9de41</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix mis-handling of reels with Atmos content (#2901).</title>
<updated>2024-11-30T21:18:51Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2024-11-29T20:04:45Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=5db5da477ce02166481d79df322bbfb7abc8f24c'/>
<id>urn:sha1:5db5da477ce02166481d79df322bbfb7abc8f24c</id>
<content type='text'>
We must have reel boundaries at least on Atmos content boundaries as I
don't know for sure how to insert silence into an Atmos stream.
</content>
</entry>
<entry>
<title>Tidy-up/fix Atmos frame rate checks.</title>
<updated>2024-11-29T22:33:52Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2024-11-29T22:18:48Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=052abf06a9fed23f61eaa934ac0e8662bbe142ce'/>
<id>urn:sha1:052abf06a9fed23f61eaa934ac0e8662bbe142ce</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rename XML tags Fade{In,Out} to VideoFade{In,Out}.</title>
<updated>2024-10-05T21:22:30Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2024-09-29T20:56:55Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=4ba1475736d36fe3b6b3e9ce653cde561695e7e6'/>
<id>urn:sha1:4ba1475736d36fe3b6b3e9ce653cde561695e7e6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix thinko in relative path change.</title>
<updated>2024-09-18T08:41:19Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2024-09-16T08:10:46Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=a9cb7313f7846f8b2bf9f96d19cf28abd7caf7fc'/>
<id>urn:sha1:a9cb7313f7846f8b2bf9f96d19cf28abd7caf7fc</id>
<content type='text'>
We have to canonicalise relative paths with respect to the film's
directory on load, otherwise we try to use the relative path and it's
interpreted against the current working directory.

This unfortunately requires the film's directory to be piped into quite
a lot of new places.
</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'origin/main' into v2.17.x</title>
<updated>2024-09-13T21:43:12Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2024-09-13T21:43:12Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=c1d3f6f4f645e76302ca4262de3517497fa1e14b'/>
<id>urn:sha1:c1d3f6f4f645e76302ca4262de3517497fa1e14b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix a few places where we should use dcp::File::open_error()</title>
<updated>2024-09-03T15:55:19Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2024-09-03T15:55:11Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=4049ec5e8bdddbc48689521a26bf47236c2b490d'/>
<id>urn:sha1:4049ec5e8bdddbc48689521a26bf47236c2b490d</id>
<content type='text'>
to get a more accurate error number on Windows.
</content>
</entry>
<entry>
<title>Support closed subtitles and open captions.</title>
<updated>2024-09-03T15:02:24Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2024-08-11T10:48:43Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=f145574466ca52e754c4febf1d79fb6d202d42d2'/>
<id>urn:sha1:f145574466ca52e754c4febf1d79fb6d202d42d2</id>
<content type='text'>
</content>
</entry>
</feed>
