<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dcpomatic/src/lib/render_subtitles.cc, branch main</title>
<subtitle>DCP-o-matic DCP tools</subtitle>
<id>https://git.carlh.net/cgit/dcpomatic/atom?h=main</id>
<link rel='self' href='https://git.carlh.net/cgit/dcpomatic/atom?h=main'/>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/'/>
<updated>2018-07-19T22:36:56Z</updated>
<entry>
<title>More renaming.</title>
<updated>2018-07-19T22:36:56Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2018-07-18T23:42:56Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=d3c009991a782fa51e85828c7600994a9dd91559'/>
<id>urn:sha1:d3c009991a782fa51e85828c7600994a9dd91559</id>
<content type='text'>
sed -i "s/emit_text/emit_plain/g" src/lib/*.cc src/lib/*.h
sed -i "s/emit_image_start/emit_bitmap_start/g" src/lib/*.cc src/lib/*.h
sed -i "s/emit_text_start/emit_plain_start/g" src/lib/*.cc src/lib/*.h
sed -i "s/render_subtitles/render_text/g" src/lib/*.cc src/lib/*.h src/lib/wscript test/*.cc
sed -i "s/ImageStart/BitmapStart/g" src/lib/*.cc src/lib/*.h
sed -i "s/TextStart/PlainStart/g" src/lib/*.cc src/lib/*.h test/*.cc src/wx/*.cc
sed -i "s/ImageSubtitle/BitmapText/g" src/lib/*.cc src/lib/*.h
sed -i "s/text_subtitle/plain_text/g" src/lib/*.cc src/lib/*.h src/lib/wscript src/wx/*.cc src/wx/*.h test/*.cc
sed -i "s/image_subtitle/bitmap_text/g" src/lib/*.cc src/lib/*.h
mv src/lib/render_subtitles.cc src/lib/render_text.cc
mv src/lib/render_subtitles.h src/lib/render_text.h
mv src/lib/text_subtitle.cc src/lib/plain_text.cc
mv src/lib/text_subtitle.h src/lib/plain_text.h
</content>
</entry>
<entry>
<title>Escape &amp; before sending it to pango, otherwise it won't render it.</title>
<updated>2018-05-15T19:48:48Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2018-05-15T19:48:48Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=011d403dc6ffbb3c0ddf0b23f6267735bdc1e751'/>
<id>urn:sha1:011d403dc6ffbb3c0ddf0b23f6267735bdc1e751</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Speculative attempt to disable sub-pixel anti-aliasing (i.e. ClearType) when rendering subtitles for preview or burn-in.</title>
<updated>2018-05-09T22:38:53Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2018-05-09T22:38:53Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=adaaf31a3dba6f3073cacdb64b60bcc6f8d1bfdf'/>
<id>urn:sha1:adaaf31a3dba6f3073cacdb64b60bcc6f8d1bfdf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix missing subtitles when they start just after the start of a frame.</title>
<updated>2018-01-31T21:36:36Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2018-01-31T21:36:36Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=8bccd0af23b8e1ada43182c2531c21f06036ca37'/>
<id>urn:sha1:8bccd0af23b8e1ada43182c2531c21f06036ca37</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix yet more pixel order confusions.</title>
<updated>2018-01-10T01:00:14Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2018-01-10T01:00:14Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=f59ae2d9793699fd0e18f9e53ff362c26c2ef00c'/>
<id>urn:sha1:f59ae2d9793699fd0e18f9e53ff362c26c2ef00c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make overlapped fade in/out work more sensibly.</title>
<updated>2018-01-09T20:38:47Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2018-01-09T20:38:47Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=8e565d76b612f010891ee0cfc830caf88c1a8561'/>
<id>urn:sha1:8e565d76b612f010891ee0cfc830caf88c1a8561</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove some debug code.</title>
<updated>2017-04-07T09:31:46Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2017-04-07T09:31:46Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=b064fa7e95ad31accffafc21a28fa7ede0161212'/>
<id>urn:sha1:b064fa7e95ad31accffafc21a28fa7ede0161212</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix pango markup with alpha blending.</title>
<updated>2016-12-14T12:44:48Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2016-12-14T12:44:48Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=36b99f997b4a859945bad7adf96f8d76864be7d6'/>
<id>urn:sha1:36b99f997b4a859945bad7adf96f8d76864be7d6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix missing fade on subtitle preview / render.</title>
<updated>2016-12-14T11:59:01Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2016-12-14T11:59:01Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=736a4f25ae1e97e9abf029b6c78a212a348586c6'/>
<id>urn:sha1:736a4f25ae1e97e9abf029b6c78a212a348586c6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Missing include.</title>
<updated>2016-11-09T19:41:24Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2016-11-09T19:41:24Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=c4e3abb22acd8b41f8921e99af67a160f63f189e'/>
<id>urn:sha1:c4e3abb22acd8b41f8921e99af67a160f63f189e</id>
<content type='text'>
</content>
</entry>
</feed>
