<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dcpomatic/src/lib/subrip_decoder.h, branch v2.1.17</title>
<subtitle>DCP-o-matic DCP tools</subtitle>
<id>https://git.carlh.net/cgit/dcpomatic/atom?h=v2.1.17</id>
<link rel='self' href='https://git.carlh.net/cgit/dcpomatic/atom?h=v2.1.17'/>
<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>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>Remove PassReason stuff.</title>
<updated>2015-06-12T12:47:35Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2015-06-12T12:47:35Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=bdbfd6b08856a445446bfd845f1c43109d184250'/>
<id>urn:sha1:bdbfd6b08856a445446bfd845f1c43109d184250</id>
<content type='text'>
This feels wrong: it means that it is possible for FFmpegDecoder
to discard packets.  I can't see how this is ok in all cases:
maybe we were lucky that it worked at all.
</content>
</entry>
<entry>
<title>Don't bother decoding video frames when we're seeking around trying to find subtitles.</title>
<updated>2015-05-13T09:15:26Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2015-05-13T09:15:26Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=9922c1f2eaea674ba2ff6cce5f5853655fd8ad7a'/>
<id>urn:sha1:9922c1f2eaea674ba2ff6cce5f5853655fd8ad7a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Assorted image subtitle fixes.</title>
<updated>2015-05-12T15:13:48Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2015-05-12T15:13:48Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=2bfd531137f1a4874493186015046e33c5a07c1e'/>
<id>urn:sha1:2bfd531137f1a4874493186015046e33c5a07c1e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add 'starting' option to subtitles_during().</title>
<updated>2014-07-04T10:43:55Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2014-07-04T10:43:55Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=9655db97eae5a6137a45ad809dbf42528dc74408'/>
<id>urn:sha1:9655db97eae5a6137a45ad809dbf42528dc74408</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Hopefully improve subtitle decoder seeking etc.</title>
<updated>2014-07-02T17:10:58Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2014-07-02T17:10:58Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=c88a8a6ec6b396dc90d40a4843160d616a45db76'/>
<id>urn:sha1:c88a8a6ec6b396dc90d40a4843160d616a45db76</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix subrip subtitles a little.</title>
<updated>2014-06-12T22:34:31Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2014-06-12T22:34:31Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=41d32a43f761fd2d79dacf9a84374a6d17916d36'/>
<id>urn:sha1:41d32a43f761fd2d79dacf9a84374a6d17916d36</id>
<content type='text'>
</content>
</entry>
<entry>
<title>It builds.</title>
<updated>2014-03-25T09:41:36Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2014-03-25T09:41:36Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=ee77b3cf5f59f775e75e628aa28e8f2f9f941530'/>
<id>urn:sha1:ee77b3cf5f59f775e75e628aa28e8f2f9f941530</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add primitive subtitle view.  Remove unused Film member from Decoder hierarchy.</title>
<updated>2014-03-07T20:13:22Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2014-03-07T20:13:22Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=cab9a1d569396065a6e9eb39386736908564d6b4'/>
<id>urn:sha1:cab9a1d569396065a6e9eb39386736908564d6b4</id>
<content type='text'>
</content>
</entry>
</feed>
