<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dcpomatic/src/lib/dcp_decoder.cc, branch v2.6.21</title>
<subtitle>DCP-o-matic DCP tools</subtitle>
<id>https://git.carlh.net/cgit/dcpomatic/atom?h=v2.6.21</id>
<link rel='self' href='https://git.carlh.net/cgit/dcpomatic/atom?h=v2.6.21'/>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/'/>
<updated>2015-12-18T14:29:42Z</updated>
<entry>
<title>Update for small change to libdcp API.</title>
<updated>2015-12-18T14:29:42Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2015-12-18T14:29:42Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=2284f338b5de4e0f6d497404d2fb5e5f11b6fd56'/>
<id>urn:sha1:2284f338b5de4e0f6d497404d2fb5e5f11b6fd56</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix timestamps of things coming out of the DCP decoder for multi-reel.</title>
<updated>2015-11-05T20:47:41Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2015-11-05T20:47:41Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=3a5f168317a4fa7b8df54c10cedb68e95b972699'/>
<id>urn:sha1:3a5f168317a4fa7b8df54c10cedb68e95b972699</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix confusion over when DCPDecoder::_next means wrt reels.</title>
<updated>2015-11-03T09:44:25Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2015-11-03T09:44:25Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=a7d41b99fd060cd7b9a9791d60b980fa11448e70'/>
<id>urn:sha1:a7d41b99fd060cd7b9a9791d60b980fa11448e70</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Reinstate subtitle speed-up patch 526fd6de4c80a7ac9614a1cb0209efff7b171cd5 but only for preview.</title>
<updated>2015-10-26T09:37:29Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2015-10-26T09:37:29Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=2e62b2c0de47fc8e5bcb5466b2876f9b23d2ae84'/>
<id>urn:sha1:2e62b2c0de47fc8e5bcb5466b2876f9b23d2ae84</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Revert "Avoid decoding other packets when looking for subs."</title>
<updated>2015-10-23T15:12:14Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2015-10-23T15:12:14Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=526fd6de4c80a7ac9614a1cb0209efff7b171cd5'/>
<id>urn:sha1:526fd6de4c80a7ac9614a1cb0209efff7b171cd5</id>
<content type='text'>
This reverts commit 9e025d3f85f9d6d855b3d5e6c90bca0eac3a3d49.

It causes corruption in prophet_clip.xml for reasons that
are not yet known.
</content>
</entry>
<entry>
<title>Avoid decoding other packets when looking for subs.</title>
<updated>2015-10-16T13:38:44Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2015-10-16T13:38:44Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=9e025d3f85f9d6d855b3d5e6c90bca0eac3a3d49'/>
<id>urn:sha1:9e025d3f85f9d6d855b3d5e6c90bca0eac3a3d49</id>
<content type='text'>
The "accumulation" of, for example, video data when we are looking
for audio data is an *optimisation* to reduce the number of seeks.
It should not be necessary for correctness (the output should be right
even if we never kept anything except what we were looking for).

Doing this accumulation is not always an optimisation; sometimes not
doing it is better.  Avoiding it when going back for subtitles is one
of these cases.
</content>
</entry>
<entry>
<title>Fix invalid Interop subtitle times in some cases.</title>
<updated>2015-10-15T08:13:33Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2015-10-15T08:13:33Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=6708d52b5c2ff9ccb6ee99f3b793d791bb95f26b'/>
<id>urn:sha1:6708d52b5c2ff9ccb6ee99f3b793d791bb95f26b</id>
<content type='text'>
Use a much higher "timecode rate" (1000 rather than 24) when
representing the time of subtitles internally so that accuracy
is preserved and we don't end up rounding things up to give
out of range results.
</content>
</entry>
<entry>
<title>Fix missing preview of referenced DCPs; deciding whether to ignore DCP content is done in the player.</title>
<updated>2015-10-11T22:53:37Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2015-10-11T22:53:37Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=707a603ae2eba082f6ba824a510295dfb213219b'/>
<id>urn:sha1:707a603ae2eba082f6ba824a510295dfb213219b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Back-end for very basic and hacky VF support for a DCP imported as content.</title>
<updated>2015-09-15T23:52:50Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2015-09-15T23:52:50Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=dd59755d86cdb1892bb0ba4d69af520cee4aa964'/>
<id>urn:sha1:dd59755d86cdb1892bb0ba4d69af520cee4aa964</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Lots of #include &lt;iostream&gt;s for Arch.</title>
<updated>2015-09-14T21:49:36Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2015-09-14T21:49:36Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=1858190cff2f960f3d1f0a5cc02c69da86088f5b'/>
<id>urn:sha1:1858190cff2f960f3d1f0a5cc02c69da86088f5b</id>
<content type='text'>
</content>
</entry>
</feed>
