<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dcpomatic/src/lib/wscript, branch v2.1.13</title>
<subtitle>DCP-o-matic DCP tools</subtitle>
<id>https://git.carlh.net/cgit/dcpomatic/atom?h=v2.1.13</id>
<link rel='self' href='https://git.carlh.net/cgit/dcpomatic/atom?h=v2.1.13'/>
<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>Rename EncodedData -&gt; Data and trim it a bit.</title>
<updated>2015-06-10T13:04:10Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2015-06-10T13:04:10Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=5c0a67869dbddb924c9f5ccb4126aa06d85b9b8b'/>
<id>urn:sha1:5c0a67869dbddb924c9f5ccb4126aa06d85b9b8b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Handle multiple audio streams in a single piece of content</title>
<updated>2015-06-02T12:38:21Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2015-05-27T19:55:51Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=0a93237cb5e4642d3b698ff9b7d0cfae5401478c'/>
<id>urn:sha1:0a93237cb5e4642d3b698ff9b7d0cfae5401478c</id>
<content type='text'>
in a similar way to the V1 patch.
</content>
</entry>
<entry>
<title>Rename UISignaller -&gt; SignalManager.</title>
<updated>2015-05-13T21:28:50Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2015-05-13T21:28:50Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=04bd447fd8960625bda5081cbac235b848d7631f'/>
<id>urn:sha1:04bd447fd8960625bda5081cbac235b848d7631f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Possibly inaccurate port of master; build system cleanups.</title>
<updated>2015-05-10T00:59:37Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2015-05-10T00:59:37Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=3bd44601d084d7139a81e787bd72fdf80832f2c3'/>
<id>urn:sha1:3bd44601d084d7139a81e787bd72fdf80832f2c3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove Scaler config and use SWS_BICUBIC everywhere.</title>
<updated>2015-03-25T00:41:05Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2015-03-25T00:41:05Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=527deef6f18c46badb396e4520d802333997add2'/>
<id>urn:sha1:527deef6f18c46badb396e4520d802333997add2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Hand-apply e30fd8d; resurrect JSON server code.</title>
<updated>2015-03-24T23:57:22Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2015-03-24T23:57:22Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=a71a3b3d0f8545e44af75ded10dfda4a382158f2'/>
<id>urn:sha1:a71a3b3d0f8545e44af75ded10dfda4a382158f2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move log environment dump stuff out into its own file.</title>
<updated>2015-02-03T01:01:32Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2015-02-03T01:01:32Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=5500e2034203773e15bb3ec0ad8abcd4661fed82'/>
<id>urn:sha1:5500e2034203773e15bb3ec0ad8abcd4661fed82</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move Socket to dcpomatic_socket.{cc,h}.</title>
<updated>2015-01-29T00:37:06Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2015-01-29T00:37:06Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=f213fd833a840fc97e3875979ae7dc7cbbc883b1'/>
<id>urn:sha1:f213fd833a840fc97e3875979ae7dc7cbbc883b1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix loading of SMPTE subtitles that are not MXF-wrapped.</title>
<updated>2015-01-04T01:13:13Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2015-01-04T01:13:13Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=8af00f5e0862c18e8c7b5f9ac0ea95a5d6ad696c'/>
<id>urn:sha1:8af00f5e0862c18e8c7b5f9ac0ea95a5d6ad696c</id>
<content type='text'>
</content>
</entry>
</feed>
