Fix incorrect calculation of extension block number (EBN); previously
[libsub.git] / src / stl_binary_writer.cc
2020-04-01 Carl HetheringtonFix incorrect calculation of extension block number...
2020-03-26 Carl HetheringtonFix binary STL output with subs that are too big for...
2020-03-26 Carl HetheringtonUse BOOST_FOREACH.
2020-03-26 Carl HetheringtonAdd FIXME.
2020-03-26 Carl HetheringtonWe only use 128 bytes of the buffer for TTI blocks.
2019-03-12 Carl HetheringtonRemove sstream dependency.
2017-07-28 Carl HetheringtonMake HorizontalPosition a class containing a reference...
2017-07-28 Carl HetheringtonCENTRE_OF_SCREEN -> VERTICAL_CENTRE_OF_SCREEN.
2017-07-18 Carl HetheringtonFix Time::add which was broken when adding times with...
2017-01-11 Carl HetheringtonForward-port STL binary writer from master, pulling...
2016-10-31 Carl HetheringtonPut newline after closing italic / bold when writing...
2016-09-13 Carl HetheringtonFix STL italic / underline (from master).
2016-07-22 Carl HetheringtonUse locked_sstream.
2015-12-18 Carl HetheringtonMerge branch '1.0' of git.carlh.net:git/libsub into 1.0
2015-12-16 Carl HetheringtonReplace use of cassert with exceptions.
2015-12-16 Carl HetheringtonNo-op; remove trailing whitespace.
2015-01-20 Carl HetheringtonSimplify time representation; better in-tree DCP subtit...
2015-01-14 Carl HetheringtonForward-port some stuff from 0.x.
2014-12-01 Carl HetheringtonSome doc improvements.
2014-12-01 Carl HetheringtonTweak comment.
2014-12-01 Carl HetheringtonTweaks to vertical positioning in STL export.
2014-10-06 Carl HetheringtonTemplate-ize collect so that any container can be used.
2014-08-02 Carl HetheringtonUse FAB subtitler's rather odd DFC -> frame rate mapping.
2014-06-24 Carl HetheringtonMark the first, only and hence last TTI block in a...
2014-06-23 Carl Hetheringtonmemset() buffers to keep tests repeatable.
2014-06-21 Carl HetheringtonPut all subtitles in group 1.
2014-06-21 Carl HetheringtonFix incorrect assertion.
2014-06-04 Carl HetheringtonVarious small bug fixes.
2014-06-04 Carl HetheringtonFix country of origin length when writing.
2014-05-30 Carl HetheringtonEncode to ISO6937 on the way into STL binary.
2014-05-30 Carl HetheringtonVarious fixes to STL read/write.
2014-05-30 Carl HetheringtonSplit up into RawSubtitle and Subtitle, with collect...
2014-05-29 Carl HetheringtonVarious tinkering with STL write.
2014-05-29 Carl HetheringtonSeparate out STL binary tables so that writer can use...
2014-05-29 Carl HetheringtonRe-work Subtitle class; remove STL text writer.