<feed xmlns='http://www.w3.org/2005/Atom'>
<title>libdcp/src/sound_asset_writer.cc, branch decrypt-hmac</title>
<subtitle>DCP handling library</subtitle>
<id>https://git.carlh.net/cgit/libdcp/atom?h=decrypt-hmac</id>
<link rel='self' href='https://git.carlh.net/cgit/libdcp/atom?h=decrypt-hmac'/>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libdcp/'/>
<updated>2018-03-09T00:54:02Z</updated>
<entry>
<title>Merge EncryptionContext with DecryptionContext and use HMAC when decrypting.</title>
<updated>2018-03-09T00:54:02Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2018-03-06T01:15:43Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libdcp/commit/?id=ca71c98bb2a2dbb23b0f49273d56530315e4b27e'/>
<id>urn:sha1:ca71c98bb2a2dbb23b0f49273d56530315e4b27e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Store interop/SMPTE in MXF.</title>
<updated>2018-03-09T00:54:02Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2018-03-06T01:01:29Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libdcp/commit/?id=897fc8638d4679b874b8cb65e0292c0c8194899a'/>
<id>urn:sha1:897fc8638d4679b874b8cb65e0292c0c8194899a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add an assertion and a better error message.</title>
<updated>2017-12-29T01:01:19Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2017-12-29T01:01:19Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libdcp/commit/?id=7d0aab7961d72ab194b1c9f2c6f348a91ed75c35'/>
<id>urn:sha1:7d0aab7961d72ab194b1c9f2c6f348a91ed75c35</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add simple sample-access API to SoundFrame.</title>
<updated>2017-03-01T21:05:21Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2017-03-01T21:05:21Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libdcp/commit/?id=528e3f81143401577a5a101e8d868ac431969f5b'/>
<id>urn:sha1:528e3f81143401577a5a101e8d868ac431969f5b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix valgrind warning.</title>
<updated>2017-01-10T16:48:48Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2017-01-10T16:48:48Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libdcp/commit/?id=3ce6111d48e766840ac85018454115d6b0f95583'/>
<id>urn:sha1:3ce6111d48e766840ac85018454115d6b0f95583</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Some small cleanups.</title>
<updated>2016-09-27T11:29:28Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2016-09-27T11:29:28Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libdcp/commit/?id=52b563097e355b098fc9da13cb25f135f0d9bf9e'/>
<id>urn:sha1:52b563097e355b098fc9da13cb25f135f0d9bf9e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Simplify previous commit and remove some debugging.</title>
<updated>2016-09-08T23:32:08Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2016-09-08T23:32:08Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libdcp/commit/?id=17af99550ea468bf6702f4973630a24629a65ff7'/>
<id>urn:sha1:17af99550ea468bf6702f4973630a24629a65ff7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add channel assignment support for SMPTE DCPs.</title>
<updated>2016-09-08T22:55:37Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2016-09-08T22:55:37Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libdcp/commit/?id=fe83eb5293fa4027856f6ee9faec7bfc8288badf'/>
<id>urn:sha1:fe83eb5293fa4027856f6ee9faec7bfc8288badf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Enable encryption of SMPTE subtitles.</title>
<updated>2016-08-13T22:35:39Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2016-08-13T22:35:39Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libdcp/commit/?id=563dbf02e9c7ab0066bcebbcde6c662df845695a'/>
<id>urn:sha1:563dbf02e9c7ab0066bcebbcde6c662df845695a</id>
<content type='text'>
Separate out EncryptionContext class to use in SMPTESubtitleAsset::write().
</content>
</entry>
<entry>
<title>asdcp headers moved into subdirectory.</title>
<updated>2016-07-01T11:32:42Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2016-07-01T11:32:42Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libdcp/commit/?id=89d5fe15b399eae5afad0b856f2d7b267a1c86c0'/>
<id>urn:sha1:89d5fe15b399eae5afad0b856f2d7b267a1c86c0</id>
<content type='text'>
</content>
</entry>
</feed>
