<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dcpomatic/test/import_dcp_test.cc, branch cpl-metadata</title>
<subtitle>DCP-o-matic DCP tools</subtitle>
<id>https://git.carlh.net/cgit/dcpomatic/atom?h=cpl-metadata</id>
<link rel='self' href='https://git.carlh.net/cgit/dcpomatic/atom?h=cpl-metadata'/>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/'/>
<updated>2020-09-21T19:56:50Z</updated>
<entry>
<title>Support CPL metadata.</title>
<updated>2020-09-21T19:56:50Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2020-09-04T15:24:12Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=acee88762b4588c746f93dec3f210283589bb2fc'/>
<id>urn:sha1:acee88762b4588c746f93dec3f210283589bb2fc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Allow DCP content to store and serialise metadata.</title>
<updated>2020-04-21T21:51:38Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2020-04-21T21:32:42Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=5f3a88d3ab1e9c1a13d7e61fc37a0c4cef8df9a5'/>
<id>urn:sha1:5f3a88d3ab1e9c1a13d7e61fc37a0c4cef8df9a5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Allow DCPContent to recover and serialise marker positions.</title>
<updated>2020-04-21T00:12:34Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2020-04-21T00:10:35Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=736745c86cefc6d5d4d8098799efc86f0f639061'/>
<id>urn:sha1:736745c86cefc6d5d4d8098799efc86f0f639061</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Adjust some test KDM timings so as not to trip the certificate validity period warning.</title>
<updated>2019-12-02T23:52:32Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2019-12-02T23:52:32Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=d366e853399d3247077aa1a04d8b6d6ef38c7cfc'/>
<id>urn:sha1:d366e853399d3247077aa1a04d8b6d6ef38c7cfc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Take Film pointer out of Content.</title>
<updated>2018-11-21T01:59:04Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2018-11-21T01:59:04Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=254b3044d72de6b033d7c584f5abd2b9aa70aad5'/>
<id>urn:sha1:254b3044d72de6b033d7c584f5abd2b9aa70aad5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Allow specification of trusted devices by thumbprint rather than</title>
<updated>2018-11-09T00:04:23Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2018-11-09T00:04:23Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=1e77753ef4119b6d7df7d2255b1a1d8d6af951de'/>
<id>urn:sha1:1e77753ef4119b6d7df7d2255b1a1d8d6af951de</id>
<content type='text'>
by full certificate.
</content>
</entry>
<entry>
<title>Clean up after previous commit.</title>
<updated>2018-07-19T22:45:23Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2018-07-19T21:44:53Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=27b83475435dda4e84a90cf59a52f150905c4ab1'/>
<id>urn:sha1:27b83475435dda4e84a90cf59a52f150905c4ab1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rename Subtitle -&gt; Text</title>
<updated>2018-07-19T22:36:56Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2018-06-11T22:50:59Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=d7ac100c0eb1b5efdcfbec59be870fd869252840'/>
<id>urn:sha1:d7ac100c0eb1b5efdcfbec59be870fd869252840</id>
<content type='text'>
sed -i "s/SubtitleContent/TextContent/g" src/lib/*.cc src/lib/*.h src/wx/*.cc src/wx/*.h src/tools/*.cc test/*.cc
sed -i "s/SubtitleDecoder/TextDecoder/g" src/lib/*.cc src/lib/*.h src/wx/*.cc src/wx/*.h src/tools/*.cc test/*.cc
sed -i "s/subtitle_content/text_content/g" src/lib/*.cc src/lib/*.h src/wx/*.cc src/wx/*.h src/tools/*.cc test/*.cc src/lib/wscript src/wx/wscript
sed -i "s/subtitle_decoder/text_decoder/g" src/lib/*.cc src/lib/*.h src/wx/*.cc src/wx/*.h src/tools/*.cc test/*.cc src/lib/wscript
mv src/lib/subtitle_decoder.cc src/lib/text_decoder.cc
mv src/lib/subtitle_decoder.h src/lib/text_decoder.h
mv src/lib/subtitle_content.cc src/lib/text_content.cc
mv src/lib/subtitle_content.h src/lib/text_content.h
mv src/lib/dcp_subtitle_decoder.cc src/lib/dcp_text_decoder.cc
mv src/lib/dcp_subtitle_decoder.h src/lib/dcp_text_decoder.h
mv src/lib/dcp_subtitle_content.cc src/lib/dcp_text_content.cc
mv src/lib/dcp_subtitle_content.h src/lib/dcp_text_content.h
mv src/lib/text_subtitle_content.cc src/lib/text_text_content.cc
mv src/lib/text_subtitle_content.h src/lib/text_text_content.h
mv src/lib/text_subtitle_decoder.cc src/lib/text_text_decoder.cc
mv src/lib/text_subtitle_decoder.h src/lib/text_text_decoder.h
mv src/wx/timeline_subtitle_content_view.cc src/wx/timeline_text_content_view.cc
mv src/wx/timeline_subtitle_content_view.h src/wx/timeline_text_content_view.h
</content>
</entry>
<entry>
<title>Fix up test.</title>
<updated>2018-02-17T00:27:02Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2018-02-17T00:23:06Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=3abb4fb830aec21664fe84277d9da695935ac5ce'/>
<id>urn:sha1:3abb4fb830aec21664fe84277d9da695935ac5ce</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make import_dcp_test more fussy to expose a bug with importing encrypted DCPs without a KDM.</title>
<updated>2018-02-17T00:26:33Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2018-02-17T00:04:57Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=d18db92081baa8d9521b1673abf1ea5d28ddbc5f'/>
<id>urn:sha1:d18db92081baa8d9521b1673abf1ea5d28ddbc5f</id>
<content type='text'>
</content>
</entry>
</feed>
