<feed xmlns='http://www.w3.org/2005/Atom'>
<title>libdcp/src/asset.cc, branch v1.8.74</title>
<subtitle>DCP handling library</subtitle>
<id>https://git.carlh.net/cgit/libdcp/atom?h=v1.8.74</id>
<link rel='self' href='https://git.carlh.net/cgit/libdcp/atom?h=v1.8.74'/>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libdcp/'/>
<updated>2023-06-28T23:25:46Z</updated>
<entry>
<title>Add asset_hashes_can_differ option to the equality checks.</title>
<updated>2023-06-28T23:25:46Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2023-06-28T21:00:57Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libdcp/commit/?id=b3b70e6d7c2ec6787d0b492442bb4f7537b4b580'/>
<id>urn:sha1:b3b70e6d7c2ec6787d0b492442bb4f7537b4b580</id>
<content type='text'>
Before recent changes Asset::_hash would be empty when the equality
checks were run (and Asset::equals() compares them directly).

This mean that differences in asset hash were being ignored, but
are no longer; so now we need this option to restore that behaviour
where required.
</content>
</entry>
<entry>
<title>Add Asset::unset_hash().</title>
<updated>2023-06-26T22:10:58Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2023-06-26T22:06:14Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libdcp/commit/?id=d305bb807a686fd7850257a724f46a77977fe491'/>
<id>urn:sha1:d305bb807a686fd7850257a724f46a77977fe491</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Cleanup: remove unnecessary namespace.</title>
<updated>2023-06-26T22:10:57Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2023-06-26T22:05:55Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libdcp/commit/?id=9219b9c77f3ce283eb6551a484ee4a6592ccfa30'/>
<id>urn:sha1:9219b9c77f3ce283eb6551a484ee4a6592ccfa30</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add Asset::set_file_preserving_hash().</title>
<updated>2023-06-26T22:06:50Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2023-06-20T20:06:02Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libdcp/commit/?id=96e1c1e817887ebf51d7f825306b26e8abe2f717'/>
<id>urn:sha1:96e1c1e817887ebf51d7f825306b26e8abe2f717</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add Asset::rename_file().</title>
<updated>2023-03-06T00:01:04Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2023-03-06T00:01:04Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libdcp/commit/?id=53b444191fddd72416647ec9d24aff1e317a1824'/>
<id>urn:sha1:53b444191fddd72416647ec9d24aff1e317a1824</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Write OriginalFileName tags in PKL (DoM #2394).</title>
<updated>2022-12-22T22:43:03Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2022-12-22T00:59:11Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libdcp/commit/?id=4ddd146759e5346bd6c4b4444ee1424327f14a2a'/>
<id>urn:sha1:4ddd146759e5346bd6c4b4444ee1424327f14a2a</id>
<content type='text'>
Without these it EasyDCP gives errors like

"Id field in PKL must match uuid in asset"
"Each Id used in the PKL files must be unique or reference the same file"

which seem wrong but, as usual, here we are.
</content>
</entry>
<entry>
<title>Move AssetMap handling out to a separate class.</title>
<updated>2022-04-25T08:26:11Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2022-04-25T08:26:11Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libdcp/commit/?id=7c24b62d51e0ddf14af451ef5a543f07b69f111e'/>
<id>urn:sha1:7c24b62d51e0ddf14af451ef5a543f07b69f111e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix/hide some warnings.</title>
<updated>2021-04-13T23:00:05Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2021-04-13T23:00:05Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libdcp/commit/?id=274dd30f2b11fe8ea563a2ac7436c9d463865b0b'/>
<id>urn:sha1:274dd30f2b11fe8ea563a2ac7436c9d463865b0b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Some compilers don't like x = {} where x is a boost::optional&lt;string&gt;</title>
<updated>2021-02-02T21:51:49Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2021-02-02T21:02:29Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libdcp/commit/?id=dce3761b0f82a9273aca8a0d39743aee6740c8e4'/>
<id>urn:sha1:dce3761b0f82a9273aca8a0d39743aee6740c8e4</id>
<content type='text'>
Fails on ubuntu 16 and debian 9.
</content>
</entry>
<entry>
<title>Tidying.</title>
<updated>2021-01-24T21:56:33Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2021-01-24T21:56:33Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libdcp/commit/?id=e1e7de8d73bedd0c741e7df0390068c67867e09f'/>
<id>urn:sha1:e1e7de8d73bedd0c741e7df0390068c67867e09f</id>
<content type='text'>
</content>
</entry>
</feed>
