<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dcpomatic/test/test.cc, branch encode-servers</title>
<subtitle>DCP-o-matic DCP tools</subtitle>
<id>https://git.carlh.net/cgit/dcpomatic/atom?h=encode-servers</id>
<link rel='self' href='https://git.carlh.net/cgit/dcpomatic/atom?h=encode-servers'/>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/'/>
<updated>2020-11-16T00:40:36Z</updated>
<entry>
<title>Obey requests to change the video range of RGB content.</title>
<updated>2020-11-16T00:40:36Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2020-11-08T21:34:18Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=e64a1a9aae0200d14feed49a4c6cf537bf5708a4'/>
<id>urn:sha1:e64a1a9aae0200d14feed49a4c6cf537bf5708a4</id>
<content type='text'>
Video that comes in with RGB pixels will not have its video level
ranges changed by libswscale (it only does this for YUV and greyscale).
Here we add code to do it ourselves for RGB content coming in
via image files (e.g. PNG/DPX etc).  Part of #1851.
</content>
</entry>
<entry>
<title>Replace dcp::Data with dcp::ArrayData</title>
<updated>2020-11-02T22:10:04Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2020-11-01T22:40:01Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=6fa9748f382302fa88292b4219598bb81edc7bd0'/>
<id>urn:sha1:6fa9748f382302fa88292b4219598bb81edc7bd0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Some macOS test build fixes.</title>
<updated>2020-10-13T16:51:11Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2020-10-08T19:30:00Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=497803ab4424ce23affd231a01d625ddf3cf3aca'/>
<id>urn:sha1:497803ab4424ce23affd231a01d625ddf3cf3aca</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use rand() instead of /dev/urandom to make test files.</title>
<updated>2020-10-13T16:51:11Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2020-10-05T20:27:49Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=dc5cce1ec77ba13145bb237c70c34074386f34cd'/>
<id>urn:sha1:dc5cce1ec77ba13145bb237c70c34074386f34cd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix use of DCPOMATIC_TEST_PRIVATE variable to specify where</title>
<updated>2020-10-13T16:51:11Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2020-10-04T20:04:40Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=5d937606cf96d163be98920fa5619114a28eec9d'/>
<id>urn:sha1:5d937606cf96d163be98920fa5619114a28eec9d</id>
<content type='text'>
test private data is.
</content>
</entry>
<entry>
<title>Remove Image/GraphicsMagick dependency.</title>
<updated>2020-10-12T15:33:27Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2020-10-01T08:44:11Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=0caa6358a49c66d52d2af090bd2a130203673807'/>
<id>urn:sha1:0caa6358a49c66d52d2af090bd2a130203673807</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make unit tests use their own configuration rather than whatever</title>
<updated>2020-09-29T21:17:53Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2020-09-29T21:17:53Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=4f652387cbeeda9b7b8ace71e047c450acf5c871'/>
<id>urn:sha1:4f652387cbeeda9b7b8ace71e047c450acf5c871</id>
<content type='text'>
happens to be in $HOME.

This is especially important for signer certificates; without this
it looks like the ones from $HOME will be used.
</content>
</entry>
<entry>
<title>Make Atmos content work more like other content.  Now its MXFs</title>
<updated>2020-06-19T13:07:30Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2020-06-19T11:30:02Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=ca981c8cfa23111e92be329f1c2dfbe3a07b4247'/>
<id>urn:sha1:ca981c8cfa23111e92be329f1c2dfbe3a07b4247</id>
<content type='text'>
are re-written, meaning that they can be encrypted.

This (along with the libdcp update) also fixes assorted Atmos bugs.
</content>
</entry>
<entry>
<title>Add a bit more debug logging to the player.</title>
<updated>2020-05-20T19:56:28Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2020-05-20T18:20:08Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=591ccb82d75070d7cba55995bab23513741ff5cf'/>
<id>urn:sha1:591ccb82d75070d7cba55995bab23513741ff5cf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>More logging and make it go to the right place.</title>
<updated>2020-05-20T19:56:28Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2020-05-18T23:39:47Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=6eec3fea764f2fe35723089d60c51005616905bf'/>
<id>urn:sha1:6eec3fea764f2fe35723089d60c51005616905bf</id>
<content type='text'>
</content>
</entry>
</feed>
