| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-08-01 | Handle angle brackets / tags better in SubRip files. | Carl Hetherington | |
| Before we would assume that < starts a tag, and so parse things like << some text >> incorrectly. Now we search for the tags we are interested in and pass anything else through. | |||
| 2021-07-31 | Remove some out-of-date comments. | Carl Hetherington | |
| 2021-07-14 | Fix boost bind warning. | Carl Hetherington | |
| 2021-06-03 | Fix line numbers in binary STL files. | Carl Hetherington | |
| 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. | |||
| 2021-06-03 | Add "U8" character code table for binary STL. | Carl Hetherington | |
| 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. | |||
| 2021-01-22 | Small C++11 tweaks. | Carl Hetherington | |
| 2021-01-21 | Fix for new libdcp API. | Carl Hetherington | |
| 2021-01-21 | const build fix. | Carl Hetherington | |
| 2021-01-13 | Remove use of boost foreach. | Carl Hetherington | |
| 2021-01-13 | Replace list with vector in most of the API. | Carl Hetherington | |
| 2021-01-09 | c++11 tidying. | Carl Hetherington | |
| 2021-01-08 | Remove unused stuff. | Carl Hetherington | |
| 2021-01-05 | std::shared_ptr | Carl Hetherington | |
| 2020-12-21 | Fix another unused variable warning. | Carl Hetherington | |
| 2020-12-03 | Fix some unused variable warnings. | Carl Hetherington | |
| 2020-09-30 | Allow colours in font color tags to have no surrounding | Carl Hetherington | |
| quotation marks. | |||
| 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-04-01 | Remove confusing use of repeated loop counters. | Carl Hetherington | |
| 2020-03-26 | Fix binary STL output with subs that are too big for a single TTI block. | Carl Hetherington | |
| Forward-ported from 82f9ab96faeef0eb684c357d76d27f3737cf1d55 in v1.4.x. | |||
| 2020-03-26 | Add a FIXME. | Carl Hetherington | |
| 2020-03-26 | Use BOOST_FOREACH. | Carl Hetherington | |
| 2020-03-26 | Add FIXME. | Carl Hetherington | |
| 2020-03-26 | We only use 128 bytes of the buffer for TTI blocks. | Carl Hetherington | |
| 2020-02-14 | Support SSA tags in SRT files (DoM #938). | Carl Hetherington | |
| 2020-02-14 | Make horizontal position references correct when parsing \anX | Carl Hetherington | |
| 2020-02-14 | Clarify meaning of horizontal and vertical references. | Carl Hetherington | |
| 2020-02-13 | Factor SSA style parsing out to separate method. | Carl Hetherington | |
| 2020-01-30 | Possibly-missing include. | Carl Hetherington | |
| 2020-01-23 | Add hack for binary STL files with high MNR (maximum number of rows) values. | Carl Hetherington | |
| 2020-01-23 | Add option to read binary STL from a FILE * | Carl Hetherington | |
| 2020-01-23 | Split InputReader into InputReader and StreamInputReader. | Carl Hetherington | |
| 2020-01-23 | Introduce InputReader to read data from the file and do low-level parsing. | Carl Hetherington | |
| 2020-01-23 | Move the body of dumpsubs out into a method. | Carl Hetherington | |
| 2019-07-14 | Support rgba() colour specifiers in Subrip files; not sure if they are ↵ | Carl Hetherington | |
| strictly allowed but part of WebVTT. | |||
| 2019-07-14 | Fix crash with unexpected <font> color formats. | Carl Hetherington | |
| 2019-07-11 | Improve SSA colour parsing. | Carl Hetherington | |
| 2019-06-24 | Add support for \c in SSA. | Carl Hetherington | |
| 2019-03-26 | Missing #include. | Carl Hetherington | |
| 2019-03-23 | Add another conversion. | Carl Hetherington | |
| 2019-03-22 | Missing #include. | Carl Hetherington | |
| 2019-03-22 | Remove old #include. | Carl Hetherington | |
| 2019-03-15 | Give better errors on malformed subrip times. | Carl Hetherington | |
| 2019-03-12 | Missing files. | Carl Hetherington | |
| 2019-03-12 | Remove sstream dependency. | Carl Hetherington | |
| 2019-02-08 | Tweak previous. | Carl Hetherington | |
| 2019-02-08 | Fix crash with empty SSA subtitle. | Carl Hetherington | |
| 2019-01-29 | Fix crash on malformed SubRip file (dcpomatic #1454). | Carl Hetherington | |
| 2019-01-23 | Strip Unicode U+202B (right-to-left-embedding) code; it looks like DoM does ↵ | Carl Hetherington | |
| RTL (at least) partially correctly without this. | |||
| 2019-01-17 | Missing .srt handler in reader_factory. | Carl Hetherington | |
| 2018-09-27 | Cope with mixed-case subrip tags. | Carl Hetherington | |
