| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-04-01 | Fix incorrect calculation of extension block number (EBN); previously | Carl Hetherington | |
| an incorrect 0 would be used if the line length was exactly 112. | |||
| 2020-03-26 | Another solution to binary STL subs that are too big for a single TTI block.v1.4.21 | Carl Hetherington | |
| 2020-03-26 | Revert "Write one TTI block per subtitle line for binary STL." | Carl Hetherington | |
| 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. | |||
| 2020-03-25 | Write one TTI block per subtitle line for binary STL. | Carl Hetherington | |
| 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. | |||
| 2020-03-25 | Use BOOST_FOREACH. | Carl Hetherington | |
| 2020-03-25 | Add FIXME. | Carl Hetherington | |
| 2020-03-25 | We only use 128 bytes of the buffer for TTI blocks. | Carl Hetherington | |
| 2017-07-28 | Make HorizontalPosition a class containing a reference enum. | Carl Hetherington | |
| 2017-07-28 | CENTRE_OF_SCREEN -> VERTICAL_CENTRE_OF_SCREEN. | Carl Hetherington | |
| 2017-07-18 | Fix Time::add which was broken when adding times with different rates. | Carl Hetherington | |
| 2017-01-11 | Forward-port STL binary writer from master, pulling in horizontal position ↵ | Carl Hetherington | |
| stuff. | |||
| 2016-10-31 | Put newline after closing italic / bold when writing binary STL. | Carl Hetherington | |
| 2016-09-13 | Fix STL italic / underline (from master). | Carl Hetherington | |
| 2016-07-22 | Use locked_sstream. | Carl Hetherington | |
| 2015-12-16 | Replace use of cassert with exceptions. | Carl Hetherington | |
| 2015-12-16 | No-op; remove trailing whitespace. | Carl Hetherington | |
| 2015-01-20 | Simplify time representation; better in-tree DCP subtitle parser. | Carl Hetherington | |
| 2015-01-14 | Forward-port some stuff from 0.x. | Carl Hetherington | |
| 2014-12-01 | Some doc improvements. | Carl Hetherington | |
| 2014-12-01 | Tweak comment. | Carl Hetherington | |
| 2014-12-01 | Tweaks to vertical positioning in STL export. | Carl Hetherington | |
| 2014-10-06 | Template-ize collect so that any container can be used. | Carl Hetherington | |
| Add new vertical reference of TOP_OF_SUBTITLE, and use references with line numbers as well as proportional specifiers. Add a couple of methods to MetricTime. | |||
| 2014-08-02 | Use FAB subtitler's rather odd DFC -> frame rate mapping. | Carl Hetherington | |
| 2014-06-24 | Mark the first, only and hence last TTI block in a subtitle set as the last ↵ | Carl Hetherington | |
| one, as per spec. | |||
| 2014-06-23 | memset() buffers to keep tests repeatable. | Carl Hetherington | |
| 2014-06-21 | Put all subtitles in group 1. | Carl Hetherington | |
| 2014-06-21 | Fix incorrect assertion. | Carl Hetherington | |
| 2014-06-04 | Various small bug fixes. | Carl Hetherington | |
| 2014-06-04 | Fix country of origin length when writing. | Carl Hetherington | |
| 2014-05-30 | Encode to ISO6937 on the way into STL binary. | Carl Hetherington | |
| 2014-05-30 | Various fixes to STL read/write. | Carl Hetherington | |
| 2014-05-30 | Split up into RawSubtitle and Subtitle, with collect(). Hopefully cleaner. | Carl Hetherington | |
| 2014-05-29 | Various tinkering with STL write. | Carl Hetherington | |
| 2014-05-29 | Separate out STL binary tables so that writer can use them; start of writer. | Carl Hetherington | |
| 2014-05-29 | Re-work Subtitle class; remove STL text writer. | Carl Hetherington | |
