Handle angle brackets / tags better in SubRip files.
[libsub.git] / test / subrip_reader_test.cc
2021-08-01 Carl HetheringtonHandle angle brackets / tags better in SubRip files.
2021-01-13 Carl HetheringtonReplace list with vector in most of the API.
2020-09-30 Carl HetheringtonObfuscate some test file names.
2020-09-30 Carl HetheringtonAllow colours in font color tags to have no surrounding
2020-09-30 Carl HetheringtonAdd a test.
2020-02-13 Carl HetheringtonSupport SSA tags in SRT files (DoM #938).
2019-07-14 Carl HetheringtonSupport rgba() colour specifiers in Subrip files; not...
2019-01-29 Carl HetheringtonFix crash on malformed SubRip file (dcpomatic #1454).
2019-01-23 Carl HetheringtonStrip Unicode U+202B (right-to-left-embedding) code...
2018-09-27 Carl HetheringtonCope with mixed-case subrip tags.
2017-01-23 Carl HetheringtonFix failure to parse subrip where there are extra space...
2016-09-20 Carl HetheringtonGive a more informative exception on SubRip parse failures.
2016-07-22 Carl HetheringtonFix build.
2016-07-22 Carl HetheringtonTrim some includes.
2016-06-26 Carl HetheringtonMerge branch '1.0' of git.carlh.net:git/libsub into 1.0
2016-06-26 Carl HetheringtonAdd another subrip test.
2016-06-09 Carl HetheringtonDon't specify arbitrary guessed stuff.
2016-06-02 Carl HetheringtonMerge branch '1.0' of git.carlh.net:git/libsub into 1.0
2016-05-23 Carl HetheringtonAdd another test and allow spaces at the end of time...
2016-04-04 Carl HetheringtonTidy subrip parsing a bit and fix failure to persist
2015-09-25 Carl HetheringtonSupport reading subrip subtitles from a string; remove...
2015-09-22 Carl HetheringtonAdd (currently failing) UTF-16 test.
2015-07-09 Carl HetheringtonArch compile fix.
2015-07-02 Carl HetheringtonFix font parse error.
2015-07-02 Carl HetheringtonAdd support for reading <font> tags in SubRip.
2015-06-14 Carl HetheringtonSkip Unicode BOM at the start of subrip files.
2015-01-20 Carl HetheringtonSimplify time representation; better in-tree DCP subtit...
2014-12-01 Carl HetheringtonCheck for test files not existing.
2014-10-06 Carl HetheringtonTemplate-ize collect so that any container can be used.
2014-10-06 Carl HetheringtonMore tests.
2014-10-06 Carl HetheringtonMove another test over.
2014-10-06 Carl HetheringtonCopy another test over from DCP-o-matic.
2014-10-06 Carl HetheringtonCopy in a test from dcpomatic.
2014-10-05 Carl HetheringtonBasic and scruffy Subrip read support.