Throw a specific exception when no WEBVTT header is found.
[libsub.git] / src /
2024-02-07 Carl HetheringtonThrow a specific exception when no WEBVTT header is... main v1.6.47
2023-12-22 Carl HetheringtonMake SSA reader more tolerant of missing styles (DoM... v1.6.45
2023-03-04 Carl HetheringtonSupport single quotes in font color tags. v1.6.44
2023-02-24 Carl HetheringtonSupport font color attributes with alpha channel (even... v1.6.43
2023-02-24 Carl HetheringtonChange from_argb_hex() (which wasn't being used) to...
2022-12-03 Carl HetheringtonRemove DCP subtitle support. v1.6.41
2022-11-13 Carl HetheringtonFix WebVTT milliseconds separator (should be . it seems... v1.6.39
2022-11-13 Carl HetheringtonAllow SubripReader::convert_time to take a milliseconds...
2022-11-13 Carl HetheringtonBe more tolerant of metadata in WebVTT.
2022-11-13 Carl HetheringtonAdd exception missing from previous commit.
2022-11-13 Carl HetheringtonAdd primitive WebVTT reader. v1.6.38
2022-11-13 Carl HetheringtonMake SubripReader::convert_time usable by other classes.
2022-11-10 Carl HetheringtonHandle unicode LINE SEPARATOR properly in subrip files. v1.6.37
2022-10-15 Carl HetheringtonMake iso6937.py work with Python 3 and update iso6937_t...
2022-09-02 Carl HetheringtonCorrectly parse \c tags in SSA (with no specified colou...
2022-08-10 Carl HetheringtonFix parsing of SSA colour tags which have their leading... v1.6.27
2022-07-18 Carl HetheringtonIt seems likely that SSA font sizes should be interpret... v1.6.26
2022-07-06 Carl Hetherington(More) properly support MarginV in SSA/ASS.
2022-07-06 Carl HetheringtonFix pretty broken SSA alignment code.
2022-04-09 Carl HetheringtonAdd missing override. v1.6.14
2021-10-03 Carl HetheringtonMerge. v1.6.0
2021-08-01 Carl HetheringtonHandle angle brackets / tags better in SubRip files.
2021-07-31 Carl HetheringtonRemove some out-of-date comments.
2021-07-14 Carl HetheringtonFix boost bind warning.
2021-06-03 Carl HetheringtonFix line numbers in binary STL files.
2021-06-03 Carl HetheringtonAdd "U8" character code table for binary STL.
2021-01-22 Carl HetheringtonSmall C++11 tweaks.
2021-01-21 Carl HetheringtonFix for new libdcp API.
2021-01-21 Carl HetheringtonMerge.
2021-01-21 Carl Hetheringtonconst build fix.
2021-01-13 Carl HetheringtonRemove use of boost foreach.
2021-01-13 Carl HetheringtonReplace list with vector in most of the API.
2021-01-09 Carl Hetheringtonc++11 tidying.
2021-01-08 Carl HetheringtonRemove unused stuff.
2021-01-05 Carl Hetheringtonstd::shared_ptr
2020-12-21 Carl HetheringtonFix another unused variable warning.
2020-12-03 Carl HetheringtonFix some unused variable warnings.
2020-09-30 Carl HetheringtonAllow colours in font color tags to have no surrounding
2020-04-01 Carl HetheringtonFix incorrect calculation of extension block number...
2020-04-01 Carl HetheringtonRemove confusing use of repeated loop counters.
2020-03-26 Carl HetheringtonFix binary STL output with subs that are too big for...
2020-03-26 Carl HetheringtonAdd a FIXME.
2020-03-26 Carl HetheringtonUse BOOST_FOREACH.
2020-03-26 Carl HetheringtonAdd FIXME.
2020-03-26 Carl HetheringtonWe only use 128 bytes of the buffer for TTI blocks.
2020-02-13 Carl HetheringtonSupport SSA tags in SRT files (DoM #938).
2020-02-13 Carl HetheringtonMake horizontal position references correct when parsin...
2020-02-13 Carl HetheringtonClarify meaning of horizontal and vertical references.
2020-02-13 Carl HetheringtonFactor SSA style parsing out to separate method.
2020-01-30 Carl HetheringtonPossibly-missing include.
2020-01-23 Carl HetheringtonAdd hack for binary STL files with high MNR (maximum...
2020-01-23 Carl HetheringtonAdd option to read binary STL from a FILE *
2020-01-23 Carl HetheringtonSplit InputReader into InputReader and StreamInputReader.
2020-01-23 Carl HetheringtonIntroduce InputReader to read data from the file and...
2020-01-23 Carl HetheringtonMove the body of dumpsubs out into a method.
2019-07-14 Carl HetheringtonSupport rgba() colour specifiers in Subrip files; not...
2019-07-14 Carl HetheringtonFix crash with unexpected <font> color formats.
2019-07-11 Carl HetheringtonImprove SSA colour parsing.
2019-06-24 Carl HetheringtonAdd support for \c in SSA.
2019-03-26 Carl HetheringtonMissing #include.
2019-03-23 Carl HetheringtonAdd another conversion.
2019-03-23 Carl HetheringtonFix merge.
2019-03-22 Carl HetheringtonMissing #include.
2019-03-22 Carl HetheringtonRemove old #include.
2019-03-15 Carl HetheringtonGive better errors on malformed subrip times.
2019-03-12 Carl HetheringtonMissing files.
2019-03-12 Carl HetheringtonRemove sstream dependency.
2019-02-08 Carl HetheringtonTweak previous.
2019-02-08 Carl HetheringtonFix crash with empty SSA subtitle.
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...
2019-01-17 Carl HetheringtonMissing .srt handler in reader_factory.
2018-09-27 Carl HetheringtonCope with mixed-case subrip tags.
2018-09-02 Carl HetheringtonComment.
2018-07-09 Carl HetheringtonAdapt for changes to libdcp API.
2018-01-19 Carl HetheringtonSwap meaning of STL23.01 and STL24.01 in binary STL...
2018-01-09 Carl HetheringtonAdd a method to convert to a libdcp colour.
2017-09-18 Carl HetheringtonFix unicode prime symbol to become a quotation mark.
2017-07-28 Carl HetheringtonMissing files.
2017-07-28 Carl HetheringtonSupport \fs in ssa. 1.0-more-ssa-tags
2017-07-28 Carl HetheringtonSupport \pos in ssa.
2017-07-28 Carl HetheringtonMake HorizontalPosition a class containing a reference...
2017-07-28 Carl HetheringtonCENTRE_OF_SCREEN -> VERTICAL_CENTRE_OF_SCREEN.
2017-07-24 Carl HetheringtonAdd some operator==.
2017-07-21 Carl HetheringtonFix completely-broken Time::scale.
2017-07-18 Carl HetheringtonFix Time::add which was broken when adding times with...
2017-04-07 Carl HetheringtonComment.
2017-01-23 Carl HetheringtonFix failure to parse subrip where there are extra space...
2017-01-11 Carl HetheringtonMissing include install; fix libdcp version.
2017-01-11 Carl HetheringtonFix bug with effects on DCPs.
2017-01-11 Carl HetheringtonReplace DCP parser with basic version that uses libdcp.
2017-01-11 Carl HetheringtonAdd missing file.
2017-01-11 Carl HetheringtonForward-port STL binary writer from master, pulling...
2016-10-31 Carl HetheringtonPut newline after closing italic / bold when writing...
2016-09-20 Carl HetheringtonFix build.
2016-09-20 Carl HetheringtonGive a more informative exception on SubRip parse failures.
2016-09-13 Carl HetheringtonFix STL italic / underline (from master).
2016-09-13 Carl HetheringtonFix incorrect reading of STL when italic/underline...
2016-09-13 Carl HetheringtonTweak ISO6937 mapping to put $ sign on 0xa4 (164) ...
2016-08-12 Carl HetheringtonForward-port some STL fixes from libsub.
next