<feed xmlns='http://www.w3.org/2005/Atom'>
<title>libsub/test, 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>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 tidy-up.</title>
<updated>2021-06-03T14:05:26Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2021-06-03T14:05:26Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libsub/commit/?id=ceb9ad4b9a6611da0e49e7c3f808dba5e794cec3'/>
<id>urn:sha1:ceb9ad4b9a6611da0e49e7c3f808dba5e794cec3</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>
<entry>
<title>std::shared_ptr</title>
<updated>2021-01-05T01:09:49Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2020-12-20T13:11:13Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libsub/commit/?id=47727a7c80b60a0fd0ce18d8347b14241fc48f97'/>
<id>urn:sha1:47727a7c80b60a0fd0ce18d8347b14241fc48f97</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Obfuscate some test file names.</title>
<updated>2020-09-30T19:20:32Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2020-09-30T19:20:32Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libsub/commit/?id=96485f51e7a0c01da5f238e106402c4736597bc0'/>
<id>urn:sha1:96485f51e7a0c01da5f238e106402c4736597bc0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Allow colours in font color tags to have no surrounding</title>
<updated>2020-09-30T19:07:28Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2020-09-30T19:07:28Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libsub/commit/?id=a61dd7004929d59e882974640a2cc7526b13bfd6'/>
<id>urn:sha1:a61dd7004929d59e882974640a2cc7526b13bfd6</id>
<content type='text'>
quotation marks.
</content>
</entry>
<entry>
<title>Add a test.</title>
<updated>2020-09-30T18:59:49Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2020-09-30T18:59:49Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libsub/commit/?id=52b2a3423147294df30a6a8c0f31c6d0412805c5'/>
<id>urn:sha1:52b2a3423147294df30a6a8c0f31c6d0412805c5</id>
<content type='text'>
</content>
</entry>
</feed>
