<feed xmlns='http://www.w3.org/2005/Atom'>
<title>libdcp/src/pkl.cc, branch fed43</title>
<subtitle>DCP handling library</subtitle>
<id>https://git.carlh.net/cgit/libdcp/atom?h=fed43</id>
<link rel='self' href='https://git.carlh.net/cgit/libdcp/atom?h=fed43'/>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libdcp/'/>
<updated>2025-12-20T00:52:16Z</updated>
<entry>
<title>Derive verification note type from the code...</title>
<updated>2025-12-20T00:52:16Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2025-12-16T11:23:15Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libdcp/commit/?id=ff869661d7632bc40aec17d1d42e31f18bd0c40b'/>
<id>urn:sha1:ff869661d7632bc40aec17d1d42e31f18bd0c40b</id>
<content type='text'>
...rather than having to specify it each time.
</content>
</entry>
<entry>
<title>GroupId is SMPTE-only.</title>
<updated>2025-01-15T07:57:44Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2025-01-15T07:57:44Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libdcp/commit/?id=b30b938b326ad3564f2a39acfe6a1bfe0c203ca6'/>
<id>urn:sha1:b30b938b326ad3564f2a39acfe6a1bfe0c203ca6</id>
<content type='text'>
</content>
</entry>
<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>Replace raw_convert&lt;string&gt; with direct calls to fmt.</title>
<updated>2025-01-01T19:51:21Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2025-01-01T13:08:56Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libdcp/commit/?id=c90d68049f56110436927aa847da882ee4b4f67c'/>
<id>urn:sha1:c90d68049f56110436927aa847da882ee4b4f67c</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>Replace xmlpp::Node::add_child with cxml::add_child.</title>
<updated>2024-03-20T17:21:14Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2024-02-08T23:29:00Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libdcp/commit/?id=8f1f5db2b193fe1db7eeabda2a7b3eee03dde886'/>
<id>urn:sha1:8f1f5db2b193fe1db7eeabda2a7b3eee03dde886</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add wrappers around boost::filesystem methods that handle the</title>
<updated>2023-10-08T23:20:01Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2023-10-06T00:04:49Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libdcp/commit/?id=e4b2ebd80779a44d24fe87af26ef278c1e2d97d2'/>
<id>urn:sha1:e4b2ebd80779a44d24fe87af26ef278c1e2d97d2</id>
<content type='text'>
required mangling of long filenames on Windows.

Also wrap lots of missing places (e.g. calls to asdcplib, libxml++,
libcxml etc.) in dcp::filesystem::fix_long_path().

The idea is to keep paths un-mangled until they we call some
filesystem-related API and mangle them at that point.  Otherwise
we end up serialising mangled names, which seems like it will
not end well.

Should fix DoM #2623.
</content>
</entry>
<entry>
<title>Fix typos in exceptions.</title>
<updated>2023-04-11T20:56:54Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2023-04-11T20:56:50Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libdcp/commit/?id=811edcecf4c9b19c5f50bde32517c2a31644b635'/>
<id>urn:sha1:811edcecf4c9b19c5f50bde32517c2a31644b635</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>
</feed>
