Throw a specific exception when no WEBVTT header is found.
[libsub.git] / test / dcp_reader_test.cc
2022-12-03 Carl HetheringtonRemove DCP subtitle support. v1.6.41
2021-01-13 Carl HetheringtonReplace list with vector in most of the API.
2021-01-05 Carl Hetheringtonstd::shared_ptr
2017-01-11 Carl HetheringtonReplace DCP parser with basic version that uses libdcp.
2016-08-12 Carl HetheringtonFix build.
2016-07-22 Carl HetheringtonTrim some includes.
2015-07-07 Carl HetheringtonMissing iostream includes for Arch.
2015-07-07 Carl HetheringtonArch build fixes.
2015-01-20 Carl HetheringtonSimplify time representation; better in-tree DCP subtit...
2014-12-21 Carl HetheringtonBuild against libdcp1.
2014-12-16 Carl HetheringtonUse libdcp for DCP subtitle parsing so that we get...
2014-10-06 Carl HetheringtonTemplate-ize collect so that any container can be used.
2014-05-30 Carl HetheringtonSplit up into RawSubtitle and Subtitle, with collect...
2014-05-29 Carl HetheringtonRe-work Subtitle class; remove STL text writer.
2014-01-29 Carl HetheringtonVarious developments.