c++11 tidying.
[libsub.git] / src / dcp_reader.cc
2021-01-09 Carl Hetheringtonc++11 tidying.
2021-01-05 Carl Hetheringtonstd::shared_ptr
2018-07-09 Carl HetheringtonAdapt for changes to libdcp API.
2017-07-28 Carl HetheringtonMake HorizontalPosition a class containing a reference...
2017-07-28 Carl HetheringtonCENTRE_OF_SCREEN -> VERTICAL_CENTRE_OF_SCREEN.
2017-01-11 Carl HetheringtonFix bug with effects on DCPs.
2017-01-11 Carl HetheringtonReplace DCP parser with basic version that uses libdcp.
2015-07-07 Carl HetheringtonArch build fix; whitespace.
2015-01-20 Carl HetheringtonSimplify time representation; better in-tree DCP subtit...
2015-01-10 Carl HetheringtonFix build for new libdcp.
2015-01-03 Carl HetheringtonCope with libdcp1 API change.
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-31 Carl HetheringtonSome Doxygen comments.
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-05-25 Carl HetheringtonChange API for alternate representations of time /...
2014-01-29 Carl HetheringtonVarious developments.