Various work on improving vertical position handling.
[libsub.git] / test /
2016-06-09 Carl HetheringtonVarious work on improving vertical position handling.
2016-06-09 Carl HetheringtonDon't specify arbitrary guessed stuff.
2016-06-06 Carl HetheringtonAdd another test stub.
2016-06-02 Carl HetheringtonAdd failing SSA test.
2016-06-02 Carl HetheringtonMerge branch '1.0' of git.carlh.net:git/libsub into 1.0
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-15 Carl HetheringtonBasic support for parsing in-line markup in SSA.
2016-02-11 Carl HetheringtonRudimentary SSA parser.
2016-02-05 Carl HetheringtonMerge.
2016-02-03 Carl HetheringtonVarious build system / dependency fixes.
2016-01-29 Carl HetheringtonMissing dependencies.
2015-12-18 Carl HetheringtonMerge branch '1.0' of git.carlh.net:git/libsub into 1.0
2015-12-16 Carl HetheringtonNo-op; remove trailing whitespace.
2015-09-25 Carl HetheringtonSupport reading subrip subtitles from a string; remove...
2015-09-22 Carl HetheringtonAdd (currently failing) UTF-16 test.
2015-07-09 Carl HetheringtonArch compile fix.
2015-07-07 Carl HetheringtonMissing iostream includes for Arch.
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-01-20 Carl HetheringtonAdd Time::all_as_seconds().
2015-01-20 Carl HetheringtonSimplify time representation; better in-tree DCP subtit...
2015-01-15 Carl HetheringtonMissing file.
2015-01-14 Carl HetheringtonForward-port some stuff from 0.x.
2014-12-21 Carl HetheringtonBuild against libdcp1.
2014-12-16 Carl HetheringtonTry again to fix build.
2014-12-16 Carl HetheringtonMissing test dependency.
2014-12-16 Carl HetheringtonUse libdcp for DCP subtitle parsing so that we get...
2014-12-01 Carl HetheringtonCheck for test files not existing.
2014-12-01 Carl HetheringtonAdd another test stub.
2014-12-01 Carl HetheringtonTweaks to vertical positioning in STL export.
2014-10-23 Carl HetheringtonDon't build tests on windows.
2014-10-22 Carl HetheringtonMore Win32 fixes.
2014-10-06 Carl HetheringtonTemplate-ize collect so that any container can be used.
2014-10-06 Carl HetheringtonMore tests.
2014-10-06 Carl HetheringtonMove another test over.
2014-10-06 Carl HetheringtonCopy another test over from DCP-o-matic.
2014-10-06 Carl HetheringtonCopy in a test from dcpomatic.
2014-10-06 Carl HetheringtonImprove errors when file checks differ.
2014-10-05 Carl HetheringtonBasic and scruffy Subrip read support.
2014-06-23 Carl Hetheringtonmemset() buffers to keep tests repeatable.
2014-06-23 Carl HetheringtonAdd some more tests.
2014-06-21 Carl HetheringtonAdd some add() methods to Time classes.
2014-06-21 Carl HetheringtonAdd FrameTime constructor from frames and fps.
2014-06-04 Carl HetheringtonMore static build fixes.
2014-05-30 Carl HetheringtonEncode to ISO6937 on the way into STL binary.
2014-05-30 Carl HetheringtonAdd DCP -> STL binary test.
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 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 HetheringtonAdd DCP -> STL test with -private.
2014-05-25 Carl HetheringtonChange API for alternate representations of time /...
2014-05-24 Carl HetheringtonMore tests and fix MetricTime.
2014-02-05 Carl HetheringtonSupport for conversions of things that have multiple...
2014-01-29 Carl HetheringtonVarious developments.
2014-01-29 Carl HetheringtonTime -> FrameTime.
2014-01-28 Carl HetheringtonBasic writer.
2014-01-28 Carl HetheringtonFirst version.