<feed xmlns='http://www.w3.org/2005/Atom'>
<title>libdcp, branch v1.8.48</title>
<subtitle>DCP handling library</subtitle>
<id>https://git.carlh.net/cgit/libdcp/atom?h=v1.8.48</id>
<link rel='self' href='https://git.carlh.net/cgit/libdcp/atom?h=v1.8.48'/>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libdcp/'/>
<updated>2022-12-22T22:43:03Z</updated>
<entry>
<title>Cleanup: remove randomly-added using.</title>
<updated>2022-12-22T22:43:03Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2022-12-22T12:11:01Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libdcp/commit/?id=43d0a6b4cd2a854e7fa773bb55b369e9e02d5788'/>
<id>urn:sha1:43d0a6b4cd2a854e7fa773bb55b369e9e02d5788</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Write OriginalFileName tags in PKL (DoM #2394).</title>
<updated>2022-12-22T22:43:03Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2022-12-22T00:59:11Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libdcp/commit/?id=4ddd146759e5346bd6c4b4444ee1424327f14a2a'/>
<id>urn:sha1:4ddd146759e5346bd6c4b4444ee1424327f14a2a</id>
<content type='text'>
Without these it EasyDCP gives errors like

"Id field in PKL must match uuid in asset"
"Each Id used in the PKL files must be unique or reference the same file"

which seem wrong but, as usual, here we are.
</content>
</entry>
<entry>
<title>Set plaintext offset to 0 when writing J2K frames (DoM #2391)</title>
<updated>2022-12-22T22:16:45Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2022-12-20T23:12:41Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libdcp/commit/?id=f657337815c5f21e2edd99fdaa501f0ff8acc6b1'/>
<id>urn:sha1:f657337815c5f21e2edd99fdaa501f0ff8acc6b1</id>
<content type='text'>
Without this the EasyDCP verifier gives errors like

"sum of individual components is larger than the file size"

This change results in there being no plaintext metadata in each
encoded frame.  It looks like the DCP-2000 was fixed in around
2010 to not crash with plaintext metadata, and the asdcplib tools
at some point started defaulting to this behaviour also.
</content>
</entry>
<entry>
<title>Re-make expired test certificate chain.</title>
<updated>2022-12-22T20:14:07Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2022-12-22T19:55:25Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libdcp/commit/?id=6518f7e4e8b02a1d78b6121c2032fa27c50ddc78'/>
<id>urn:sha1:6518f7e4e8b02a1d78b6121c2032fa27c50ddc78</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Support some different headers in private_key_fingerprint()</title>
<updated>2022-12-22T20:14:07Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2022-12-22T20:08:51Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libdcp/commit/?id=ae49e51a1bdbdaf6b8b75bcd9a0bbac9642639d4'/>
<id>urn:sha1:ae49e51a1bdbdaf6b8b75bcd9a0bbac9642639d4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Store not_valid_{before,after} when reading encrypted KDMs.</title>
<updated>2022-12-22T19:54:47Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2022-12-22T19:54:47Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libdcp/commit/?id=1d168b8a94d2c3ae14f52fea222fa7bbdf5c1058'/>
<id>urn:sha1:1d168b8a94d2c3ae14f52fea222fa7bbdf5c1058</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Cleanup: use std::vector and some auto.</title>
<updated>2022-12-22T15:55:40Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2022-12-22T15:55:40Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libdcp/commit/?id=4cf7fe0818a71435545237012b45ccd443906189'/>
<id>urn:sha1:4cf7fe0818a71435545237012b45ccd443906189</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Give a better error from chain_valid() when a certificate has some problem (e.g. it has expired).</title>
<updated>2022-12-22T15:36:41Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2022-12-22T15:36:41Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libdcp/commit/?id=55ca48ff8f63809f1f8ca4069d6a751517dd7947'/>
<id>urn:sha1:55ca48ff8f63809f1f8ca4069d6a751517dd7947</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Relax the COC component number verification error (DoM #2395).</title>
<updated>2022-12-21T11:27:09Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2022-12-21T11:27:06Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libdcp/commit/?id=0f2f26d5aad7b22b208fa5b87997ed117621cdd9'/>
<id>urn:sha1:0f2f26d5aad7b22b208fa5b87997ed117621cdd9</id>
<content type='text'>
A DCP is seen in the wild with 1 here and it doesn't seem unreasonable
that there should be a COC for each component.
</content>
</entry>
<entry>
<title>Add detail to the invalid COC component number error.</title>
<updated>2022-12-20T18:20:26Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2022-12-20T18:20:26Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libdcp/commit/?id=e19bc71280c158b193e91decc4ac4aa7969f6953'/>
<id>urn:sha1:e19bc71280c158b193e91decc4ac4aa7969f6953</id>
<content type='text'>
</content>
</entry>
</feed>
