<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dcpomatic/src/lib/wscript, branch v2.11.1</title>
<subtitle>DCP-o-matic DCP tools</subtitle>
<id>https://git.carlh.net/cgit/dcpomatic/atom?h=v2.11.1</id>
<link rel='self' href='https://git.carlh.net/cgit/dcpomatic/atom?h=v2.11.1'/>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/'/>
<updated>2017-04-19T22:04:32Z</updated>
<entry>
<title>First bits of audio support.</title>
<updated>2017-04-19T22:04:32Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2017-03-15T23:39:25Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=fe99d14e3047e9302e94db372923c92291016f1c'/>
<id>urn:sha1:fe99d14e3047e9302e94db372923c92291016f1c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Initial butler work.</title>
<updated>2017-04-19T22:04:32Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2017-03-07T19:27:33Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=4f9cb03792e85cbb5b4d554ab8ec0a3275fa7524'/>
<id>urn:sha1:4f9cb03792e85cbb5b4d554ab8ec0a3275fa7524</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove unnecessary VideoFrame class.</title>
<updated>2017-04-19T22:04:32Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2017-02-21T23:50:30Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=130577d2e4e67de15ac8f5d6447729736d4bcac6'/>
<id>urn:sha1:130577d2e4e67de15ac8f5d6447729736d4bcac6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Various fixes to push audio vaguely in the right direction.</title>
<updated>2017-04-19T22:04:32Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2017-02-21T21:42:44Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=89aa9d4ba69e471949f791cdafe4ae20cea554d2'/>
<id>urn:sha1:89aa9d4ba69e471949f791cdafe4ae20cea554d2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Various work on the audio code.</title>
<updated>2017-04-19T22:04:32Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2016-11-22T14:54:31Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=e11276a822289d7d7d91a4f431f386ad28ef16dd'/>
<id>urn:sha1:e11276a822289d7d7d91a4f431f386ad28ef16dd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move position variables into the video/audio/subtitle decoder classes.</title>
<updated>2016-11-19T20:40:36Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2016-11-19T20:40:36Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=f113b2aaca7a65f7b37e12a7d9f3f99e2d834e81'/>
<id>urn:sha1:f113b2aaca7a65f7b37e12a7d9f3f99e2d834e81</id>
<content type='text'>
</content>
</entry>
<entry>
<title>A possibly-better approach to seeking.</title>
<updated>2016-11-17T01:06:31Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2016-10-07T15:22:38Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=97d39f46795af78b84d5f7bc9118a188f2864781'/>
<id>urn:sha1:97d39f46795af78b84d5f7bc9118a188f2864781</id>
<content type='text'>
Before this commit, decoders try to guess whether they should
request a seek based on what they have in their buffers.  This
seems reasonable for video and audio, which will always (I think)
have some data lying around to give an indication of where their
parent decoders are in the timeline.

It doesn't work so well for subtitles, as the storage of subs is
cleared out based on time (+/- 5s of "now") so there is a good chance
that the storage will be empty.  This gives the subtitle decoder no
chance of knowing where its parent is, so it's very likely to seek.

This commit asks the parent decoder to seek if it wants to, and it
decides based on a knowledge of roughly where it is in the timeline.
Hence the sub-decoders just see if they have got the data that is being
requested, and if not they suggest to the parent that it might like
to seek.  They then start calling pass().  Hence the parent should only
seek if some calls to pass() are not going to elicit the required data
in a reasonable time.
</content>
</entry>
<entry>
<title>Allow import of OV/VF DCPs (#906).</title>
<updated>2016-08-24T09:01:52Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2016-08-22T23:27:12Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=df28b0e939bd0f12ae31e6f7ba94fa954496b3b8'/>
<id>urn:sha1:df28b0e939bd0f12ae31e6f7ba94fa954496b3b8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move locale_convert into libdcp.</title>
<updated>2016-08-12T08:14:09Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2016-08-12T08:10:08Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=b81241ce69a689629307832f802ac4faa6ed885f'/>
<id>urn:sha1:b81241ce69a689629307832f802ac4faa6ed885f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Replace incorrect uses of raw_convert with a new locale_convert.</title>
<updated>2016-08-12T08:14:06Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2016-08-11T11:49:23Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=94056bf7f8fdef32da3cd78eff68d58560b4e6be'/>
<id>urn:sha1:94056bf7f8fdef32da3cd78eff68d58560b4e6be</id>
<content type='text'>
</content>
</entry>
</feed>
