<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dcpomatic/src/lib/encoder.h, branch v2.8.4</title>
<subtitle>DCP-o-matic DCP tools</subtitle>
<id>https://git.carlh.net/cgit/dcpomatic/atom?h=v2.8.4</id>
<link rel='self' href='https://git.carlh.net/cgit/dcpomatic/atom?h=v2.8.4'/>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/'/>
<updated>2015-12-11T11:56:22Z</updated>
<entry>
<title>Rename Server -&gt; EncodeServer, ServerFinder -&gt; EncodeServerFinder, ServerDescription -&gt; EncodeServerDescription.</title>
<updated>2015-12-11T11:56:22Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2015-12-06T19:59:47Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=17df947ac256397311a11894062070f8069c7e75'/>
<id>urn:sha1:17df947ac256397311a11894062070f8069c7e75</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove unused variable.</title>
<updated>2015-12-09T14:55:47Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2015-12-09T14:55:47Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=01d0c14f03698d25af51f7d1a1b3112958da1cf3'/>
<id>urn:sha1:01d0c14f03698d25af51f7d1a1b3112958da1cf3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Various multi-reel fixes.</title>
<updated>2015-10-22T09:30:45Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2015-10-20T08:55:24Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=2c5398adaea8bc56fe196144a9a233981657fba0'/>
<id>urn:sha1:2c5398adaea8bc56fe196144a9a233981657fba0</id>
<content type='text'>
* _video_frames_enqueued -&gt; _position
* some int -&gt; Frame replacements
* Call Writer::ref_write when there is nothing to encode / write
  for one frame.
* Assume Encoder::encode is called once per output video frame.
* Possibly correct some off-by-1 overlap bugs.
* Don't reset _last_written on FAKE write as I believe there is no need.
</content>
</entry>
<entry>
<title>Don't share _terminate.</title>
<updated>2015-09-02T16:03:50Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2015-09-02T16:03:50Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=b010bf3a39efe65db2251fbbf2640b2d9e539200'/>
<id>urn:sha1:b010bf3a39efe65db2251fbbf2640b2d9e539200</id>
<content type='text'>
_terminate was being shared between enqueue() and the encoding
threads so that when terminating and recreating the encoding
threads any pending enqueue() was dropped (#683).
</content>
</entry>
<entry>
<title>Hack to remove boost atomic dependency.</title>
<updated>2015-09-01T10:22:18Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2015-09-01T10:22:18Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=52b928b4901aa11b00888ce6880de1c64debf426'/>
<id>urn:sha1:52b928b4901aa11b00888ce6880de1c64debf426</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Try to fix build.</title>
<updated>2015-09-01T09:51:37Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2015-09-01T09:51:37Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=a5729cfb5061b9f4abb6057e6895f379e7654900'/>
<id>urn:sha1:a5729cfb5061b9f4abb6057e6895f379e7654900</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Protect _threads with a mutex since it may be updated from</title>
<updated>2015-09-01T09:27:27Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2015-09-01T09:27:27Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=c5c005aec1393fc606db035ee71b8d831c370ab1'/>
<id>urn:sha1:c5c005aec1393fc606db035ee71b8d831c370ab1</id>
<content type='text'>
the GUI thread (via ServersChanged) or from the job thread
(via end ()).
</content>
</entry>
<entry>
<title>Separate ExceptionStore.</title>
<updated>2015-08-26T21:12:16Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2015-08-26T21:12:16Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=1ad291db7e847fbb71e5bd9f2f81db6bfb2a022e'/>
<id>urn:sha1:1ad291db7e847fbb71e5bd9f2f81db6bfb2a022e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Include tidying src/lib/a-j*.h</title>
<updated>2015-08-26T17:00:33Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2015-08-26T15:57:52Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=14e4bc18e65378332604016bd6239861a083d5bf'/>
<id>urn:sha1:14e4bc18e65378332604016bd6239861a083d5bf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix loss of host's encoding threads when servers list changes.</title>
<updated>2015-08-19T18:24:03Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2015-08-19T18:24:03Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=01c3453026ecc303cc2ee49516650db95bf88ca8'/>
<id>urn:sha1:01c3453026ecc303cc2ee49516650db95bf88ca8</id>
<content type='text'>
</content>
</entry>
</feed>
