<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dcpomatic/test/srt_subtitle_test.cc, branch attic/gpu</title>
<subtitle>DCP-o-matic DCP tools</subtitle>
<id>https://git.carlh.net/cgit/dcpomatic/atom?h=attic%2Fgpu</id>
<link rel='self' href='https://git.carlh.net/cgit/dcpomatic/atom?h=attic%2Fgpu'/>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/'/>
<updated>2016-02-21T18:52:27Z</updated>
<entry>
<title>White space.</title>
<updated>2016-02-21T18:52:27Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2016-02-21T18:52:27Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=2cef28a60af97a7f651c7fa7f9a1adebd6c96d6a'/>
<id>urn:sha1:2cef28a60af97a7f651c7fa7f9a1adebd6c96d6a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rearrange test.</title>
<updated>2016-02-21T18:51:43Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2016-02-21T18:51:43Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=b2a89d8d2601ae0eb0e63fa40c999994397fdfe5'/>
<id>urn:sha1:b2a89d8d2601ae0eb0e63fa40c999994397fdfe5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rename SubRip -&gt; TextSubtitle.</title>
<updated>2016-02-12T00:13:14Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2016-02-12T00:13:14Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=80400212e939dc2f3b987cb6df57709929aa5178'/>
<id>urn:sha1:80400212e939dc2f3b987cb6df57709929aa5178</id>
<content type='text'>
</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>Include tidying src/lib/a-j*.h</title>
<updated>2015-08-26T17:00:33Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2015-08-26T15:57:52Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=14e4bc18e65378332604016bd6239861a083d5bf'/>
<id>urn:sha1:14e4bc18e65378332604016bd6239861a083d5bf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update for change to default Rec. 601/709 gamma.</title>
<updated>2015-06-30T10:25:13Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2015-06-30T10:25:13Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=903b6d12af93066bf2328a5f48a846f289c5b7b2'/>
<id>urn:sha1:903b6d12af93066bf2328a5f48a846f289c5b7b2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix missing subtitles in some cases.</title>
<updated>2015-06-26T21:02:00Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2015-06-26T21:02:00Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=c8ff422a42eac30517a7acde57ab84e55449f4e4'/>
<id>urn:sha1:c8ff422a42eac30517a7acde57ab84e55449f4e4</id>
<content type='text'>
We were passing subtitles back from decoders to SubtitleDecoder
using dcp::SubtitleStrings and relying on their storage of time
to know when the subtitles were.  These times are quantised (by
the use of dcp::SubtitleString) and then compared with unquantised
times (kept as ContentTime) in the main checking loop in
SubtitleDecoder::get().

Fix this by storing periods as ContentTimePeriod as well as
in the dcp::SubtitleStrings.
</content>
</entry>
<entry>
<title>Make player decide whether subtitles should be burnt based on</title>
<updated>2015-06-25T12:36:17Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2015-06-25T10:58:12Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=89ee4cc6019036fa4fc0a6e07e052ffdc3b136ac'/>
<id>urn:sha1:89ee4cc6019036fa4fc0a6e07e052ffdc3b136ac</id>
<content type='text'>
content settings rather than using the film's settings.  Remove
film property of burn-subtitles.
</content>
</entry>
<entry>
<title>No-op: remove all trailing whitespace.</title>
<updated>2015-06-21T00:15:32Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2015-06-21T00:15:32Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=e60bb3e51bd1508b149e6b8f6608f09b5196ae26'/>
<id>urn:sha1:e60bb3e51bd1508b149e6b8f6608f09b5196ae26</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Some comments in tests.</title>
<updated>2015-06-18T13:29:25Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2015-06-18T13:29:25Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=f030e63e223379c25d049d66f9ddd2c779619cec'/>
<id>urn:sha1:f030e63e223379c25d049d66f9ddd2c779619cec</id>
<content type='text'>
</content>
</entry>
</feed>
