<feed xmlns='http://www.w3.org/2005/Atom'>
<title>libsub/src, branch v1.4.21</title>
<subtitle>Subtitle handling library</subtitle>
<id>https://git.carlh.net/cgit/libsub/atom?h=v1.4.21</id>
<link rel='self' href='https://git.carlh.net/cgit/libsub/atom?h=v1.4.21'/>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libsub/'/>
<updated>2020-03-26T22:03:23Z</updated>
<entry>
<title>Another solution to binary STL subs that are too big for a single TTI block.</title>
<updated>2020-03-26T22:03:23Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2020-03-26T22:03:23Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libsub/commit/?id=82f9ab96faeef0eb684c357d76d27f3737cf1d55'/>
<id>urn:sha1:82f9ab96faeef0eb684c357d76d27f3737cf1d55</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Revert "Write one TTI block per subtitle line for binary STL."</title>
<updated>2020-03-26T20:45:46Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2020-03-26T20:45:46Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libsub/commit/?id=697c1f99a4f9facdcde30d50154d778e69cead70'/>
<id>urn:sha1:697c1f99a4f9facdcde30d50154d778e69cead70</id>
<content type='text'>
It's wrong as where multiple TTI blocks are used only the first
block of the subtitle carries relevant information for time in/out,
position, justification and comment.

This reverts commit c18e3a2e54f992245feeac384a41792b82f698aa.
</content>
</entry>
<entry>
<title>Add a FIXME.</title>
<updated>2020-03-26T20:45:14Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2020-03-26T20:45:14Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libsub/commit/?id=e951d8da6a9540d279b4987aaeea407510eef2ea'/>
<id>urn:sha1:e951d8da6a9540d279b4987aaeea407510eef2ea</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Write one TTI block per subtitle line for binary STL.</title>
<updated>2020-03-25T12:23:29Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2020-03-25T12:23:29Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libsub/commit/?id=c18e3a2e54f992245feeac384a41792b82f698aa'/>
<id>urn:sha1:c18e3a2e54f992245feeac384a41792b82f698aa</id>
<content type='text'>
This has a number of apparent advantages.  Mainly, it increases
the amount of text we can cope with in a single subtitle; before
any subtitle with a total length of 111 characters would be truncated
(and truncated wrongly, incidentally).

Also it simplifies the code for putting different lines in their
correct positions and allows individual lines to have different
horizontal position references.
</content>
</entry>
<entry>
<title>Use BOOST_FOREACH.</title>
<updated>2020-03-25T12:11:45Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2020-03-25T12:11:45Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libsub/commit/?id=ce61552e26fd47fdca523e70b3e3b612bbcd10a3'/>
<id>urn:sha1:ce61552e26fd47fdca523e70b3e3b612bbcd10a3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add FIXME.</title>
<updated>2020-03-25T12:02:31Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2020-03-25T12:02:31Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libsub/commit/?id=1c82568fa688351444b56dd190de33df29f688f5'/>
<id>urn:sha1:1c82568fa688351444b56dd190de33df29f688f5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>We only use 128 bytes of the buffer for TTI blocks.</title>
<updated>2020-03-25T12:02:05Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2020-03-25T12:02:05Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libsub/commit/?id=0f94df9bbd9165a1fe09efe7814d49972f480ee2'/>
<id>urn:sha1:0f94df9bbd9165a1fe09efe7814d49972f480ee2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Missing #include.</title>
<updated>2020-01-24T00:19:52Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2020-01-24T00:19:52Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libsub/commit/?id=54e627e3afda3586b5523c4384596c1d2fa38a97'/>
<id>urn:sha1:54e627e3afda3586b5523c4384596c1d2fa38a97</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add hack for binary STL files with high MNR (maximum number of rows) values.</title>
<updated>2020-01-23T20:20:34Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2020-01-23T14:37:13Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libsub/commit/?id=e5651d029c1fb6850b45f0c275a6108bd21cd5e3'/>
<id>urn:sha1:e5651d029c1fb6850b45f0c275a6108bd21cd5e3</id>
<content type='text'>
Backported from ba69e87b6d64c6f9ce015bf657a195c070762344 in master.
</content>
</entry>
<entry>
<title>Add option to read binary STL from a FILE *</title>
<updated>2020-01-23T20:20:24Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2020-01-23T14:12:25Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libsub/commit/?id=80eb14cdc36b038ce37af899c42f1b31f9eb7679'/>
<id>urn:sha1:80eb14cdc36b038ce37af899c42f1b31f9eb7679</id>
<content type='text'>
Backported from 407407a253b9d71cf212402e5896000a81dfd318 in master.
</content>
</entry>
</feed>
