| 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-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-06-03 | Small C++11 tidy-up. | 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-05 | std::shared_ptr | Carl Hetherington | |
| 2020-09-30 | Obfuscate some test file names. | Carl Hetherington | |
| 2020-09-30 | Allow colours in font color tags to have no surrounding | Carl Hetherington | |
| quotation marks. | |||
| 2020-09-30 | Add a test. | Carl Hetherington | |
| 2020-04-01 | New test. | 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 another test. | Carl Hetherington | |
| 2020-02-14 | Support SSA tags in SRT files (DoM #938). | Carl Hetherington | |
| 2020-01-23 | Add a test for the FILE * STL reader. | Carl Hetherington | |
| 2020-01-23 | Make the STL binary reader test better. | 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-06-24 | Add support for \c in SSA. | Carl Hetherington | |
| 2019-03-12 | Remove sstream dependency. | Carl Hetherington | |
| 2019-02-08 | Add some more tests. | 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 | |
| 2018-01-19 | Swap meaning of STL23.01 and STL24.01 in binary STL files, | Carl Hetherington | |
| as requested by TJ and apparently as now used by Annotation Edit. | |||
| 2017-09-18 | Fix unicode prime symbol to become a quotation mark. | Carl Hetherington | |
| 2017-07-28 | Missing files. | Carl Hetherington | |
| 2017-07-28 | Support \fs in ssa.1.0-more-ssa-tags | Carl Hetherington | |
| 2017-07-28 | Support \pos in ssa. | Carl Hetherington | |
| 2017-07-28 | CENTRE_OF_SCREEN -> VERTICAL_CENTRE_OF_SCREEN. | Carl Hetherington | |
| 2017-07-21 | Fix completely-broken Time::scale. | Carl Hetherington | |
| 2017-07-18 | Fix Time::add which was broken when adding times with different rates. | Carl Hetherington | |
| 2017-01-23 | Fix failure to parse subrip where there are extra spaces in the ↵ | Carl Hetherington | |
| time/position line. | |||
| 2017-01-11 | Re-fix test reference. | Carl Hetherington | |
| 2017-01-11 | Replace DCP parser with basic version that uses libdcp. | Carl Hetherington | |
| 2017-01-11 | Update test reference. | Carl Hetherington | |
| 2016-09-20 | Give a more informative exception on SubRip parse failures. | Carl Hetherington | |
| 2016-09-13 | Update test for previous commit. | Carl Hetherington | |
| 2016-08-12 | Missing files. | Carl Hetherington | |
| 2016-08-12 | Forward-port some STL fixes from libsub. | Carl Hetherington | |
| 2016-08-12 | Add check for file existence. | Carl Hetherington | |
| 2016-08-12 | Fix build. | Carl Hetherington | |
| 2016-07-22 | Fix build. | Carl Hetherington | |
| 2016-07-22 | Use locked_sstream. | Carl Hetherington | |
| 2016-07-22 | Trim some includes. | Carl Hetherington | |
| 2016-06-26 | Add another subrip test. | Carl Hetherington | |
| 2016-06-26 | Fix coalesced override codes (\i1\b1 and such). | Carl Hetherington | |
| 2016-06-20 | Accept V4+ styles as well as V4 ones in SSA. | Carl Hetherington | |
| 2016-06-20 | Fix bold and newlines (in some cases) in SSA. | Carl Hetherington | |
| 2016-06-19 | Fix some small errors in SSA/ASS parsing. | Carl Hetherington | |
| 2016-06-11 | Support an commands in SSA. | Carl Hetherington | |
