<feed xmlns='http://www.w3.org/2005/Atom'>
<title>libdcp/src/asset.cc, branch v1.8.78</title>
<subtitle>DCP handling library</subtitle>
<id>https://git.carlh.net/cgit/libdcp/atom?h=v1.8.78</id>
<link rel='self' href='https://git.carlh.net/cgit/libdcp/atom?h=v1.8.78'/>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libdcp/'/>
<updated>2023-07-25T13:28:11Z</updated>
<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 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>
</feed>
