<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dcpomatic/src/lib/render_subtitles.h, branch cpp17</title>
<subtitle>DCP-o-matic DCP tools</subtitle>
<id>https://git.carlh.net/cgit/dcpomatic/atom?h=cpp17</id>
<link rel='self' href='https://git.carlh.net/cgit/dcpomatic/atom?h=cpp17'/>
<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>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 test for change to marked_up.</title>
<updated>2016-12-14T12:01:44Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2016-12-14T12:01:44Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=41ec4d3eabe34727629d6e2f4cf3aeb96879f44d'/>
<id>urn:sha1:41ec4d3eabe34727629d6e2f4cf3aeb96879f44d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Various fixes to subtitle rendering.</title>
<updated>2016-11-08T10:59:22Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2016-11-08T10:59:22Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=de004ef24e078906f656cbf4cc790bbfe11ea69c'/>
<id>urn:sha1:de004ef24e078906f656cbf4cc790bbfe11ea69c</id>
<content type='text'>
Use &lt;span&gt; to mark text up for Pango as this can set up everything,
and is easier than using &lt;b&gt;..&lt;/b&gt; etc.  Fix the estimation of subtitle
area size to cope with different subtitle sizes. Use show_in_cairo_context
rather than add_to_cairo_context so that colours in the markup are
respected.
</content>
</entry>
<entry>
<title>Make burnt-in subtitle outline width configurable (#940).</title>
<updated>2016-08-25T09:50:19Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2016-08-25T09:50:19Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=4a5fcd19ca16447ba8b204986a378072a9c730b2'/>
<id>urn:sha1:4a5fcd19ca16447ba8b204986a378072a9c730b2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Basic support for fading subtitles in and out (#923).</title>
<updated>2016-08-16T15:56:32Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2016-08-16T07:41:25Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=94b3924ed3cbf4fbfa2445ca1007f25c53dc8b60'/>
<id>urn:sha1:94b3924ed3cbf4fbfa2445ca1007f25c53dc8b60</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix pango markup when rendering subtitles.</title>
<updated>2016-06-27T23:34:24Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2016-06-27T23:34:24Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=ff72bf25f215f5cb58ee165898968380f9dff73f'/>
<id>urn:sha1:ff72bf25f215f5cb58ee165898968380f9dff73f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>No-op; fix GPL address and use the explicit-program-name version.</title>
<updated>2016-05-25T19:56:58Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2016-05-25T19:56:58Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=3828baf56467224f5d44049bf1e7a7ed11f43a05'/>
<id>urn:sha1:3828baf56467224f5d44049bf1e7a7ed11f43a05</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use the correct font to render subtitles in preview / burn-in (#663).</title>
<updated>2015-08-23T17:08:59Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2015-08-23T17:08:59Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=ea8d9e93091cd54d252b3c4069d1dba7060e4f75'/>
<id>urn:sha1:ea8d9e93091cd54d252b3c4069d1dba7060e4f75</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Various fixes to allow independent x and y scaling of text subs (#489).</title>
<updated>2015-06-03T21:54:17Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2015-06-03T21:54:17Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=7affca9f7b210c3137eb084cd393b534051a2647'/>
<id>urn:sha1:7affca9f7b210c3137eb084cd393b534051a2647</id>
<content type='text'>
</content>
</entry>
</feed>
