<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dcpomatic/src, branch v2.1.11</title>
<subtitle>DCP-o-matic DCP tools</subtitle>
<id>https://git.carlh.net/cgit/dcpomatic/atom?h=v2.1.11</id>
<link rel='self' href='https://git.carlh.net/cgit/dcpomatic/atom?h=v2.1.11'/>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/'/>
<updated>2015-06-26T21:02:00Z</updated>
<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 sure use of subs is reflected in the video identifier.</title>
<updated>2015-06-26T18:33:12Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2015-06-26T18:33:12Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=175bd1d7e87354354e453458d3e299ef8f235b4f'/>
<id>urn:sha1:175bd1d7e87354354e453458d3e299ef8f235b4f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fonts change appearance of subtitles if they are burnt in.</title>
<updated>2015-06-26T18:32:47Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2015-06-26T18:32:47Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=c383f1bf2c14b7c7cfbf07399a4d90c99fc31c4c'/>
<id>urn:sha1:c383f1bf2c14b7c7cfbf07399a4d90c99fc31c4c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>The appearance of FFmpegContent can be changed by altering subtitle scale/offset etc.</title>
<updated>2015-06-26T18:32:32Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2015-06-26T18:32:32Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=a3e6ab3c2c1397ba5bbd5a35ce41aa791501a2f9'/>
<id>urn:sha1:a3e6ab3c2c1397ba5bbd5a35ce41aa791501a2f9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Tweak checkbox label.</title>
<updated>2015-06-26T18:31:56Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2015-06-26T18:31:56Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=e5903318b6a82b4b56788533da9b9ff83eeb4772'/>
<id>urn:sha1:e5903318b6a82b4b56788533da9b9ff83eeb4772</id>
<content type='text'>
</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>Add burn-subtitles button to Subtitle panel.</title>
<updated>2015-06-25T12:36:16Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2015-06-25T09:29:59Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=e08c1d30bb5e2d77339541eb7dbe7d1ca95485ab'/>
<id>urn:sha1:e08c1d30bb5e2d77339541eb7dbe7d1ca95485ab</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add burn_subtitles property to SubtitleContent.</title>
<updated>2015-06-25T12:36:16Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2015-06-25T09:27:37Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=59f0ccd3fc0c0875a9914ec035cc686e442511b7'/>
<id>urn:sha1:59f0ccd3fc0c0875a9914ec035cc686e442511b7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use optional&lt;&gt; for PositionImage in PlayerVideo to make things a bit clearer.</title>
<updated>2015-06-25T12:36:16Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2015-06-25T09:24:12Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=407a17c2053047ebb0be427b21fafb853abf65e3'/>
<id>urn:sha1:407a17c2053047ebb0be427b21fafb853abf65e3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add DEBUG_DECODE and some basic debugging of the decoding process.</title>
<updated>2015-06-25T08:38:02Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2015-06-25T08:38:02Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=a1201ace8a1d5d3e0a9eca769cb9e0a12bf32693'/>
<id>urn:sha1:a1201ace8a1d5d3e0a9eca769cb9e0a12bf32693</id>
<content type='text'>
</content>
</entry>
</feed>
