<feed xmlns='http://www.w3.org/2005/Atom'>
<title>libsub/src, branch v1.6.4</title>
<subtitle>Subtitle handling library</subtitle>
<id>https://git.carlh.net/cgit/libsub/atom?h=v1.6.4</id>
<link rel='self' href='https://git.carlh.net/cgit/libsub/atom?h=v1.6.4'/>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libsub/'/>
<updated>2021-08-01T00:01:06Z</updated>
<entry>
<title>Handle angle brackets / tags better in SubRip files.</title>
<updated>2021-08-01T00:01:06Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2021-08-01T00:01:06Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libsub/commit/?id=0515e416e1e31f5063fe7b68cb794cc0872ff3a2'/>
<id>urn:sha1:0515e416e1e31f5063fe7b68cb794cc0872ff3a2</id>
<content type='text'>
Before we would assume that &lt; starts a tag, and so parse things
like &lt;&lt; some text &gt;&gt; incorrectly.  Now we search for the tags
we are interested in and pass anything else through.
</content>
</entry>
<entry>
<title>Remove some out-of-date comments.</title>
<updated>2021-07-31T16:05:25Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2021-07-31T16:05:25Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libsub/commit/?id=c7b4dae773bca9099d2ecdd025e3539516c81966'/>
<id>urn:sha1:c7b4dae773bca9099d2ecdd025e3539516c81966</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix boost bind warning.</title>
<updated>2021-07-14T17:15:43Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2021-07-14T17:15:43Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libsub/commit/?id=f6be8f2cdbcb9c8329ad48c392387ea052ff8b0d'/>
<id>urn:sha1:f6be8f2cdbcb9c8329ad48c392387ea052ff8b0d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix line numbers in binary STL files.</title>
<updated>2021-06-03T19:08:37Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2021-06-03T19:08:37Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libsub/commit/?id=f3d7335ca4229a520f78906277693451cef8dce7'/>
<id>urn:sha1:f3d7335ca4229a520f78906277693451cef8dce7</id>
<content type='text'>
Here we make sure that line numbers end up not larger than the
MNR (maximum number of rows) to try to avoid subtitles going
off the screen.
</content>
</entry>
<entry>
<title>Add "U8" character code table for binary STL.</title>
<updated>2021-06-03T14:17:23Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2021-06-03T14:13:58Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libsub/commit/?id=046ce2e8d22ea384dc7e1e4545bede6fd859d9c3'/>
<id>urn:sha1:046ce2e8d22ea384dc7e1e4545bede6fd859d9c3</id>
<content type='text'>
A file was sent that has "U8" as a STL CCT.  I presume this means
"UTF-8" but I can't see any documentation about it anywhere.

This change accepts U8 as a CCT.  It doesn't look like this value
is actually used anywhere to change how text is parsed, but at
least it doesn't fail now.
</content>
</entry>
<entry>
<title>Small C++11 tweaks.</title>
<updated>2021-01-22T22:29:58Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2021-01-22T22:29:58Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libsub/commit/?id=e3d8790ae7c9f8dbbcc9cd8a1fa5c0fede26b872'/>
<id>urn:sha1:e3d8790ae7c9f8dbbcc9cd8a1fa5c0fede26b872</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix for new libdcp API.</title>
<updated>2021-01-21T19:37:03Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2021-01-21T19:37:03Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libsub/commit/?id=ecc809669af23b45035c2d5a3e3b3be36a9baefc'/>
<id>urn:sha1:ecc809669af23b45035c2d5a3e3b3be36a9baefc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>const build fix.</title>
<updated>2021-01-21T00:56:24Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2021-01-21T00:56:24Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libsub/commit/?id=af2520ec862edea39ac9d96c1fe8754ea2714bd4'/>
<id>urn:sha1:af2520ec862edea39ac9d96c1fe8754ea2714bd4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove use of boost foreach.</title>
<updated>2021-01-13T12:07:32Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2021-01-13T12:07:32Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libsub/commit/?id=4518eac6c41c51e781d2f17e0f26fe7713ac93c1'/>
<id>urn:sha1:4518eac6c41c51e781d2f17e0f26fe7713ac93c1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Replace list with vector in most of the API.</title>
<updated>2021-01-13T12:04:04Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2021-01-13T12:04:04Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libsub/commit/?id=cafee6f81257fa81ee302b5d3ffa82213a0a6a44'/>
<id>urn:sha1:cafee6f81257fa81ee302b5d3ffa82213a0a6a44</id>
<content type='text'>
</content>
</entry>
</feed>
