<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dcpomatic/src/lib/j2k_encoder.cc, branch debug-dual-screen</title>
<subtitle>DCP-o-matic DCP tools</subtitle>
<id>https://git.carlh.net/cgit/dcpomatic/atom?h=debug-dual-screen</id>
<link rel='self' href='https://git.carlh.net/cgit/dcpomatic/atom?h=debug-dual-screen'/>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/'/>
<updated>2023-12-16T01:07:38Z</updated>
<entry>
<title>Swap a log for a more informative one.</title>
<updated>2023-12-16T01:07:38Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2023-10-18T20:59:19Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=3314fdae2adcdb34567e67fda702ab6ea7b43772'/>
<id>urn:sha1:3314fdae2adcdb34567e67fda702ab6ea7b43772</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Clean up grok's presence in the config file and make sure it's optional.</title>
<updated>2023-12-16T01:07:38Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2023-10-06T20:42:44Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=7c0051ada0098452343e3639edd9ffe6b8472f18'/>
<id>urn:sha1:7c0051ada0098452343e3639edd9ffe6b8472f18</id>
<content type='text'>
It should be allowed to not have any grok stuff in the config file,
and we should generally call it grok rather than GPU in case
other non-grok GPU stuff arrives in the future.
</content>
</entry>
<entry>
<title>Another patch from Aaron.</title>
<updated>2023-12-16T01:07:38Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2023-10-04T17:11:45Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=038110f816179fedb1760f51f476b1e0f620e49b'/>
<id>urn:sha1:038110f816179fedb1760f51f476b1e0f620e49b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Forward-declare grk_plugin stuff.</title>
<updated>2023-12-16T01:07:38Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2023-09-26T11:32:00Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=f8b932e0e9a8f33cff0edff0f89e86ae974f3e8e'/>
<id>urn:sha1:f8b932e0e9a8f33cff0edff0f89e86ae974f3e8e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Create a single DcpomaticContext for all GrokContexts, rather than copying them.</title>
<updated>2023-12-16T01:07:38Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2023-09-26T11:29:59Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=050a47be167ad4d48ea1a971f28291ba085ee58f'/>
<id>urn:sha1:050a47be167ad4d48ea1a971f28291ba085ee58f</id>
<content type='text'>
I think this makes sense, and also allows us to forward-declare the
contexts in a forthcoming commit.
</content>
</entry>
<entry>
<title>Only build grok for Ubuntu 22.04.</title>
<updated>2023-12-16T01:07:38Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2023-09-24T10:09:16Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=e36811385ea745d7a331af50aeec906b6c22140b'/>
<id>urn:sha1:e36811385ea745d7a331af50aeec906b6c22140b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Explicitly set up Grok logger rather than relying on a static variable.</title>
<updated>2023-12-16T01:07:38Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2023-09-24T10:02:19Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=2da3ac05bc5c610ab621d26c6e7ff01ccccea57d'/>
<id>urn:sha1:2da3ac05bc5c610ab621d26c6e7ff01ccccea57d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rearrange encoder threading.</title>
<updated>2023-12-16T01:07:38Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2023-09-23T22:34:15Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=0cd87b0438427c02fec78c819adec96b05416d80'/>
<id>urn:sha1:0cd87b0438427c02fec78c819adec96b05416d80</id>
<content type='text'>
Soon we'll add a new encoder type, and the existing structure was
already creaking a bit at the seams while handling local and remote
encodes.  Here we split out an encoder thread and introduce the concept
of a "sync" thread (which blocks while the encoding is happening).
Later we'll have another type which submits the encode request to a
GPU and receives the reply back later.
</content>
</entry>
<entry>
<title>Remove check for _threads being null, as I think it should not happen.</title>
<updated>2023-12-16T01:07:38Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2023-09-10T21:46:19Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=301fd6b621d8ca44e27862ee4e5dc5b15597538b'/>
<id>urn:sha1:301fd6b621d8ca44e27862ee4e5dc5b15597538b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Cleanup: white space.</title>
<updated>2023-12-16T01:07:38Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2023-09-10T21:45:56Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=1b7a95ef93ec9e8232bdac01484c76ca1036676f'/>
<id>urn:sha1:1b7a95ef93ec9e8232bdac01484c76ca1036676f</id>
<content type='text'>
</content>
</entry>
</feed>
