<feed xmlns='http://www.w3.org/2005/Atom'>
<title>libdcp/src/cpl.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>2026-02-01T23:36:54Z</updated>
<entry>
<title>Reproduce all extension metadata (even if not recognised).</title>
<updated>2026-02-01T23:36:54Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2026-02-01T21:49:03Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libdcp/commit/?id=1b86d8b56cdb6f7289864fab708e40795494373d'/>
<id>urn:sha1:1b86d8b56cdb6f7289864fab708e40795494373d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Reproduce MCA subdescriptors when writing XML without the assets being present.</title>
<updated>2026-02-01T23:36:54Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2026-02-01T20:59:32Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libdcp/commit/?id=56b5f7e06e89f136a9f2ef91f4e7a34d6c451730'/>
<id>urn:sha1:56b5f7e06e89f136a9f2ef91f4e7a34d6c451730</id>
<content type='text'>
This assumes that we don't read a CPL, modify the sound assets, then
write it out again.  Maybe we should make that possible (e.g. by
invalidating the CPL's MCA subdescriptors list when changing sound).
</content>
</entry>
<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>Add CPL::picture_encoding().</title>
<updated>2025-12-18T11:54:28Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2025-12-17T17:23:45Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libdcp/commit/?id=360a935d7422c0fae0c85f32447e751f26fc37d5'/>
<id>urn:sha1:360a935d7422c0fae0c85f32447e751f26fc37d5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add can_be_read() to CPL.</title>
<updated>2025-12-18T00:10:32Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2025-12-16T18:21:04Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libdcp/commit/?id=5e4f750326013cdf8c7d1f7a677f92b4aec436cf'/>
<id>urn:sha1:5e4f750326013cdf8c7d1f7a677f92b4aec436cf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add main caption and closed subtitle assets to lists.</title>
<updated>2025-10-01T21:10:07Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2025-10-01T21:10:07Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libdcp/commit/?id=eae7333e2a23efee97a3f67fd27eb449f8f46c80'/>
<id>urn:sha1:eae7333e2a23efee97a3f67fd27eb449f8f46c80</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Introduce and use dcp::Profile.</title>
<updated>2025-03-27T00:42:04Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2025-03-26T22:59:30Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libdcp/commit/?id=2ef30cbe66ca819588bf43d892223ed9864c0e9a'/>
<id>urn:sha1:2ef30cbe66ca819588bf43d892223ed9864c0e9a</id>
<content type='text'>
This replaces the specific flags passed to DCP::write(), is a property
of the CPL (where it seems to belong) and allows us to write what I hear
is the correct metadata for this mythical Bv2.0 that somebody invented.
</content>
</entry>
<entry>
<title>Rename MainSoundConfiguration::to_string() -&gt; as_string().</title>
<updated>2025-03-22T23:36:57Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2025-03-20T21:00:15Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libdcp/commit/?id=8efd6f75450037e685d78cc29dcebd82fe922741'/>
<id>urn:sha1:8efd6f75450037e685d78cc29dcebd82fe922741</id>
<content type='text'>
Trying to be consistent with the rule that to_string is a method which
converts a parameter to a string (implying processing) whereas
as_string is a class member which returns a string representation of
the thing.
</content>
</entry>
<entry>
<title>Rename LanguageTag::to_string -&gt; as_string().</title>
<updated>2025-03-20T21:01:06Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2025-03-20T21:00:36Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libdcp/commit/?id=4481f844c5dc5d84ec63f354f44c54022e101388'/>
<id>urn:sha1:4481f844c5dc5d84ec63f354f44c54022e101388</id>
<content type='text'>
</content>
</entry>
<entry>
<title>White space: cpl.{cc,h}</title>
<updated>2025-01-20T19:35:09Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2025-01-20T19:35:09Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libdcp/commit/?id=744eae9a14f834088289d10d7158ad89857565ad'/>
<id>urn:sha1:744eae9a14f834088289d10d7158ad89857565ad</id>
<content type='text'>
</content>
</entry>
</feed>
