<feed xmlns='http://www.w3.org/2005/Atom'>
<title>libdcp/test/encryption_test.cc, branch oj1-again</title>
<subtitle>DCP handling library</subtitle>
<id>https://git.carlh.net/cgit/libdcp/atom?h=oj1-again</id>
<link rel='self' href='https://git.carlh.net/cgit/libdcp/atom?h=oj1-again'/>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libdcp/'/>
<updated>2023-10-08T23:20:01Z</updated>
<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>Use an enum instead of a bool in PictureAsset::start_write().</title>
<updated>2023-03-20T15:41:02Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2023-03-17T13:11:34Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libdcp/commit/?id=20e3e4c2a7a91e45740987a702f5d4c1ea2f9030'/>
<id>urn:sha1:20e3e4c2a7a91e45740987a702f5d4c1ea2f9030</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>Specify number of channels in the data passed to SoundAssetWriter, and pad channels that aren't there.</title>
<updated>2023-03-16T18:52:06Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2023-03-16T18:51:27Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libdcp/commit/?id=c1d296b163ddf88a5b387f98e7e77988a242a996'/>
<id>urn:sha1:c1d296b163ddf88a5b387f98e7e77988a242a996</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Allow tests to be run on Windows.</title>
<updated>2022-05-04T17:37:38Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2022-04-20T18:49:04Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libdcp/commit/?id=80a97d01ba21df6d06ca750789bfe0bbacaaee4a'/>
<id>urn:sha1:80a97d01ba21df6d06ca750789bfe0bbacaaee4a</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>
<entry>
<title>C++11 tidying.</title>
<updated>2021-04-11T23:22:10Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2021-04-11T20:25:21Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libdcp/commit/?id=2c5e61891e7975f4c2d33a5f2ed144645e3078f9'/>
<id>urn:sha1:2c5e61891e7975f4c2d33a5f2ed144645e3078f9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Specify CPL standard on construction.</title>
<updated>2021-04-11T23:22:10Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2021-04-11T20:24:44Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libdcp/commit/?id=498806d76160a6b1fa0af58e7734c0f553abf12b'/>
<id>urn:sha1:498806d76160a6b1fa0af58e7734c0f553abf12b</id>
<content type='text'>
Then choose which standard DCP should use based on the CPL(s).
</content>
</entry>
<entry>
<title>Write MCA tags based on the specified sound field.</title>
<updated>2021-03-25T23:09:15Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2021-03-25T23:09:15Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libdcp/commit/?id=b9c5e3f74550917676e14324791d6ba4d0c07cac'/>
<id>urn:sha1:b9c5e3f74550917676e14324791d6ba4d0c07cac</id>
<content type='text'>
I had previously assumed that one should write MCA information into
the sound MXF based on what channels actually contain sound rather
than silence.

However a previous example of a stereo DCP gives a verification error
in EasyDCP (see DoM bug #1935) which is solved by adding MCA tags
for each channel in the specified sound field (e.g. at least 6 tags
for a file which is marked as 5.1) even if the audio is really stereo.

This commit removes the "active channels" stuff and makes sure
that if we say a file is 5.1 we write at least 6 MCA tags (and
similarly for 7.1).
</content>
</entry>
<entry>
<title>Tidy how we're finding the tags and xsd directories.</title>
<updated>2021-03-18T22:30:48Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2021-03-17T10:53:28Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libdcp/commit/?id=cf4e4272f72346c39964b128f78b2297f04dba55'/>
<id>urn:sha1:cf4e4272f72346c39964b128f78b2297f04dba55</id>
<content type='text'>
</content>
</entry>
</feed>
