<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dcpomatic/src, branch image-info</title>
<subtitle>DCP-o-matic DCP tools</subtitle>
<id>https://git.carlh.net/cgit/dcpomatic/atom?h=image-info</id>
<link rel='self' href='https://git.carlh.net/cgit/dcpomatic/atom?h=image-info'/>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/'/>
<updated>2022-04-07T20:13:02Z</updated>
<entry>
<title>Image info hacks.</title>
<updated>2022-04-07T20:13:02Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2022-04-07T20:13:02Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=43291997372f37b1589f8709b1e30c570e645c2e'/>
<id>urn:sha1:43291997372f37b1589f8709b1e30c570e645c2e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Cleanup: remove unused parameter to PlayerVideo::force.</title>
<updated>2022-04-03T22:43:42Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2022-04-03T22:42:57Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=64577fc3903bd371803a3958044af56962036336'/>
<id>urn:sha1:64577fc3903bd371803a3958044af56962036336</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Cleanup: use a vector instead of a raw array.</title>
<updated>2022-04-03T22:43:22Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2022-04-03T22:24:26Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=01ae76abb6ec2022fba304e5052ab0595a78b4d6'/>
<id>urn:sha1:01ae76abb6ec2022fba304e5052ab0595a78b4d6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Cleanup: move stride_round_up into the only place it is used.</title>
<updated>2022-04-03T21:43:34Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2022-01-24T21:30:20Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=4b74bd9f359b9fe4f841cd9a361f3b2b24c2351e'/>
<id>urn:sha1:4b74bd9f359b9fe4f841cd9a361f3b2b24c2351e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>C++11 and whitespace cleanups.</title>
<updated>2022-04-03T21:25:19Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2022-04-02T22:04:31Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=d311043bf3c1e3e7f41b314f7ab7c91ed7e5aa7f'/>
<id>urn:sha1:d311043bf3c1e3e7f41b314f7ab7c91ed7e5aa7f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add button to send test emails in the mail server prefs (#2216).</title>
<updated>2022-04-01T22:03:12Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2022-04-01T22:03:12Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=8c39f950ec8f8b3cf4d258279ab499d7e71dafc8'/>
<id>urn:sha1:8c39f950ec8f8b3cf4d258279ab499d7e71dafc8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix writing of planar audio to export buffers in some cases (#2223).</title>
<updated>2022-03-30T20:59:05Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2022-03-30T20:59:05Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=bd5c164496bcb86c41ae8ac42241a652ee3a1b14'/>
<id>urn:sha1:bd5c164496bcb86c41ae8ac42241a652ee3a1b14</id>
<content type='text'>
Previously we did not take into account alignment padding that can
exist with FLTP samples; each channel's block of samples can have
a gap between.  This doesn't happen with the normal 1024 sample blocks;
only when flushing at the end, when we write shorter blocks.

Not doing this right meant that we were passing uninitialised memory
to aacenc which sometimes responded by returning an EINVAL due to one
of its internal calculations returning a NaN.
</content>
</entry>
<entry>
<title>Tweak --export-filename help.</title>
<updated>2022-03-30T17:56:19Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2022-03-30T17:56:19Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=0e6dc8bedbb7d6b621f24a864403240973322677'/>
<id>urn:sha1:0e6dc8bedbb7d6b621f24a864403240973322677</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove strange proportion values when adding content buttons.</title>
<updated>2022-03-28T07:54:41Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2022-03-27T21:39:21Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=82546514c89c650acd2f52091685403e2a092bc5'/>
<id>urn:sha1:82546514c89c650acd2f52091685403e2a092bc5</id>
<content type='text'>
These seemed to cause the buttons to appear in strange places in some
cases.
</content>
</entry>
<entry>
<title>Supporters update.</title>
<updated>2022-03-25T18:28:40Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2022-03-25T18:28:40Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=ef75460b74fd0e8ce4f69a08cf658ad5e3705aae'/>
<id>urn:sha1:ef75460b74fd0e8ce4f69a08cf658ad5e3705aae</id>
<content type='text'>
</content>
</entry>
</feed>
