<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dcpomatic/src/lib, branch v2.8.11</title>
<subtitle>DCP-o-matic DCP tools</subtitle>
<id>https://git.carlh.net/cgit/dcpomatic/atom?h=v2.8.11</id>
<link rel='self' href='https://git.carlh.net/cgit/dcpomatic/atom?h=v2.8.11'/>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/'/>
<updated>2016-06-18T22:53:02Z</updated>
<entry>
<title>Parse .ass files using the text subtitle code.</title>
<updated>2016-06-18T22:53:02Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2016-06-18T22:53:02Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=a98eb60029247836d3dec5cb1539d9cb9a67d0eb'/>
<id>urn:sha1:a98eb60029247836d3dec5cb1539d9cb9a67d0eb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add preference for the default number of DCP channels (#897).</title>
<updated>2016-06-17T22:48:22Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2016-06-17T22:22:06Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=ec18743d91476f4a712644179c2d654d8702349c'/>
<id>urn:sha1:ec18743d91476f4a712644179c2d654d8702349c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Missing virtual destructor.</title>
<updated>2016-06-17T15:49:05Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2016-06-17T15:49:05Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=86ccabf14528318c640d211e79f441ca2dcdf14d'/>
<id>urn:sha1:86ccabf14528318c640d211e79f441ca2dcdf14d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Ignore any hidden files when looking for images.</title>
<updated>2016-06-16T00:02:10Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2016-06-16T00:02:10Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=62d85b58f09066f3dbd424ab190f07420c2cba84'/>
<id>urn:sha1:62d85b58f09066f3dbd424ab190f07420c2cba84</id>
<content type='text'>
We used to do ._* and .DS_Store but there has been a report of
.com.apple.timemachine.supported.
</content>
</entry>
<entry>
<title>Basic guessing of audio channels from filenames (#393).</title>
<updated>2016-06-14T14:51:03Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2016-06-14T14:51:03Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=a2111c9816c9597e6f121010e6f4f34797abb0c7'/>
<id>urn:sha1:a2111c9816c9597e6f121010e6f4f34797abb0c7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Clean up of 3D-&gt;2D conversion.</title>
<updated>2016-06-14T14:07:58Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2016-06-14T14:07:58Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=0b6f2d7b04819711228ed5fbc5d299b58cef997e'/>
<id>urn:sha1:0b6f2d7b04819711228ed5fbc5d299b58cef997e</id>
<content type='text'>
It makes slightly more sense to discard 2D in the Transcoder
rather than the Encoder.  Unfortunately this requires quite
invasive changes, mainly to remove Encoder::_position and instead
derive this information from the PlayerVideo that is being handled.
This is also nicer than before, I think.

A notable change is that in player.cc; using time rather than
content_video_to_dcp().  This means we are assuming that the decoder
returns video at the time we ask it to, rather than checking
what it has returned.  I can't think of a problem with this (yet).
</content>
</entry>
<entry>
<title>Discard right-eye images when using 3D sources to make 2D DCPs.</title>
<updated>2016-06-14T11:58:57Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2016-06-14T11:58:57Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=b5e7d7127cf06f5309d2ac652d41861de59d6232'/>
<id>urn:sha1:b5e7d7127cf06f5309d2ac652d41861de59d6232</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use edit rate not frame rate for displaying rate of DCPs.</title>
<updated>2016-06-14T11:35:20Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2016-06-14T11:35:20Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=a30b789020ae356d8e15c6943ae5706b83df5b84'/>
<id>urn:sha1:a30b789020ae356d8e15c6943ae5706b83df5b84</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix subtle bug with 3D and add a explicit to stop it happening again.</title>
<updated>2016-06-14T11:21:40Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2016-06-14T11:21:40Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=3b74655a04bdac7d8fa0258225a9d3bedd170170'/>
<id>urn:sha1:3b74655a04bdac7d8fa0258225a9d3bedd170170</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Set correct video frame type when importing DCPs (part of #806).</title>
<updated>2016-06-14T11:11:50Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2016-06-14T11:11:50Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=3ae21bc7e7e0278a1ee15d365971eeb3dcabcbf6'/>
<id>urn:sha1:3ae21bc7e7e0278a1ee15d365971eeb3dcabcbf6</id>
<content type='text'>
</content>
</entry>
</feed>
