<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dcpomatic/test/wscript, branch cucumber</title>
<subtitle>DCP-o-matic DCP tools</subtitle>
<id>https://git.carlh.net/cgit/dcpomatic/atom?h=cucumber</id>
<link rel='self' href='https://git.carlh.net/cgit/dcpomatic/atom?h=cucumber'/>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/'/>
<updated>2025-02-02T00:14:37Z</updated>
<entry>
<title>really fix the build</title>
<updated>2025-02-02T00:14:37Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2025-02-02T00:14:37Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=f1eecc52f2daef4713cd20b3006ddf9a9186defb'/>
<id>urn:sha1:f1eecc52f2daef4713cd20b3006ddf9a9186defb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix build harder still</title>
<updated>2025-02-01T22:18:04Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2025-02-01T22:18:04Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=cfdbd9e8f55378664232285ff10368b327632850'/>
<id>urn:sha1:cfdbd9e8f55378664232285ff10368b327632850</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix first frame being shown even when trimmed (#2952).</title>
<updated>2025-01-18T20:06:40Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2025-01-17T10:14:32Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=ef2eb8521358684042807dfcec62ce0e5639ec8d'/>
<id>urn:sha1:ef2eb8521358684042807dfcec62ce0e5639ec8d</id>
<content type='text'>
We calculated the DCP time of the first frame (when its content was
trimmed) and it was clamped from -8 frames to 0, which meant it was used
when it should not have been.
</content>
</entry>
<entry>
<title>Put open captions into subtitles and closed subtitles into captions.</title>
<updated>2025-01-12T01:05:06Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2025-01-10T21:17:00Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=5d9b8579950a4440b43a649c27fa36082144773d'/>
<id>urn:sha1:5d9b8579950a4440b43a649c27fa36082144773d</id>
<content type='text'>
We could write them separately (libdcp supports this, AFAIK) but
the Deluxe guidelines suggest not to use ClosedSubtitle or MainCaption.
</content>
</entry>
<entry>
<title>Fix invalid return values from fade() causing various odd effects (#2932).</title>
<updated>2025-01-10T01:05:41Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2025-01-10T00:35:42Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=3fa25e91b9ed746b9a65fc6ff0b5fc4388097459'/>
<id>urn:sha1:3fa25e91b9ed746b9a65fc6ff0b5fc4388097459</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Bump asdcplib for Windows UTF-8 filename fix.</title>
<updated>2024-12-26T15:46:02Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2024-12-24T13:19:06Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=f2314f0501e03f688774b462033164ae9cea8997'/>
<id>urn:sha1:f2314f0501e03f688774b462033164ae9cea8997</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix decoding of SSA subs in files decoded by FFmpeg (#2904).</title>
<updated>2024-12-09T00:40:48Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2024-12-04T23:53:34Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=08aa3861e526cbf45ac332294a835358f3903207'/>
<id>urn:sha1:08aa3861e526cbf45ac332294a835358f3903207</id>
<content type='text'>
Suddenly we have 8 commas, not 9, perhaps because of
29412821241050c846dbceaad4b9752857659977
in ffmpeg (although that's strange, because it was a long time ago).
</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>Fix incorrect file adding during merge.</title>
<updated>2024-05-08T06:07:24Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2024-05-08T06:07:24Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=ce015c96434474b639fad24a53849fa767a48513'/>
<id>urn:sha1:ce015c96434474b639fad24a53849fa767a48513</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'origin/main' into v2.17.x</title>
<updated>2024-05-07T23:53:50Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2024-05-07T23:53:50Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=6b2119dcd16c43fd681feace00d4e10f464bb9b7'/>
<id>urn:sha1:6b2119dcd16c43fd681feace00d4e10f464bb9b7</id>
<content type='text'>
</content>
</entry>
</feed>
