| 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-01-22 | Small C++11 tweaks. | Carl Hetherington | |
| 2021-01-13 | Replace list with vector in most of the API. | Carl Hetherington | |
| 2020-09-30 | Allow colours in font color tags to have no surrounding | Carl Hetherington | |
| quotation marks. | |||
| 2020-02-14 | Support SSA tags in SRT files (DoM #938). | 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-03-15 | Give better errors on malformed subrip times. | Carl Hetherington | |
| 2019-03-12 | Remove sstream dependency. | 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. | |||
| 2018-09-27 | Cope with mixed-case subrip tags. | Carl Hetherington | |
| 2017-01-23 | Fix failure to parse subrip where there are extra spaces in the ↵ | Carl Hetherington | |
| time/position line. | |||
| 2016-09-20 | Give a more informative exception on SubRip parse failures. | Carl Hetherington | |
| 2016-07-22 | Use locked_sstream. | Carl Hetherington | |
| 2016-06-09 | Don't specify arbitrary guessed stuff. | Carl Hetherington | |
| 2016-06-02 | Merge branch '1.0' of git.carlh.net:git/libsub into 1.0 | Carl Hetherington | |
| 2016-06-02 | Remove unicode BOM from SSA files. | Carl Hetherington | |
| 2016-05-23 | Add another test and allow spaces at the end of time/position lines. | Carl Hetherington | |
| 2016-04-04 | Tidy subrip parsing a bit and fix failure to persist | Carl Hetherington | |
| italic/bold etc. across multiple lines of one subtitle (DCP-o-matic bug #837). | |||
| 2016-02-11 | Extract get_line_{file,stringstream} into standalone methods. | Carl Hetherington | |
| 2015-12-04 | Comment. | Carl Hetherington | |
| 2015-09-25 | Support reading subrip subtitles from a string; remove UTF-16 test. | Carl Hetherington | |
| 2015-07-07 | Missing iostream includes for Arch. | Carl Hetherington | |
| 2015-07-02 | Fix font parse error. | Carl Hetherington | |
| 2015-07-02 | Add support for reading <font> tags in SubRip. | Carl Hetherington | |
| 2015-06-14 | Skip Unicode BOM at the start of subrip files. | 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-21 | Add comment. | 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-10-06 | Fix warning. | Carl Hetherington | |
| 2014-10-06 | Basic and scruffy Subrip read support. | Carl Hetherington | |
