<feed xmlns='http://www.w3.org/2005/Atom'>
<title>libdcp/src/util.h, branch fmt3</title>
<subtitle>DCP handling library</subtitle>
<id>https://git.carlh.net/cgit/libdcp/atom?h=fmt3</id>
<link rel='self' href='https://git.carlh.net/cgit/libdcp/atom?h=fmt3'/>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libdcp/'/>
<updated>2024-02-25T18:58:20Z</updated>
<entry>
<title>Remove unused method.</title>
<updated>2024-02-25T18:58:20Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2024-02-24T20:45:40Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libdcp/commit/?id=b9828b6220729431a6c294abb72cba76e4e34313'/>
<id>urn:sha1:b9828b6220729431a6c294abb72cba76e4e34313</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add write_string_to_file().</title>
<updated>2024-02-17T22:49:33Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2024-02-17T22:49:33Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libdcp/commit/?id=25c94845432db88a7ee3db459559eb555b8630b0'/>
<id>urn:sha1:25c94845432db88a7ee3db459559eb555b8630b0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Report progress with done/total rather than a float.</title>
<updated>2023-11-19T21:34:01Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2023-11-12T21:24:12Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libdcp/commit/?id=c46f6125c482f2a3361cd33d1e1163927f038e9d'/>
<id>urn:sha1:c46f6125c482f2a3361cd33d1e1163927f038e9d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rationalise #undef-ing of ERROR.</title>
<updated>2023-07-26T21:02:51Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2023-07-25T20:00:47Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libdcp/commit/?id=9f7980e15f14c0d5f6b59e53b9bf939e62df20c9'/>
<id>urn:sha1:9f7980e15f14c0d5f6b59e53b9bf939e62df20c9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Include trimming.</title>
<updated>2023-07-25T13:38:50Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2023-07-25T13:38:50Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libdcp/commit/?id=d4270052ecfd3f75314fc8ea0e22c20384ff8b3c'/>
<id>urn:sha1:d4270052ecfd3f75314fc8ea0e22c20384ff8b3c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Replace slightly weird add_font_assets() API.</title>
<updated>2023-04-14T14:05:59Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2023-04-14T14:05:59Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libdcp/commit/?id=7b96b3ceec5d14874628cd8b9cb7a827d266b2f4'/>
<id>urn:sha1:7b96b3ceec5d14874628cd8b9cb7a827d266b2f4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Change how whitespace in subtitles is handled.</title>
<updated>2023-02-16T20:56:22Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2023-02-16T20:56:22Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libdcp/commit/?id=89fbc8d186378cd72ab3e9a259073d45b7b993ad'/>
<id>urn:sha1:89fbc8d186378cd72ab3e9a259073d45b7b993ad</id>
<content type='text'>
Previously we would discard any whitespace subtitle content we found.
This had the side-effect of making a verification test fail (checking
that at least one subtitle is in each reel; blank subtitles are often
used to avoid this warning).

Here we take any subtitle content, whitespace or not, inside a
&lt;Text&gt; or &lt;Image&gt; node which I think is a little more correct.
</content>
</entry>
<entry>
<title>Add and use new File class.</title>
<updated>2022-04-12T20:34:04Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2022-04-12T20:34:04Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libdcp/commit/?id=c83f348adce3a18a9144ecfd73f4629cf060cc2a'/>
<id>urn:sha1:c83f348adce3a18a9144ecfd73f4629cf060cc2a</id>
<content type='text'>
It was always a bit troubling that fopen_boost wasn't exception safe,
and this also fixes a leak where load_ratings_list would never close
the ratings file.
</content>
</entry>
<entry>
<title>Make dcp::init() take a general resources directory rather than specifically tags.</title>
<updated>2022-03-01T19:29:13Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2022-03-01T19:29:13Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libdcp/commit/?id=e61267217a8ca7e65ad42bf34b6488b92eca6389'/>
<id>urn:sha1:e61267217a8ca7e65ad42bf34b6488b92eca6389</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>
