<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dcpomatic/test, branch 3039-grok-error</title>
<subtitle>DCP-o-matic DCP tools</subtitle>
<id>https://git.carlh.net/cgit/dcpomatic/atom?h=3039-grok-error</id>
<link rel='self' href='https://git.carlh.net/cgit/dcpomatic/atom?h=3039-grok-error'/>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/'/>
<updated>2025-06-01T18:54:59Z</updated>
<entry>
<title>wip: test grok when it goes wrong.</title>
<updated>2025-06-01T18:54:59Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2025-06-01T18:54:59Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=e27289ebb14c1004136bd9fd8f05a9a189bf9d92'/>
<id>urn:sha1:e27289ebb14c1004136bd9fd8f05a9a189bf9d92</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Cleanup: collapse three logging classes into one.</title>
<updated>2025-05-29T22:51:57Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2025-05-29T22:51:57Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=437a0f28eac4464ffec24c83c0b6a767495a415e'/>
<id>urn:sha1:437a0f28eac4464ffec24c83c0b6a767495a415e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Basic grok test using mockgrok.</title>
<updated>2025-05-29T21:53:11Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2025-05-29T21:53:11Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=fda30e227e2fe874f9350f6165eaa5b178ba791c'/>
<id>urn:sha1:fda30e227e2fe874f9350f6165eaa5b178ba791c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add a mock grk_compress.</title>
<updated>2025-05-29T19:13:19Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2025-05-18T21:46:27Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=6ebae0908fd6a0865962856342c744435696372d'/>
<id>urn:sha1:6ebae0908fd6a0865962856342c744435696372d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove functors for choosing pixel format output from make_image().</title>
<updated>2025-05-26T19:51:18Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2025-05-25T20:16:19Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=df9b4676aba8b941f124b174393988cad21677e1'/>
<id>urn:sha1:df9b4676aba8b941f124b174393988cad21677e1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix incorrect colours with "no colourspace conversion" sources that are not AV_PIX_FMT_XYZ12LE.</title>
<updated>2025-05-26T19:51:18Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2025-05-22T23:23:43Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=1d5c211dadb9a9dc2318adce86ca9c31b367cabe'/>
<id>urn:sha1:1d5c211dadb9a9dc2318adce86ca9c31b367cabe</id>
<content type='text'>
Prepare the image for where it is going to next.  I don't understand the difference
in this situation between XYZ12LE and RGB48LE (it seems they are both 16-bit-per-channel)
but there you go.
</content>
</entry>
<entry>
<title>Remove Ubuntu 22.04 test reference hacks.</title>
<updated>2025-05-19T19:27:21Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2025-05-18T22:01:51Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=d84cfe7de28070ea31c9a1c0bd7872ac4be4b773'/>
<id>urn:sha1:d84cfe7de28070ea31c9a1c0bd7872ac4be4b773</id>
<content type='text'>
Before the previous commit Ubuntu 22.04 would give slightly different
results to 24.04 when burning subtitles.  I think this was because
DoM was erroneously using the system copy of Liberation Sans, which
I presume was changed.

After the previous commit we are always using the in-tree Liberation
Sans, which means that we can update the test references for Ubuntu
24.04 and use them also for 22.04.
</content>
</entry>
<entry>
<title>Tidy up finding required files during tests.</title>
<updated>2025-05-19T19:25:35Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2025-05-18T20:20:02Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=8d18da108282203a90f4b5ae0123700b827e3eb7'/>
<id>urn:sha1:8d18da108282203a90f4b5ae0123700b827e3eb7</id>
<content type='text'>
In particular, prefer not to use lots of fallback attempts. It seems
that something funny is going on with how we find Liberation Sans on
Linux, meaning that we were sometimes using the OS copy of the font when
we didn't mean to.
</content>
</entry>
<entry>
<title>Allow hyphens as part of the "name" part of the ISDCF name.</title>
<updated>2025-05-12T22:24:56Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2025-05-12T22:24:56Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=0866fe0a549a489a140fd4670a5245ba231fc8ec'/>
<id>urn:sha1:0866fe0a549a489a140fd4670a5245ba231fc8ec</id>
<content type='text'>
</content>
</entry>
<entry>
<title>White space: audio_merger_test.cc</title>
<updated>2025-05-09T23:16:51Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2025-05-09T23:16:51Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=87410c7f218a6d585bad7c6f7810e29a2d64fc34'/>
<id>urn:sha1:87410c7f218a6d585bad7c6f7810e29a2d64fc34</id>
<content type='text'>
</content>
</entry>
</feed>
