<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dcpomatic/src/lib/config.cc, branch v2.17.8</title>
<subtitle>DCP-o-matic DCP tools</subtitle>
<id>https://git.carlh.net/cgit/dcpomatic/atom?h=v2.17.8</id>
<link rel='self' href='https://git.carlh.net/cgit/dcpomatic/atom?h=v2.17.8'/>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/'/>
<updated>2023-10-18T11:46:50Z</updated>
<entry>
<title>Clean up grok's presence in the config file and make sure it's optional.</title>
<updated>2023-10-18T11:46:50Z</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=617b8cd303b4a96621a207724c55bed1d749b10c'/>
<id>urn:sha1:617b8cd303b4a96621a207724c55bed1d749b10c</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>Use GPU not Gpu for config element names.</title>
<updated>2023-10-18T11:46:50Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2023-09-24T15:26:31Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=0dafc0dbef39a3a37335fa0853d41d19da7b15fe'/>
<id>urn:sha1:0dafc0dbef39a3a37335fa0853d41d19da7b15fe</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use boost::filesystem::path for gpu_binary_location().</title>
<updated>2023-10-18T11:46:50Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2023-09-24T15:23:57Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=9ba80f8c08dbfbf1b4eafa8fcb40001a55bbbf0e'/>
<id>urn:sha1:9ba80f8c08dbfbf1b4eafa8fcb40001a55bbbf0e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Patch from Aaron Boxer adding initial support for GPU-powered J2K encoding via his tool "grok".</title>
<updated>2023-10-18T11:46:37Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2023-07-06T21:09:08Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=60e83cc208083b7759fded7302c193d34c02cb1a'/>
<id>urn:sha1:60e83cc208083b7759fded7302c193d34c02cb1a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Normalise XML attribute names to be camelCase (#2241).</title>
<updated>2023-10-16T09:35:33Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2022-09-10T22:10:22Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=2ecf279c41b65ec5d74ac3c441b0fef30cf27081'/>
<id>urn:sha1:2ecf279c41b65ec5d74ac3c441b0fef30cf27081</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove unused code.</title>
<updated>2023-10-16T09:30:27Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2023-10-16T09:30:27Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=4b8f2b64ebb7fcba20c3c03d7bccd08e48612fbb'/>
<id>urn:sha1:4b8f2b64ebb7fcba20c3c03d7bccd08e48612fbb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use dcp::filesystem to wrap filesystem calls and fix_long_path</title>
<updated>2023-10-09T21:38:28Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2023-10-06T00:37:16Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=96f50dd5e600925488fdd9db1580aa01b026269b'/>
<id>urn:sha1:96f50dd5e600925488fdd9db1580aa01b026269b</id>
<content type='text'>
anything that is passed to read_file() from libcxml.

This should fix #2623 and other similar problems.
</content>
</entry>
<entry>
<title>Default to writing 8 audio channels in DCPs (#2443).</title>
<updated>2023-08-06T20:05:03Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2023-07-25T09:09:46Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=e8749cfcef2b9434377e73c66a79755691ebc064'/>
<id>urn:sha1:e8749cfcef2b9434377e73c66a79755691ebc064</id>
<content type='text'>
It seems likely that 8 channels is slightly less likely to trip validation
warnings from some distributors, and so it seems worth accepting the potential
waste of 2 channels.  Users can always set this back to 6 again (once,
and it will be saved) and those upgrading from old versions won't be affected
anyway.
</content>
</entry>
<entry>
<title>Add config option to allow long ISDCF name parts.</title>
<updated>2023-06-23T22:54:28Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2023-06-23T22:54:28Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=e8d05ab1c7c8ea1cc9d653540bf3cf2acb2c9669'/>
<id>urn:sha1:e8d05ab1c7c8ea1cc9d653540bf3cf2acb2c9669</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix some typos in comments.</title>
<updated>2023-05-13T06:54:58Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2023-04-11T21:03:36Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=87c1ac59d40f611fed94fa4120f9c21ef2baa2d2'/>
<id>urn:sha1:87c1ac59d40f611fed94fa4120f9c21ef2baa2d2</id>
<content type='text'>
</content>
</entry>
</feed>
