<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dcpomatic/src/lib/render_subtitles.cc, branch v2.7.2</title>
<subtitle>DCP-o-matic DCP tools</subtitle>
<id>https://git.carlh.net/cgit/dcpomatic/atom?h=v2.7.2</id>
<link rel='self' href='https://git.carlh.net/cgit/dcpomatic/atom?h=v2.7.2'/>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/'/>
<updated>2016-02-15T22:34:57Z</updated>
<entry>
<title>Fix scaling of subtitles to be more correct when stretching the fonts.</title>
<updated>2016-02-15T22:34:57Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2016-02-15T15:17:32Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=9e8d6f0a2a63ce2ce11cbda8b6dde06664871000'/>
<id>urn:sha1:9e8d6f0a2a63ce2ce11cbda8b6dde06664871000</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use get_pixel_size rather than get_size which is slightly nicer as we then don't need PANGO_SCALE.</title>
<updated>2016-02-15T22:34:57Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2016-02-15T12:25:35Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=6fde557864505b470c438e4161ee494f29b90d63'/>
<id>urn:sha1:6fde557864505b470c438e4161ee494f29b90d63</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Support SSA subtitles embedded within FFmpeg files.</title>
<updated>2016-02-15T22:34:57Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2016-02-15T08:40:14Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=54d17e98a597334bf1ba2615e3eb6191088f606f'/>
<id>urn:sha1:54d17e98a597334bf1ba2615e3eb6191088f606f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Adjust subtitle position when referenced from top.</title>
<updated>2015-11-20T00:03:14Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2015-11-20T00:03:14Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=e9edb9ffd2deee65b2ab044a4a8bc149ed44a0b4'/>
<id>urn:sha1:e9edb9ffd2deee65b2ab044a4a8bc149ed44a0b4</id>
<content type='text'>
SMPTE says "top" means that vposition is from the top of the screen
to the top of the subtitle, but Dolby servers apparently make it
top of screen to bottom of subtitle; adjust the preview to do the
latter.
</content>
</entry>
<entry>
<title>Fix incorrect preview of italic subtitles (#728).</title>
<updated>2015-11-02T22:47:57Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2015-11-02T22:47:57Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=9bf2cf3509380663e6943f6b0d22dbec6002c332'/>
<id>urn:sha1:9bf2cf3509380663e6943f6b0d22dbec6002c332</id>
<content type='text'>
This requires fonts to be configured with their italic versions so
that the italic font can be given to FontConfig and hence used to
render text.  Bold font configuration is also added here although
bold subtitles aren't yet supported.
</content>
</entry>
<entry>
<title>Use AV_ prefixes on some FFmpeg bits.</title>
<updated>2015-10-15T08:14:43Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2015-10-15T08:14:43Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=b67a3505b58ffd204ee1a2560be3026688be8f10'/>
<id>urn:sha1:b67a3505b58ffd204ee1a2560be3026688be8f10</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Lots of #include &lt;iostream&gt;s for Arch.</title>
<updated>2015-09-14T21:49:36Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2015-09-14T21:49:36Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=1858190cff2f960f3d1f0a5cc02c69da86088f5b'/>
<id>urn:sha1:1858190cff2f960f3d1f0a5cc02c69da86088f5b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Hack to make font finding work on Ubuntu even when not installed.</title>
<updated>2015-08-26T09:21:50Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2015-08-26T09:21:50Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=ddef0fb991ee50275e801c0cd813b7d74ead6ddf'/>
<id>urn:sha1:ddef0fb991ee50275e801c0cd813b7d74ead6ddf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove debug code.</title>
<updated>2015-08-23T22:43:17Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2015-08-23T22:43:17Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=643ad504511dd10f4f2b5ff82c8c6e67549d5013'/>
<id>urn:sha1:643ad504511dd10f4f2b5ff82c8c6e67549d5013</id>
<content type='text'>
</content>
</entry>
<entry>
<title>FontConfig debugging.</title>
<updated>2015-08-23T20:17:59Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2015-08-23T20:17:59Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=75099ca16c75749af29ec45c9d1bde0f78dfd409'/>
<id>urn:sha1:75099ca16c75749af29ec45c9d1bde0f78dfd409</id>
<content type='text'>
</content>
</entry>
</feed>
