<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dcpomatic/test/test.cc, branch cleanups</title>
<subtitle>DCP-o-matic DCP tools</subtitle>
<id>https://git.carlh.net/cgit/dcpomatic/atom?h=cleanups</id>
<link rel='self' href='https://git.carlh.net/cgit/dcpomatic/atom?h=cleanups'/>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/'/>
<updated>2021-11-28T20:08:08Z</updated>
<entry>
<title>Rearrange checking (and re-examining) content.</title>
<updated>2021-11-28T20:08:08Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2021-11-28T09:39:03Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=a2e41d9a95b6e0000f3a54f513214130f8b6ca9f'/>
<id>urn:sha1:a2e41d9a95b6e0000f3a54f513214130f8b6ca9f</id>
<content type='text'>
Most importantly, checking of content for changes before making
a DCP is now done in the TranscodeJob (rather than being in a
separate job).  This makes things a little neater and also makes
the batch converter less confusing when you add a job whose content
has changed.
</content>
</entry>
<entry>
<title>Add ConfigRestorer and use it instead of setup_test_config() directly.</title>
<updated>2021-11-03T10:29:27Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2021-11-02T22:14:04Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=7846d4bfb77c117d931aad20239941a491492a78'/>
<id>urn:sha1:7846d4bfb77c117d931aad20239941a491492a78</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Replace some raw arrays with std::vectors.</title>
<updated>2021-10-11T18:13:21Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2021-10-11T17:55:06Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=44b69f2d9affb048c3d166e3a62bf3462dd5c8b5'/>
<id>urn:sha1:44b69f2d9affb048c3d166e3a62bf3462dd5c8b5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Replace aligned bool with enum Alignment.</title>
<updated>2021-09-27T11:41:46Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2021-09-15T21:36:21Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=3799e91d126d243d41c44dcb0ca1bfa66b53a57e'/>
<id>urn:sha1:3799e91d126d243d41c44dcb0ca1bfa66b53a57e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Various alignment adjustments.</title>
<updated>2021-09-27T11:41:46Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2021-09-14T23:00:33Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=9bfa07293928c371d59db2091ba2b7e715ce5994'/>
<id>urn:sha1:9bfa07293928c371d59db2091ba2b7e715ce5994</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move video level conversion for RGB from FFmpegImageProxy to Image.</title>
<updated>2021-05-25T19:35:12Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2021-05-24T22:57:16Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=62f9b78a2eb5f0fc6b9028264bac6ad501d83309'/>
<id>urn:sha1:62f9b78a2eb5f0fc6b9028264bac6ad501d83309</id>
<content type='text'>
Since FFmpeg does not do video level conversion for RGB sources
when we (sort of) ask it to in Image::crop_scale_window() it seems
to make more sense to compensate for that by calling
full_to_video_range() in the same place (rather than in
FFmpegImageProxy).
</content>
</entry>
<entry>
<title>Make a test check more informative.</title>
<updated>2021-05-25T19:35:12Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2021-05-24T22:30:48Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=b26f4e4cfa0a3b6df794f3207b420a413c52e773'/>
<id>urn:sha1:b26f4e4cfa0a3b6df794f3207b420a413c52e773</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Do less logging during tests, but also log some details of what test is</title>
<updated>2021-04-23T15:44:14Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2021-04-20T23:06:57Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=6fb258f79548b588031c4cc6d0ca1774ca35b752'/>
<id>urn:sha1:6fb258f79548b588031c4cc6d0ca1774ca35b752</id>
<content type='text'>
running on Windows.
</content>
</entry>
<entry>
<title>Add some new check methods.</title>
<updated>2021-04-23T13:22:18Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2021-04-23T13:22:18Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=fe6852642d35481e56caa2b40dacf0001f48a79d'/>
<id>urn:sha1:fe6852642d35481e56caa2b40dacf0001f48a79d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move luminance to Interop/SMPTE metadata and remove the ISDCF metadata dialogue.</title>
<updated>2021-04-04T18:48:35Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2021-04-03T18:08:12Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=8336cba4e6a8c594680696d2337ddc800d84c267'/>
<id>urn:sha1:8336cba4e6a8c594680696d2337ddc800d84c267</id>
<content type='text'>
</content>
</entry>
</feed>
