<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dcpomatic/src/lib/dcp_content.cc, branch v2.13.36</title>
<subtitle>DCP-o-matic DCP tools</subtitle>
<id>https://git.carlh.net/cgit/dcpomatic/atom?h=v2.13.36</id>
<link rel='self' href='https://git.carlh.net/cgit/dcpomatic/atom?h=v2.13.36'/>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/'/>
<updated>2018-07-19T22:45:23Z</updated>
<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 crash with missing DCP content.</title>
<updated>2018-06-08T10:47:39Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2018-06-08T10:47:39Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=e35d2120a831fe6ccd993a4f86eac084e057e78d'/>
<id>urn:sha1:e35d2120a831fe6ccd993a4f86eac084e057e78d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix incorrect container size when loading a VF/OV combination into the player.</title>
<updated>2018-04-27T14:13:42Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2018-04-27T14:13:42Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=dd9f4f7e9511f8f830ec05d1b60c475c6b2d71e0'/>
<id>urn:sha1:dd9f4f7e9511f8f830ec05d1b60c475c6b2d71e0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Signal when streams change and rebuild player pieces when it happens.</title>
<updated>2018-04-25T23:22:52Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2018-04-25T23:22:52Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=131646786964241429888af6296e4ff089ce5900'/>
<id>urn:sha1:131646786964241429888af6296e4ff089ce5900</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Tweak wording of DCP referencing tips.</title>
<updated>2018-03-27T22:54:21Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2018-03-27T22:54:21Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=8e56ed2c248f8c7143f9c7b84360b5a33a0cddd9'/>
<id>urn:sha1:8e56ed2c248f8c7143f9c7b84360b5a33a0cddd9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>why_not in can_reference can just be a string rather than a list of strings.</title>
<updated>2018-03-27T22:28:27Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2018-03-27T22:28:27Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=47c34c6c7c82396b62e101283cb25b8726dbaefd'/>
<id>urn:sha1:47c34c6c7c82396b62e101283cb25b8726dbaefd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>typeid() doesn't seem to downcast, so just check types in the take_settings_from methods (#1192).</title>
<updated>2018-02-08T20:57:03Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2018-02-08T20:57:03Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=d9825793692a41374b184f423994667b663d8526'/>
<id>urn:sha1:d9825793692a41374b184f423994667b663d8526</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix a couple more crashes with incorrect KDMs (#1000).</title>
<updated>2018-01-08T23:14:28Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2018-01-08T23:14:28Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=160a401d16e3962b10f3105e00992936a8188424'/>
<id>urn:sha1:160a401d16e3962b10f3105e00992936a8188424</id>
<content type='text'>
</content>
</entry>
<entry>
<title>s/use_template/take_settings_from/g</title>
<updated>2018-01-05T22:02:40Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2018-01-05T22:02:40Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=249ae25148213a2ab5d76980133182e7f2521524'/>
<id>urn:sha1:249ae25148213a2ab5d76980133182e7f2521524</id>
<content type='text'>
</content>
</entry>
</feed>
