<feed xmlns='http://www.w3.org/2005/Atom'>
<title>libdcp/tools/dcpdiff.cc, branch fed43</title>
<subtitle>DCP handling library</subtitle>
<id>https://git.carlh.net/cgit/libdcp/atom?h=fed43</id>
<link rel='self' href='https://git.carlh.net/cgit/libdcp/atom?h=fed43'/>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libdcp/'/>
<updated>2025-03-25T08:31:04Z</updated>
<entry>
<title>Adjust filter_notes to also handle the ignore_bv21_smpte flag.</title>
<updated>2025-03-25T08:31:04Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2025-03-25T08:31:04Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libdcp/commit/?id=7abe0aaa61fb98faf97c595ffaae86f3794217c6'/>
<id>urn:sha1:7abe0aaa61fb98faf97c595ffaae86f3794217c6</id>
<content type='text'>
This fixes a problem where the Bv21 SMPTE warning appears in HTML
reports.
</content>
</entry>
<entry>
<title>Make MainSoundConfiguration behave "correctly" with badly-formatted strings.</title>
<updated>2025-01-19T21:48:28Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2025-01-14T22:50:38Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libdcp/commit/?id=eb28997f188c905af40054e4139251ebf1756ae4'/>
<id>urn:sha1:eb28997f188c905af40054e4139251ebf1756ae4</id>
<content type='text'>
Add some documentation for a design "principle" when handling malformatted
data, and make MainSoundConfiguration adhere to that.
</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'origin/main' into v1.9.x</title>
<updated>2024-09-25T00:10:44Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2024-09-25T00:10:44Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libdcp/commit/?id=c0418f2a763407424d986c82ed147fbeaa2d9416'/>
<id>urn:sha1:c0418f2a763407424d986c82ed147fbeaa2d9416</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove unused references to boost::signals2.</title>
<updated>2024-09-21T21:04:32Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2024-09-21T21:04:32Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libdcp/commit/?id=3c8e87575da3795aa31ed9653da72abb8ed88996'/>
<id>urn:sha1:3c8e87575da3795aa31ed9653da72abb8ed88996</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Subtitle{,String,Image} -&gt; Text{,String,Image}.</title>
<updated>2024-08-17T10:57:31Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2024-06-28T19:49:44Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libdcp/commit/?id=a5adc9221d0af15f345cd3dbc76f37ee47fe65d5'/>
<id>urn:sha1:a5adc9221d0af15f345cd3dbc76f37ee47fe65d5</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>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>Remove LIBDCP_VERSION in favour of dcp::version.</title>
<updated>2023-02-26T20:07:13Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2023-02-26T20:07:11Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libdcp/commit/?id=4d86fd0dbb6a29a233577803c5541e962d4d58ef'/>
<id>urn:sha1:4d86fd0dbb6a29a233577803c5541e962d4d58ef</id>
<content type='text'>
The former is only set at configure which is a bit confusing,
and I can't think of a reason to have both.
</content>
</entry>
<entry>
<title>Remove some unused #includes.</title>
<updated>2021-01-22T10:03:12Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2021-01-22T10:03:12Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libdcp/commit/?id=ef88f2938b889d04c312de90970b64c2efad9cfd'/>
<id>urn:sha1:ef88f2938b889d04c312de90970b64c2efad9cfd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Assorted c++11 cleanups.</title>
<updated>2021-01-22T00:39:22Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2021-01-22T00:39:22Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libdcp/commit/?id=5fbcd3a8dc711c6c42efabbac72ab0408f504ea2'/>
<id>urn:sha1:5fbcd3a8dc711c6c42efabbac72ab0408f504ea2</id>
<content type='text'>
</content>
</entry>
</feed>
