summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Collapse)Author
2021-04-23Do less logging during tests, but also log some details of what test isCarl Hetherington
running on Windows.
2021-04-23Fix fopen() on windows to cope with long filenames (part of #1755).Carl Hetherington
2021-04-23More test fixes.Carl Hetherington
2021-04-23Fix test for random noise addition.Carl Hetherington
2021-04-23Add some new check methods.Carl Hetherington
2021-04-23Update test reference.Carl Hetherington
2021-04-23Cope with noise being added to small JPEG2000 images.Carl Hetherington
2021-04-23Rename some test data.Carl Hetherington
2021-04-21Make digest calculations interruptible.Carl Hetherington
2021-04-21Add a possibly-useful test.Carl Hetherington
2021-04-10Fix up hints about long subtitle lines.Carl Hetherington
2021-04-09Make DCP text track language properly optional and ignore bad values on ↵Carl Hetherington
imported DCPs (#1950).
2021-04-08Assorted C++11/formatting cleanups.Carl Hetherington
2021-04-06Update test/data for the metadata.xml reference.Carl Hetherington
2021-04-06Add language to some text used in tests to avoid a verification error.Carl Hetherington
2021-04-06Ignore JPEG2000 guard bits warning in a test using an old MXF.Carl Hetherington
2021-04-06Fix ISDCF name reference in test.Carl Hetherington
2021-04-06Update test/data revision.Carl Hetherington
2021-04-04Move luminance to Interop/SMPTE metadata and remove the ISDCF metadata dialogue.Carl Hetherington
2021-04-04Move chain to the Interop/SMPTE metadata.Carl Hetherington
2021-04-04Move some ISDCF flags to the Interop/SMPTE metadata.Carl Hetherington
2021-04-04Use studio and facility from Interop/SMPTE metadata rather than ISDCF.Carl Hetherington
2021-04-04Use ratings from Interop/SMPTE metadata instead of ISDCF metadata dialogue.Carl Hetherington
2021-04-04Use release territory from Interop/SMPTE metadata instead of ISDCF metadata ↵Carl Hetherington
dialogue.
2021-04-04Use content version from Interop (or version number from SMPTE metadata)Carl Hetherington
rather than the content version in the ISDCF metadata dialogue.
2021-04-02Add language to audio content and use it instead of the general metadata.Carl Hetherington
2021-04-01Move 3D-to-2D check (#1941).Carl Hetherington
We were checking for 3D content going into a 2D project in the DCPEncoder, but we also need to do the same thing when exporting. Moving the check into Player::emit_video() means that it is applied to both DCP transcoding and export.
2021-03-31Put subtitle language back into content from the film (#1930).Carl Hetherington
This also adds the main/additional language flag. Of all the considerations about how to specify subtitle language, the most important seems to be that the language specification happens for the content where the language is; i.e. in the content text tab.
2021-03-30Fix film_metadata_test.v2.15.137Carl Hetherington
2021-03-25Use XX as an audio language when there is no specified audio language (#1939).Carl Hetherington
Previously we would omit the audio and subtitle language parts of the DCI name if there was no specified audio language. Sadly if we do do that EasyDCP player 4.0.1 reports a warning (whose details you can't see on the demo version).
2021-03-19Ignore some more errors during a test.Carl Hetherington
2021-03-18macOS build fix.Carl Hetherington
2021-03-16Split subtitles at reel boundaries (#1918).Carl Hetherington
2021-03-15Add failing test for #1918.Carl Hetherington
2021-02-28Try again to fix windows tests.Carl Hetherington
2021-02-27Try to fix text-file-checking test on Windows.Carl Hetherington
2021-02-26Test fixes.Carl Hetherington
2021-02-26Try to make tests more robust by specifying signer/decryption chains.Carl Hetherington
2021-02-26More verification of DCPs during tests.Carl Hetherington
2021-02-24Fix tests being broken by new config test.v2.15.132Carl Hetherington
2021-02-24Fix config test file in test/data.Carl Hetherington
2021-02-24Fix config.xml corruption when it contains multi-byte UTF8 characters.Carl Hetherington
2021-02-23Fix missing test exception.Carl Hetherington
2021-02-23Fix assertion failure in AudioBuffers::copy_from() (#1909)Carl Hetherington
A number of frames N was being split up into two parts which together were bigger than N, meaning a copy of one of the parts failed.
2021-02-23Verify a whole bunch of DCPs made by unit tests.Carl Hetherington
2021-02-16Avoid using unzip.exe for Windows tests, as it crashes quite a lot for some ↵Carl Hetherington
reason.
2021-02-15Test reference tweaks.Carl Hetherington
2021-02-15Basic handling of overlapping video (#1848).Carl Hetherington
2021-02-14Fix incorrect coalesce() output when one input range is whollyCarl Hetherington
covered by another.
2021-02-07More libdcp include fixes.Carl Hetherington