<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dcpomatic/src, branch v2.18.4</title>
<subtitle>DCP-o-matic DCP tools</subtitle>
<id>https://git.carlh.net/cgit/dcpomatic/atom?h=v2.18.4</id>
<link rel='self' href='https://git.carlh.net/cgit/dcpomatic/atom?h=v2.18.4'/>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/'/>
<updated>2025-01-12T01:06:50Z</updated>
<entry>
<title>Write OCAP/CCAP into ISDCF names in a hopefully more correct fashion.</title>
<updated>2025-01-12T01:06:50Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2025-01-11T23:16:15Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=b405639641e1e2cecba5d5ce1e2cdc4554755650'/>
<id>urn:sha1:b405639641e1e2cecba5d5ce1e2cdc4554755650</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix fl indication in ISDCF name.</title>
<updated>2025-01-12T01:06:50Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2025-01-11T22:28:22Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=bf046ff9f983efb4419f781f00fce2e16122010f'/>
<id>urn:sha1:bf046ff9f983efb4419f781f00fce2e16122010f</id>
<content type='text'>
Maybe I missed it, or maybe it changed, but apparently 3.5fl is supposed
to be written as 35fl in the name.
</content>
</entry>
<entry>
<title>Cleanup: rename some variables.</title>
<updated>2025-01-12T01:06:50Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2025-01-11T22:20:33Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=ff7eb5af765936b832c8519e9340498ee9fb25f4'/>
<id>urn:sha1:ff7eb5af765936b832c8519e9340498ee9fb25f4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rename closed_caption_languages() -&gt; closed_text_languages().</title>
<updated>2025-01-12T01:06:50Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2025-01-11T22:18:39Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=acd284575bdc4b3449ebffb7b674ae1bf9a0d959'/>
<id>urn:sha1:acd284575bdc4b3449ebffb7b674ae1bf9a0d959</id>
<content type='text'>
Also make it return closed captions as well as closed subtitles.
</content>
</entry>
<entry>
<title>Add is_closed() for TextType and dcp::TextType.</title>
<updated>2025-01-12T01:06:50Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2025-01-11T22:18:13Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=573d8ffc23d27f67d84b320ca8707e8ebd0a5171'/>
<id>urn:sha1:573d8ffc23d27f67d84b320ca8707e8ebd0a5171</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rename subtitle_languages() -&gt; open_text_languages().</title>
<updated>2025-01-12T01:06:50Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2025-01-11T22:04:57Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=20c749bb5aee7a12d6a4365bc35fee01b9810fe3'/>
<id>urn:sha1:20c749bb5aee7a12d6a4365bc35fee01b9810fe3</id>
<content type='text'>
Also make it return open captions as well as open subtitles (#2941).
</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 use of so-far un-set _film, causing crash when you try to add an OV.</title>
<updated>2025-01-12T01:04:24Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2025-01-11T20:38:54Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=08e5e4e27d9ac58050f9ebe77a5679157c0ee891'/>
<id>urn:sha1:08e5e4e27d9ac58050f9ebe77a5679157c0ee891</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move a member function into a lambda.</title>
<updated>2025-01-12T01:04:24Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2025-01-11T20:36:35Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=5afe6b7ca7214196d36917ece0d4b2f10c2c088c'/>
<id>urn:sha1:5afe6b7ca7214196d36917ece0d4b2f10c2c088c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add another assert.</title>
<updated>2025-01-12T01:04:24Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2025-01-11T20:31:31Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=5f2b089eefb1af9085f113fbd0b81f9da735e71c'/>
<id>urn:sha1:5f2b089eefb1af9085f113fbd0b81f9da735e71c</id>
<content type='text'>
</content>
</entry>
</feed>
