Bump libdcp.
[libsub.git] / src /
2015-12-16 Carl HetheringtonReplace MessageError with std::runtime_error.
2015-12-16 Carl HetheringtonReplace use of cassert with exceptions.
2015-12-16 Carl HetheringtonNo-op; remove trailing whitespace.
2015-12-16 Carl HetheringtonMissing install target.
2015-12-11 Carl HetheringtonMerge.
2015-12-04 Carl HetheringtonComment.
2015-11-15 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-08 Carl HetheringtonMissing include.
2015-07-07 Carl HetheringtonFix previous.
2015-07-07 Carl HetheringtonMissing iostream includes for Arch.
2015-07-07 Carl HetheringtonArch build fix; whitespace.
2015-07-07 Carl HetheringtonArch build fixes.
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-03-11 Carl HetheringtonFix typo.
2015-01-21 Carl HetheringtonUse API version for libkumu/asdcp libraries.
2015-01-20 Carl HetheringtonFix Time::all_as_seconds().
2015-01-20 Carl HetheringtonAdd Time::all_as_seconds.
2015-01-20 Carl HetheringtonAdd Time::all_as_seconds().
2015-01-20 Carl HetheringtonMissing install.
2015-01-20 Carl HetheringtonSimplify time representation; better in-tree DCP subtit...
2015-01-14 Carl HetheringtonForward-port some stuff from 0.x.
2015-01-10 Carl HetheringtonFix build for new libdcp.
2015-01-03 Carl HetheringtonCope with libdcp1 API change.
2014-12-22 Carl HetheringtonMore API version fixes.
2014-12-22 Carl HetheringtonMissing virtual destructor.
2014-12-21 Carl HetheringtonAdd missing file to build.
2014-12-21 Carl HetheringtonAdd comment.
2014-12-21 Carl HetheringtonBuild against libdcp1.
2014-12-16 Carl HetheringtonUse libdcp for DCP subtitle parsing so that we get...
2014-12-10 Carl HetheringtonRound times correctly when converting.
2014-12-01 Carl HetheringtonSome doc improvements.
2014-12-01 Carl HetheringtonTweak comment.
2014-12-01 Carl HetheringtonTweaks to vertical positioning in STL export.
2014-11-26 Carl HetheringtonMore header guards.
2014-11-26 Carl HetheringtonHeader guard.
2014-10-06 Carl HetheringtonTemplate-ize collect so that any container can be used.
2014-10-06 Carl HetheringtonMissing include install.
2014-10-06 Carl HetheringtonMove another test over.
2014-10-06 Carl HetheringtonCopy another test over from DCP-o-matic.
2014-10-06 Carl HetheringtonFix warning.
2014-10-05 Carl HetheringtonBasic and scruffy Subrip read support.
2014-08-02 Carl HetheringtonAdd missing files.
2014-08-02 Carl HetheringtonUse FAB subtitler's rather odd DFC -> frame rate mapping.
2014-07-15 Carl HetheringtonAdd scale functions to time classes.
2014-06-24 Carl HetheringtonMark the first, only and hence last TTI block in a...
2014-06-23 Carl Hetheringtonmemset() buffers to keep tests repeatable.
2014-06-21 Carl HetheringtonPut all subtitles in group 1.
2014-06-21 Carl HetheringtonFix incorrect first_in_cue read offset.
2014-06-21 Carl HetheringtonAdd some add() methods to Time classes.
2014-06-21 Carl HetheringtonAdd FrameTime constructor from frames and fps.
2014-06-21 Carl HetheringtonFix incorrect assertion.
2014-06-05 Carl HetheringtonYet more static build fixes.
2014-06-04 Carl HetheringtonVarious small bug fixes.
2014-06-04 Carl HetheringtonAdd language description -> enum.
2014-06-04 Carl HetheringtonFix country of origin length when writing.
2014-05-31 Carl HetheringtonSome Doxygen comments.
2014-05-30 Carl HetheringtonMissing header installs.
2014-05-30 Carl HetheringtonEncode to ISO6937 on the way into STL binary.
2014-05-30 Carl HetheringtonTidy ISO translator prototype.
2014-05-30 Carl HetheringtonVarious fixes to STL read/write.
2014-05-30 Carl HetheringtonSplit up into RawSubtitle and Subtitle, with collect...
2014-05-29 Carl HetheringtonVarious tinkering with STL write.
2014-05-29 Carl HetheringtonSeparate out STL binary tables so that writer can use...
2014-05-29 Carl HetheringtonRe-work Subtitle class; remove STL text writer.
2014-05-28 Carl HetheringtonUpdate wscript.
2014-05-28 Carl HetheringtonRemove pointless Writer parent.
2014-05-28 Carl HetheringtonMore STL binary reading stuff.
2014-05-27 Carl HetheringtonUse boost filesystem.
2014-05-27 Carl HetheringtonStart of STL binary reader; start of dumpsubs.
2014-05-27 Carl HetheringtonRename STL -> STLText
2014-05-25 Carl HetheringtonChange API for alternate representations of time /...
2014-05-24 Carl HetheringtonComment and an old function declaration removed.
2014-05-24 Carl HetheringtonMore tests and fix MetricTime.
2014-05-24 Carl HetheringtonNew file.
2014-02-05 Carl HetheringtonSupport for conversions of things that have multiple...
2014-02-05 Carl HetheringtonMissing headers for install.
2014-01-29 Carl HetheringtonVarious developments.
2014-01-29 Carl HetheringtonTime -> FrameTime.
2014-01-28 Carl HetheringtonBasic writer.
2014-01-28 Carl HetheringtonFirst version.