Fix for new libdcp API.
[libsub.git] / test /
2021-01-13 Carl HetheringtonRemove use of boost foreach.
2021-01-13 Carl HetheringtonReplace list with vector in most of the API.
2021-01-05 Carl Hetheringtonstd::shared_ptr
2020-09-30 Carl HetheringtonObfuscate some test file names.
2020-09-30 Carl HetheringtonAllow colours in font color tags to have no surrounding
2020-09-30 Carl HetheringtonAdd a test.
2020-04-01 Carl HetheringtonNew test.
2020-03-26 Carl HetheringtonFix binary STL output with subs that are too big for...
2020-03-26 Carl HetheringtonAdd another test.
2020-02-13 Carl HetheringtonSupport SSA tags in SRT files (DoM #938).
2020-01-23 Carl HetheringtonAdd a test for the FILE * STL reader.
2020-01-23 Carl HetheringtonMake the STL binary reader test better.
2019-07-14 Carl HetheringtonSupport rgba() colour specifiers in Subrip files; not...
2019-06-24 Carl HetheringtonAdd support for \c in SSA.
2019-03-12 Carl HetheringtonRemove sstream dependency.
2019-02-08 Carl HetheringtonAdd some more tests.
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...
2018-09-27 Carl HetheringtonCope with mixed-case subrip tags.
2018-01-19 Carl HetheringtonSwap meaning of STL23.01 and STL24.01 in binary STL...
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 HetheringtonCENTRE_OF_SCREEN -> VERTICAL_CENTRE_OF_SCREEN.
2017-07-21 Carl HetheringtonFix completely-broken Time::scale.
2017-07-18 Carl HetheringtonFix Time::add which was broken when adding times with...
2017-01-23 Carl HetheringtonFix failure to parse subrip where there are extra space...
2017-01-11 Carl HetheringtonRe-fix test reference.
2017-01-11 Carl HetheringtonReplace DCP parser with basic version that uses libdcp.
2017-01-11 Carl HetheringtonUpdate test reference.
2016-09-20 Carl HetheringtonGive a more informative exception on SubRip parse failures.
2016-09-13 Carl HetheringtonUpdate test for previous commit.
2016-08-12 Carl HetheringtonMissing files.
2016-08-12 Carl HetheringtonForward-port some STL fixes from libsub.
2016-08-12 Carl HetheringtonAdd check for file existence.
2016-08-12 Carl HetheringtonFix build.
2016-07-22 Carl HetheringtonFix build.
2016-07-22 Carl HetheringtonUse locked_sstream.
2016-07-22 Carl HetheringtonTrim some includes.
2016-06-26 Carl HetheringtonMerge branch '1.0' of git.carlh.net:git/libsub into 1.0
2016-06-26 Carl HetheringtonAdd another subrip test.
2016-06-26 Carl HetheringtonFix coalesced override codes (\i1\b1 and such).
2016-06-20 Carl HetheringtonAccept V4+ styles as well as V4 ones in SSA.
2016-06-20 Carl HetheringtonFix bold and newlines (in some cases) in SSA.
2016-06-19 Carl HetheringtonFix some small errors in SSA/ASS parsing.
2016-06-11 Carl HetheringtonSupport an commands in SSA.
2016-06-11 Carl HetheringtonMacro-ify test to trim it down a bit.
2016-06-11 Carl HetheringtonTest and fix italic support in SSA.
2016-06-09 Carl HetheringtonFix build on some GCCs.
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.
next