<feed xmlns='http://www.w3.org/2005/Atom'>
<title>libdcp/src/cpl.cc, branch 2801-cap</title>
<subtitle>DCP handling library</subtitle>
<id>https://git.carlh.net/cgit/libdcp/atom?h=2801-cap</id>
<link rel='self' href='https://git.carlh.net/cgit/libdcp/atom?h=2801-cap'/>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libdcp/'/>
<updated>2024-06-28T15:46:42Z</updated>
<entry>
<title>wip</title>
<updated>2024-06-28T15:46:42Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2024-06-28T15:46:42Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libdcp/commit/?id=85eebdf558ca89ce53bb59a0127f1c804e82981b'/>
<id>urn:sha1:85eebdf558ca89ce53bb59a0127f1c804e82981b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rename ReelClosedCaptionAsset -&gt; ReelCaptionAsset</title>
<updated>2024-06-09T16:53:06Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2024-06-09T15:02:38Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libdcp/commit/?id=4e205f8eeb63647b6d33d6a0426ee11c4a391b5f'/>
<id>urn:sha1:4e205f8eeb63647b6d33d6a0426ee11c4a391b5f</id>
<content type='text'>
for symmetry with ReelSubtitleAsset.
</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'origin/main' into v1.9.x</title>
<updated>2024-04-18T09:51:03Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2024-04-18T09:51:03Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libdcp/commit/?id=816365d20e0c6ef37b6bf499a42a0d3ecad22c05'/>
<id>urn:sha1:816365d20e0c6ef37b6bf499a42a0d3ecad22c05</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make some not-so-important CPL read errors non-fatal (DoM #2797).</title>
<updated>2024-04-17T20:19:02Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2024-04-17T20:19:02Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libdcp/commit/?id=869462070671b273ac528e075ac1c00a417cc8a0'/>
<id>urn:sha1:869462070671b273ac528e075ac1c00a417cc8a0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add Dolby EDR metadata support (GH #12).</title>
<updated>2024-04-15T21:29:36Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2024-04-15T21:29:36Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libdcp/commit/?id=0a8f2a1a2058f0461a7f978295e31af34a03bb40'/>
<id>urn:sha1:0a8f2a1a2058f0461a7f978295e31af34a03bb40</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Generalise sign language video tag handling and add test.</title>
<updated>2024-04-15T21:29:13Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2024-04-15T21:29:13Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libdcp/commit/?id=f22433bfab1cae79a9f4cab7286a27ca09d11715'/>
<id>urn:sha1:f22433bfab1cae79a9f4cab7286a27ca09d11715</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Replace xmlpp::Node::add_child with cxml::add_child.</title>
<updated>2024-03-20T17:21:14Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2024-02-08T23:29:00Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libdcp/commit/?id=8f1f5db2b193fe1db7eeabda2a7b3eee03dde886'/>
<id>urn:sha1:8f1f5db2b193fe1db7eeabda2a7b3eee03dde886</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>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>
</feed>
