summaryrefslogtreecommitdiff
path: root/test/wscript
AgeCommit message (Collapse)Author
2021-04-16Rename write_subtitle_test -> shared_subtitle_testCarl Hetherington
Cherry-picked from 66566512275d363f68781b9a47ade6967d09e676 in master.
2021-04-16Rename read_interop_subtitle_test -> interop_subtitle_test.Carl Hetherington
Cherry-picked from 72d9cb462c03b1b41380e50ab9cccf2950207c18 in master.
2021-04-16Merge read_smpte_subtitle_test with smpte_subtitle_test.Carl Hetherington
Cherry-picked from 4e514f7dcc12a72bb4c78fd5067ff872ef54025b in master.
2018-03-20More DCP verification bits.Carl Hetherington
2018-03-08Add method to detect utf8 strings.Carl Hetherington
2018-02-12Use a different ID for the XML inside a SMPTE subtitle MXF than theCarl Hetherington
ID for the MXF itself. Apparently not doing so is an error (according to Doremi's release notes for 2.8.18).
2016-08-30Neater and more correct XML subtitle parser.Carl Hetherington
2016-08-11Add locale_convert. Reimplement raw_convert without stringstream.Carl Hetherington
2016-07-22Add some tests for the hashing put into the FrameInfo.Carl Hetherington
2016-06-13Add OpenSSL licence exception.Carl Hetherington
2016-05-25Add very minimal Atmos asset.Carl Hetherington
2016-04-11Add make_digest test (for profiling really).Carl Hetherington
2016-02-05Add openssl dep to tests for Fedora.Carl Hetherington
2016-02-03Various build system / dependency fixes.Carl Hetherington
2016-01-28Try to fix cscript build.Carl Hetherington
2016-01-28Try to fix cscript build.Carl Hetherington
2016-01-04Add some GPL boilerplate.Carl Hetherington
2015-12-04Fix incorrect reading of ScreenAspectRatio.Carl Hetherington
2015-12-02Use OpenMP when comparing picture assets.Carl Hetherington
2015-11-28Add compress_j2k method and simple benchmark.Carl Hetherington
2015-11-17Fix uninitialised variable; Win32 build fixes.Carl Hetherington
2015-11-05Add missing BOOST_FILESYSTEM dep.Carl Hetherington
2015-07-07Add another test.Carl Hetherington
2015-07-06Add very simple test of dcp::SoundFrame.Carl Hetherington
2015-07-05Add coverage fix that I think is right but it's odd it wasn't needed before.Carl Hetherington
2015-07-05Add a new test.Carl Hetherington
2015-06-09Basically-working interop subtitle font handling.Carl Hetherington
2015-06-08Rename some tests.Carl Hetherington
2015-04-30Add a very simple test for writing subtitles.Carl Hetherington
2015-04-30Rename subtitle_test -> read_subtitle_test.Carl Hetherington
2015-04-21Remove FrameInfo serialization and give it a default constructor.Carl Hetherington
2015-02-02Remove Image and ARGBImage and just dump RGB data intoCarl Hetherington
uint8_t* buffers. This is hopefully simpler than trying to come up with some Image hierarchy that suits everything.
2015-02-02Rename XYZFrame -> XYZImage and ARGBFrame -> ARGBImage.Carl Hetherington
2015-01-03Add support for reading non-MXF-wrapped SMPTE subtitle files.Carl Hetherington
2015-01-03Various fixes to XYZ/RGB transforms.Carl Hetherington
2014-12-28Rename subtitle_tests -> subtitle_test.Carl Hetherington
2014-12-28Remove Image:swap(); add some more tests.Carl Hetherington
2014-12-28Add another test.Carl Hetherington
2014-12-28Examine gcov result for all test programs.Carl Hetherington
2014-12-28Another test.Carl Hetherington
2014-12-28More tests.Carl Hetherington
2014-12-28Fix build of gcov stuff.Carl Hetherington
2014-12-28Change colourspace handling round a bit:1.0-colour-cleanupCarl Hetherington
- move the essence of GammaLUT into TransferFunction and handle different bit depths more neatly - add ColourConversion to describe input gamma correction, colour transformation and then output gamma correction in one class. - add default ColourConversions for sRGB->XYZ, Rec709->XYZ and XYZ->RGB.
2014-12-28More tests.Carl Hetherington
2014-12-28New test.Carl Hetherington
2014-12-27More tests.Carl Hetherington
2014-12-27Add gcov test coverage (written to build/test/coverage) and a couple more tests.Carl Hetherington
2014-12-27Rename color -> colour.Carl Hetherington
2014-03-19Considerable re-work of KDM class to express the difference between ↵Carl Hetherington
encrypted and unencrypted KDMs.
2014-02-24Make 1.0 parallel-installable with 0.x.Carl Hetherington