<feed xmlns='http://www.w3.org/2005/Atom'>
<title>libdcp/src/sound_asset.cc, branch debug</title>
<subtitle>DCP handling library</subtitle>
<id>https://git.carlh.net/cgit/libdcp/atom?h=debug</id>
<link rel='self' href='https://git.carlh.net/cgit/libdcp/atom?h=debug'/>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libdcp/'/>
<updated>2024-05-24T21:41:56Z</updated>
<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>
<entry>
<title>Remove the bools and default parameters from SoundAsset::start_write().</title>
<updated>2023-03-20T15:41:02Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2023-03-17T12:33:08Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libdcp/commit/?id=870f02f07ee51ee478006260e2c3b683e591b0c9'/>
<id>urn:sha1:870f02f07ee51ee478006260e2c3b683e591b0c9</id>
<content type='text'>
They were more confusing than they were worth.
</content>
</entry>
<entry>
<title>Cleanup: using sorting.</title>
<updated>2023-03-16T22:02:22Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2023-03-16T22:02:22Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libdcp/commit/?id=90a4d88bf00dc4d038621227f6878c013b289a88'/>
<id>urn:sha1:90a4d88bf00dc4d038621227f6878c013b289a88</id>
<content type='text'>
</content>
</entry>
</feed>
