summaryrefslogtreecommitdiff
path: root/test/wscript
AgeCommit message (Collapse)Author
2024-09-04Allow libcxml and libdcp builds with static boost.v1.9.16Carl Hetherington
2024-04-22Support MPEG2 compression.v1.9.6Carl Hetherington
2024-04-22Support MPEG2 decompression.Carl Hetherington
2024-04-15Add basic verification report.v1.9.5Carl Hetherington
2024-03-22Bump asdcplib to dcpomatic-2.13.0 branch.v1.9.4Carl Hetherington
2024-01-08Add ScopeGuard.Carl Hetherington
2023-10-09Add wrappers around boost::filesystem methods that handle theCarl Hetherington
required mangling of long filenames on Windows. Also wrap lots of missing places (e.g. calls to asdcplib, libxml++, libcxml etc.) in dcp::filesystem::fix_long_path(). The idea is to keep paths un-mangled until they we call some filesystem-related API and mangle them at that point. Otherwise we end up serialising mangled names, which seems like it will not end well. Should fix DoM #2623.
2023-08-22Add some tests.Carl Hetherington
2023-03-16Specify number of channels in the data passed to SoundAssetWriter, and pad ↵Carl Hetherington
channels that aren't there.
2022-09-03Properly support ContentKind scope attribute.v1.8.26Carl Hetherington
2022-05-05Move fix_long_path tests over from DoM.Carl Hetherington
2022-04-25Add a test for reading, changing, then writing a DCP.Carl Hetherington
2022-04-22Don't specify no-default-inline on clang as it's not supported.Carl Hetherington
2022-03-03Fix slightly extended libxml++ dependency.v1.8.10Carl Hetherington
2022-02-25Add -x32/-x64 suffix to boost libraries when building for Windows.v1.8.8Carl Hetherington
2021-04-14Rename write_subtitle_test -> shared_subtitle_testCarl Hetherington
2021-04-14Rename read_interop_subtitle_test -> interop_subtitle_test.Carl Hetherington
2021-04-14Merge read_smpte_subtitle_test with smpte_subtitle_test.Carl Hetherington
2021-03-19Missing library for static build.Carl Hetherington
2021-03-19Fix static test buid.Carl Hetherington
2021-01-21Move all ostream operator<< into some test-only stream_operators.{cc,h} files.Carl Hetherington
2020-10-28Move benchmark out of test/ into benchmark/Carl Hetherington
2020-09-21Support MCA sound channel tags in MXF/CPL.Carl Hetherington
2020-09-21Support CPL metadata.Carl Hetherington
2020-09-20Add new LanguageTag class.Carl Hetherington
The scripts/update-language-subtags script will download the RFC 5646 registry and write it to src/language_tag_lists.cc. This may need to be re-run if the subtags change.
2020-09-17Add dcp::combine().Carl Hetherington
2020-07-11Allow creation of ATMOS sync on channel 14.Carl Hetherington
2019-12-22xerces-related build fixes.Carl Hetherington
2019-12-22Remove now-unused boost regex.Carl Hetherington
2019-12-22Use regex and check <IssueDate> in CPL.Carl Hetherington
2019-04-08Fix previous and add unit test for Key::hex.Carl Hetherington
2019-03-19Support RatingList.Carl Hetherington
2019-03-17Finish initial CPL markers support.Carl Hetherington
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