<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dcpomatic, branch bring-216x-closer-to-main</title>
<subtitle>DCP-o-matic DCP tools</subtitle>
<id>https://git.carlh.net/cgit/dcpomatic/atom?h=bring-216x-closer-to-main</id>
<link rel='self' href='https://git.carlh.net/cgit/dcpomatic/atom?h=bring-216x-closer-to-main'/>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/'/>
<updated>2022-04-02T23:58:59Z</updated>
<entry>
<title>fixup! C++11 and whitespace cleanups.</title>
<updated>2022-04-02T23:58:59Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2022-04-02T23:58:59Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=f1b5aacedf659fdc5a5ab42c0238844ba74ba56a'/>
<id>urn:sha1:f1b5aacedf659fdc5a5ab42c0238844ba74ba56a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>C++11 and whitespace cleanups.</title>
<updated>2022-04-02T23:44:42Z</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=194c2ac76b4bb4fc9fae5bc21d4e221ed194d444'/>
<id>urn:sha1:194c2ac76b4bb4fc9fae5bc21d4e221ed194d444</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>
<entry>
<title>Bump libdcp for fix to remove erroneous &lt;EntryPoint&gt; and &lt;Duration&gt; markers from &lt;MainMarkers&gt; (#2215).</title>
<updated>2022-03-25T06:53:08Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2022-03-24T12:34:08Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=5215408c36898039e8fa294bb74bf94d5762b0c7'/>
<id>urn:sha1:5215408c36898039e8fa294bb74bf94d5762b0c7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Don't throw an exception part-way through resolving assets (#2221).</title>
<updated>2022-03-23T23:01:33Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2022-03-23T23:01:33Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=a939e4b642ff9b398920dee1d0154729217347a5'/>
<id>urn:sha1:a939e4b642ff9b398920dee1d0154729217347a5</id>
<content type='text'>
This was applied to libdcp master in 81c6fcba2.  It seems wrong
to give up in the middle of resolving things, as it might not
work if things happen to be in the wrong order.
</content>
</entry>
<entry>
<title>Fix build error on mac.</title>
<updated>2022-03-21T07:05:33Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2022-03-21T07:05:33Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=a1f9a0afa98dda1bcc4c730ebb03efb25bbb38ca'/>
<id>urn:sha1:a1f9a0afa98dda1bcc4c730ebb03efb25bbb38ca</id>
<content type='text'>
</content>
</entry>
</feed>
