<feed xmlns='http://www.w3.org/2005/Atom'>
<title>libdcp/src/sound_asset.cc, branch edgecode2</title>
<subtitle>DCP handling library</subtitle>
<id>https://git.carlh.net/cgit/libdcp/atom?h=edgecode2</id>
<link rel='self' href='https://git.carlh.net/cgit/libdcp/atom?h=edgecode2'/>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libdcp/'/>
<updated>2025-12-18T00:10:32Z</updated>
<entry>
<title>Add can_be_read() to ReelFileAsset and subclasses.</title>
<updated>2025-12-18T00:10:32Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2025-12-16T16:45:46Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libdcp/commit/?id=c3c127e0bdb988696d16f47ea8080df3eff38420'/>
<id>urn:sha1:c3c127e0bdb988696d16f47ea8080df3eff38420</id>
<content type='text'>
</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>Check that DCPs have 24-bit audio.</title>
<updated>2024-05-24T21:41:56Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2024-05-24T20:58:32Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libdcp/commit/?id=cc6a2fe7ee05718d549e72eb740d0eae290f8ecb'/>
<id>urn:sha1:cc6a2fe7ee05718d549e72eb740d0eae290f8ecb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Bump asdcplib to dcpomatic-2.13.0 branch.</title>
<updated>2024-03-22T14:18:55Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2024-03-20T22:21:25Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libdcp/commit/?id=cb4759c178e3229796e8139f3f21a230532a7499'/>
<id>urn:sha1:cb4759c178e3229796e8139f3f21a230532a7499</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>Add equality option sound_assets_can_differ.</title>
<updated>2023-07-29T00:25:32Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2023-07-29T00:25:32Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libdcp/commit/?id=03609704034192ae157f6328024989eec58ac1c3'/>
<id>urn:sha1:03609704034192ae157f6328024989eec58ac1c3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Cleanup: move EqualityOptions into its own file.</title>
<updated>2023-07-25T13:28:11Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2023-07-25T13:28:11Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libdcp/commit/?id=d21b1e6f9cbf10148b38e1bc3ca3d4920e39a432'/>
<id>urn:sha1:d21b1e6f9cbf10148b38e1bc3ca3d4920e39a432</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Cleanup: pass EqualityOptions as const&amp;</title>
<updated>2023-07-25T13:21:39Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2023-07-25T12:51:23Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libdcp/commit/?id=a1e7f77e8fcfd71cc8bf94d13ceb2decbacc3b50'/>
<id>urn:sha1:a1e7f77e8fcfd71cc8bf94d13ceb2decbacc3b50</id>
<content type='text'>
This exposes a useless assignment of export_differing_subtitles,
which I've removed (and altered the comment accordingly).
</content>
</entry>
<entry>
<title>Add SoundAsset::active_channels().</title>
<updated>2023-05-28T21:01:32Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2023-05-28T21:01:32Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libdcp/commit/?id=7de292067e73b0b96fa07f8d192689d844fcb270'/>
<id>urn:sha1:7de292067e73b0b96fa07f8d192689d844fcb270</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Allow specification of channels that need a MCASubDescriptor.</title>
<updated>2023-03-20T23:37:12Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2023-03-20T23:37:12Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libdcp/commit/?id=c047da0a3ee78f8066ef65cdbcd978cdd67fb42e'/>
<id>urn:sha1:c047da0a3ee78f8066ef65cdbcd978cdd67fb42e</id>
<content type='text'>
</content>
</entry>
</feed>
