<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dcpomatic/src/lib, branch v2.16.32</title>
<subtitle>DCP-o-matic DCP tools</subtitle>
<id>https://git.carlh.net/cgit/dcpomatic/atom?h=v2.16.32</id>
<link rel='self' href='https://git.carlh.net/cgit/dcpomatic/atom?h=v2.16.32'/>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/'/>
<updated>2022-10-26T17:41:23Z</updated>
<entry>
<title>Remove unnecessary copy constructors (default ones are OK).</title>
<updated>2022-10-26T17:41:23Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2022-10-26T17:41:23Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=4b05f5d893bd4cc181da4d18d9107558b613de6e'/>
<id>urn:sha1:4b05f5d893bd4cc181da4d18d9107558b613de6e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Allow move construction of Player.</title>
<updated>2022-10-26T17:41:12Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2022-10-26T17:41:12Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=1a43dcc9b0d4c40cb8a19f2ff475c67ace4ef6a2'/>
<id>urn:sha1:1a43dcc9b0d4c40cb8a19f2ff475c67ace4ef6a2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Allow move construction of AudioMerger.</title>
<updated>2022-10-26T13:16:36Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2022-10-26T13:16:36Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=1cd4002ee3c82b1d9552aaa3ef6c52e3919b47b2'/>
<id>urn:sha1:1cd4002ee3c82b1d9552aaa3ef6c52e3919b47b2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Allow move construction of ActiveText.</title>
<updated>2022-10-26T13:16:30Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2022-10-26T13:16:30Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=4b01fa582bc6a30ce75be72275238e6cc7d0dfbe'/>
<id>urn:sha1:4b01fa582bc6a30ce75be72275238e6cc7d0dfbe</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Hopefully fix crash when the same frame is encoded twice.</title>
<updated>2022-10-25T14:08:34Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2022-10-24T18:37:02Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=e55b2b3a7eb05b3cc69411b133aeec9772420c83'/>
<id>urn:sha1:e55b2b3a7eb05b3cc69411b133aeec9772420c83</id>
<content type='text'>
Previously if some frame X was passed to the encoder twice
I think this would happen:

X1 written; X stored to _pending_images
X2 written; _pending_images remains the same
X1 encode finishes; X is discarded from _pending_images
Data for X2 is read by the encoder but was just freed

I think this might have resulted in intermittent crashes, which were
fairly common in the 2.17.x branch with the test
ffmpeg_encoder_prores_regression_1

But I didn't conclusively prove it.
</content>
</entry>
<entry>
<title>Fix colour range property for subsampled sources (#2357).</title>
<updated>2022-10-21T11:29:00Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2022-10-21T10:55:44Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=a9d99f7a77e8ab905464540c22f427dc83a3187c'/>
<id>urn:sha1:a9d99f7a77e8ab905464540c22f427dc83a3187c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Extract Collator class.</title>
<updated>2022-10-18T22:27:47Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2022-08-17T15:45:35Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=e90ff462412902a1e06878a0f34dc2e0323e738c'/>
<id>urn:sha1:e90ff462412902a1e06878a0f34dc2e0323e738c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix dark mode for release notes.</title>
<updated>2022-10-18T18:37:00Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2022-10-16T20:21:49Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=93a781c8b9d34effd376537268970193b9b01479'/>
<id>urn:sha1:93a781c8b9d34effd376537268970193b9b01479</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add VideoFilterGraph::process for Image.</title>
<updated>2022-10-18T18:25:57Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2022-10-06T22:39:59Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=ef32f407557e22662b41f9852f68523952360e4b'/>
<id>urn:sha1:ef32f407557e22662b41f9852f68523952360e4b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Cleanup: some const-correctness.</title>
<updated>2022-10-18T18:25:57Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2022-10-06T22:39:40Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=fa669105ada581256fb442af281b49eea4c2e726'/>
<id>urn:sha1:fa669105ada581256fb442af281b49eea4c2e726</id>
<content type='text'>
</content>
</entry>
</feed>
