<feed xmlns='http://www.w3.org/2005/Atom'>
<title>libsub/src/stl_binary_writer.cc, branch videocon-1</title>
<subtitle>Subtitle handling library</subtitle>
<id>https://git.carlh.net/cgit/libsub/atom?h=videocon-1</id>
<link rel='self' href='https://git.carlh.net/cgit/libsub/atom?h=videocon-1'/>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libsub/'/>
<updated>2020-04-01T13:24:01Z</updated>
<entry>
<title>Fix incorrect calculation of extension block number (EBN); previously</title>
<updated>2020-04-01T13:24:01Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2020-04-01T13:24:01Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libsub/commit/?id=7768ed0a0337b6634f6cc3c51f1eaf20c8715e30'/>
<id>urn:sha1:7768ed0a0337b6634f6cc3c51f1eaf20c8715e30</id>
<content type='text'>
an incorrect 0 would be used if the line length was exactly 112.
</content>
</entry>
<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>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>Make HorizontalPosition a class containing a reference enum.</title>
<updated>2017-07-28T14:50:26Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2017-07-28T14:50:26Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libsub/commit/?id=9d44328087d41016745ace95e7e989135056149b'/>
<id>urn:sha1:9d44328087d41016745ace95e7e989135056149b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>CENTRE_OF_SCREEN -&gt; VERTICAL_CENTRE_OF_SCREEN.</title>
<updated>2017-07-28T14:44:48Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2017-07-28T14:44:48Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libsub/commit/?id=084eff7331b1a7c9923282c5860f490648ad633a'/>
<id>urn:sha1:084eff7331b1a7c9923282c5860f490648ad633a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix Time::add which was broken when adding times with different rates.</title>
<updated>2017-07-18T09:38:17Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2017-07-18T09:37:51Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libsub/commit/?id=a25cc3fda26e2bbc6b1c3786cc7f2ed7141a29f0'/>
<id>urn:sha1:a25cc3fda26e2bbc6b1c3786cc7f2ed7141a29f0</id>
<content type='text'>
</content>
</entry>
</feed>
