<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dcpomatic/src/lib/j2k_encoder.h, branch mpeg2</title>
<subtitle>DCP-o-matic DCP tools</subtitle>
<id>https://git.carlh.net/cgit/dcpomatic/atom?h=mpeg2</id>
<link rel='self' href='https://git.carlh.net/cgit/dcpomatic/atom?h=mpeg2'/>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/'/>
<updated>2024-04-21T21:18:23Z</updated>
<entry>
<title>Extract VideoEncoder as a parent of J2KEncoder.</title>
<updated>2024-04-21T21:18:23Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2024-03-19T16:10:27Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=fa15dc1a375e13d2047a857e5aef202179eec0d4'/>
<id>urn:sha1:fa15dc1a375e13d2047a857e5aef202179eec0d4</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>2024-01-28T01:01:58Z</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=1760066150070717bf8954313550afdd25a0f3fe'/>
<id>urn:sha1:1760066150070717bf8954313550afdd25a0f3fe</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>Forward-declare grk_plugin stuff.</title>
<updated>2024-01-28T01:01:57Z</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=ce1c39e267c2bca215861d1ccc3e68ab1359ce30'/>
<id>urn:sha1:ce1c39e267c2bca215861d1ccc3e68ab1359ce30</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Create a single DcpomaticContext for all GrokContexts, rather than copying them.</title>
<updated>2024-01-28T01:01:57Z</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=e55d917a7e3a0d2988c3f53c3027fe890970e6a8'/>
<id>urn:sha1:e55d917a7e3a0d2988c3f53c3027fe890970e6a8</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>2024-01-28T01:01:57Z</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=a72355666ed6abbd02bc6b124fddd24f598f89de'/>
<id>urn:sha1:a72355666ed6abbd02bc6b124fddd24f598f89de</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rearrange encoder threading.</title>
<updated>2024-01-28T01:01:57Z</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=f8d0dac871883c7cbfa6f31c182ca3e6d213aed1'/>
<id>urn:sha1:f8d0dac871883c7cbfa6f31c182ca3e6d213aed1</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>Tidy up some includes / forward declarations.</title>
<updated>2024-01-28T01:01:57Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2023-07-09T21:25:36Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=b03c7b8ad77fe2fa23ff4151c913d87a1b6c9329'/>
<id>urn:sha1:b03c7b8ad77fe2fa23ff4151c913d87a1b6c9329</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Change end() to only do one thing, and copy the required stuff into pause()</title>
<updated>2024-01-28T01:01:57Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2023-07-09T21:18:40Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=305f0b5201b3e968f34c2780b43b8227b3559e7f'/>
<id>urn:sha1:305f0b5201b3e968f34c2780b43b8227b3559e7f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Formatting, variable name tidying and some const correctness.</title>
<updated>2024-01-28T01:01:57Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2023-07-07T22:20:15Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=b054a6fe8359d91ed6afd5a250abd766cfafa196'/>
<id>urn:sha1:b054a6fe8359d91ed6afd5a250abd766cfafa196</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move grok headers into src/lib/grok</title>
<updated>2024-01-28T01:01:57Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2023-07-07T21:24:45Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=c1a45f6ed5c529dcafeec5949d9143a72e469a9e'/>
<id>urn:sha1:c1a45f6ed5c529dcafeec5949d9143a72e469a9e</id>
<content type='text'>
</content>
</entry>
</feed>
