<feed xmlns='http://www.w3.org/2005/Atom'>
<title>libdcp/src/wscript, branch oj1-again</title>
<subtitle>DCP handling library</subtitle>
<id>https://git.carlh.net/cgit/libdcp/atom?h=oj1-again</id>
<link rel='self' href='https://git.carlh.net/cgit/libdcp/atom?h=oj1-again'/>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libdcp/'/>
<updated>2024-04-07T17:06:24Z</updated>
<entry>
<title>Re-add option to build with openjpeg 1.5.x.</title>
<updated>2024-04-07T17:06:24Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2024-04-06T20:34:10Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libdcp/commit/?id=d8504c2d684128af07589ebe99f69321daeef37a'/>
<id>urn:sha1:d8504c2d684128af07589ebe99f69321daeef37a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add ScopeGuard.</title>
<updated>2024-01-08T16:53:12Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2024-01-08T15:01:04Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libdcp/commit/?id=af52b7b6cd86d555f7b5b611eab1ade3cf0b6c6e'/>
<id>urn:sha1:af52b7b6cd86d555f7b5b611eab1ade3cf0b6c6e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Simple pass-through of &lt;Ruby&gt; tags in subtitles.</title>
<updated>2023-11-15T19:14:55Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2023-11-15T19:14:55Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libdcp/commit/?id=e3fa86ef35f212b14b593dd36dbff66e845d37e4'/>
<id>urn:sha1:e3fa86ef35f212b14b593dd36dbff66e845d37e4</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: extract HAlign to its own files.</title>
<updated>2023-08-22T21:18:20Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2023-08-22T21:18:20Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libdcp/commit/?id=b631f906ac2adb0e7a6c34d3535a31dd6b2e6f27'/>
<id>urn:sha1:b631f906ac2adb0e7a6c34d3535a31dd6b2e6f27</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Cleanup: extract VAlign to its own files.</title>
<updated>2023-08-22T21:11:18Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2023-08-22T21:11:18Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libdcp/commit/?id=de40756eed79a4df7cb614e2746057f6b2a76872'/>
<id>urn:sha1:de40756eed79a4df7cb614e2746057f6b2a76872</id>
<content type='text'>
</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>Be explicit about the version of SMPTE 428-7 that is used for subtitles,</title>
<updated>2023-02-17T23:35:01Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2022-12-11T21:27:34Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libdcp/commit/?id=214c3093f7e985cde610457fae9e1f97068efde5'/>
<id>urn:sha1:214c3093f7e985cde610457fae9e1f97068efde5</id>
<content type='text'>
and default to writing the 2014 namespace.
</content>
</entry>
<entry>
<title>Add UTCOffset class.</title>
<updated>2022-12-13T20:57:52Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2022-11-29T10:55:26Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libdcp/commit/?id=0ece82d184b618a8314bc07d4a447f856847104f'/>
<id>urn:sha1:0ece82d184b618a8314bc07d4a447f856847104f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Replace ContentKind enum with a class.</title>
<updated>2022-09-02T20:43:19Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2022-09-02T20:43:19Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libdcp/commit/?id=d9b957d7da123e4b6e5f2449f5d45c12fce225f8'/>
<id>urn:sha1:d9b957d7da123e4b6e5f2449f5d45c12fce225f8</id>
<content type='text'>
</content>
</entry>
</feed>
