<feed xmlns='http://www.w3.org/2005/Atom'>
<title>libdcp/src/pkl.h, branch edgecode</title>
<subtitle>DCP handling library</subtitle>
<id>https://git.carlh.net/cgit/libdcp/atom?h=edgecode</id>
<link rel='self' href='https://git.carlh.net/cgit/libdcp/atom?h=edgecode'/>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libdcp/'/>
<updated>2025-01-14T10:27:00Z</updated>
<entry>
<title>Add GroupID support for PKLs (DoM #2943).</title>
<updated>2025-01-14T10:27:00Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2025-01-14T10:27:00Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libdcp/commit/?id=af87d03b24c21301639c23606993cfebcfbe3088'/>
<id>urn:sha1:af87d03b24c21301639c23606993cfebcfbe3088</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'origin/main' into v1.9.x</title>
<updated>2024-09-25T00:10:44Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2024-09-25T00:10:44Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libdcp/commit/?id=c0418f2a763407424d986c82ed147fbeaa2d9416'/>
<id>urn:sha1:c0418f2a763407424d986c82ed147fbeaa2d9416</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Allow but give an error when seeing a strange PKL namespace.</title>
<updated>2024-09-23T21:42:58Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2024-09-23T21:42:58Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libdcp/commit/?id=152266f6e65451a03521eb04b6a406b6e309e17a'/>
<id>urn:sha1:152266f6e65451a03521eb04b6a406b6e309e17a</id>
<content type='text'>
DoM bug #2868 reports that Resolve made a DCP with the PKL namespace
http://www.smpte-ra.org/schemas/2067-2/2016/PKL

This seems wrong (google suggests that this is the namespace for IMF
PKLs) but let's accept it and log an error instead of throwing an
exception.
</content>
</entry>
<entry>
<title>Cleanup: fix more comments/guards (and add check script).</title>
<updated>2024-04-18T10:11:43Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2024-02-06T23:51:08Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libdcp/commit/?id=3d53fb23efa153e10c37071a4ecac48b74c2dbd6'/>
<id>urn:sha1:3d53fb23efa153e10c37071a4ecac48b74c2dbd6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Include trimming.</title>
<updated>2023-07-25T13:38:50Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2023-07-25T13:38:50Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libdcp/commit/?id=d4270052ecfd3f75314fc8ea0e22c20384ff8b3c'/>
<id>urn:sha1:d4270052ecfd3f75314fc8ea0e22c20384ff8b3c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Cleanup: rename PKL::asset_list -&gt; assets for consistency.</title>
<updated>2023-01-07T21:46:21Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2023-01-01T20:19:51Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libdcp/commit/?id=05e0890d4bb991fc321ac2e11993eba37d20e077'/>
<id>urn:sha1:05e0890d4bb991fc321ac2e11993eba37d20e077</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>Rename PKL::write to PKL::write_xml for consistency.</title>
<updated>2022-04-30T18:33:01Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2022-04-30T18:33:01Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libdcp/commit/?id=903f23a46edac723fd8b8f9b4bf1236fc0dd05da'/>
<id>urn:sha1:903f23a46edac723fd8b8f9b4bf1236fc0dd05da</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add AssetList to extract some boilerplate from AssetMap and PKL.</title>
<updated>2022-04-25T21:49:00Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2022-04-25T21:49:00Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libdcp/commit/?id=c7a9a5c9e368b1a5e657adbebd37d1bbc4984e62'/>
<id>urn:sha1:c7a9a5c9e368b1a5e657adbebd37d1bbc4984e62</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Tidy up write_xml() API a little.</title>
<updated>2022-04-25T21:31:13Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2022-04-25T21:31:13Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libdcp/commit/?id=ef9671811920cbef50f0f01d063eab418de8925e'/>
<id>urn:sha1:ef9671811920cbef50f0f01d063eab418de8925e</id>
<content type='text'>
</content>
</entry>
</feed>
