Small C++11 tweaks.
[libsub.git] / src / subrip_reader.cc
2021-01-22 Carl HetheringtonSmall C++11 tweaks.
2021-01-13 Carl HetheringtonReplace list with vector in most of the API.
2020-09-30 Carl HetheringtonAllow colours in font color tags to have no surrounding
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-07-14 Carl HetheringtonFix crash with unexpected <font> color formats.
2019-03-15 Carl HetheringtonGive better errors on malformed subrip times.
2019-03-12 Carl HetheringtonRemove sstream dependency.
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 HetheringtonUse locked_sstream.
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-06-02 Carl HetheringtonRemove unicode BOM from SSA files.
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
2016-02-11 Carl HetheringtonExtract get_line_{file,stringstream} into standalone...
2015-12-11 Carl HetheringtonMerge.
2015-12-04 Carl HetheringtonComment.
2015-09-25 Carl HetheringtonMerge branch '1.0' of git.carlh.net:git/libsub into 1.0
2015-09-25 Carl HetheringtonSupport reading subrip subtitles from a string; remove...
2015-07-07 Carl HetheringtonMissing iostream includes for Arch.
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...
2015-01-14 Carl HetheringtonForward-port some stuff from 0.x.
2014-12-21 Carl HetheringtonAdd comment.
2014-10-06 Carl HetheringtonTemplate-ize collect so that any container can be used.
2014-10-06 Carl HetheringtonFix warning.
2014-10-05 Carl HetheringtonBasic and scruffy Subrip read support.