summaryrefslogtreecommitdiff
path: root/test/data
AgeCommit message (Collapse)Author
2021-08-12Missed test/data update.Carl Hetherington
2021-08-12Don't write empty <Text> nodes in subtitles/closed captions.Carl Hetherington
2021-05-01C++11 tidying.Carl Hetherington
2021-04-23Update test reference.Carl Hetherington
2021-04-10Fix up hints about long subtitle lines.Carl Hetherington
2021-04-06Update test/data for the metadata.xml reference.Carl Hetherington
2021-04-06Update test/data revision.Carl Hetherington
2021-04-02Add language to audio content and use it instead of the general metadata.Carl Hetherington
2021-03-15Add failing test for #1918.Carl Hetherington
2021-02-26Try to make tests more robust by specifying signer/decryption chains.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-23Verify a whole bunch of DCPs made by unit tests.Carl Hetherington
2021-01-30Rename debug type THREED to THREED_D.Carl Hetherington
2021-01-26Fix label alignment.Carl Hetherington
2021-01-22Test fixes.Carl Hetherington
2021-01-22Test updates for libdcp fix to the duration of Marker assets.Carl Hetherington
2020-12-22Pass fonts from content around as FontData.Carl Hetherington
i.e. as a block of memory rather than a file. Also, get the fonts from the decoder rather than the content. Together, these changes allow us to use fonts from SMPTE DCPs added as content. Before, fonts would be messed up in those cases (#1885).
2020-12-08Write subtitles and closed captions to a test DCP in the hints thread,Carl Hetherington
then check the result for Bv2.1 violations (part of #1800).
2020-12-06Add some hints for violations of SMPTE Bv2.1 with subtitles and closedCarl Hetherington
captions.
2020-11-29Move some test references into test-private.Carl Hetherington
2020-11-25Fix corrupted image when over-cropping black filler frames.Carl Hetherington
FFmpegDecoder can emit small black frames (128x128 pixels) when it wants to fill in a gap. Image::crop_scale_window would do the wrong thing if we then applied a crop of greater than 128 in either direction; though cropped_size is correctly clamped, the crop value itself was not and is used to calculate the input data pointers. This would result in random frames, usually at the end of DCPs, often made up of blurry colour washes.
2020-11-21Test update for auto-addition of markers.Carl Hetherington
2020-11-21Subtitle language test updates.Carl Hetherington
2020-11-21Update test data now that empty Language tags are not written.Carl Hetherington
2020-11-20Subtitle language handling tweaks; write multiple subtitle languagesCarl Hetherington
to SMPTE extended metadata.
2020-11-20Recover subtitle language metadata from the places is was writtenCarl Hetherington
in older films.
2020-11-17Fix cropping of subsampled images.Carl Hetherington
The calculations for how to crop subsampled components of YUV images were wrong, causing strange effects like misregistration of colour components in cropped images. Should fix #1872.
2020-11-16Update test references following 26bd62d1e49b63e47fca820c5b4d36c5dacb9bfdCarl Hetherington
2020-11-16Add tests of video range.Carl Hetherington
These should hopefully cover all combinations of input and output range. Fixes #1851.
2020-10-12Remove Image/GraphicsMagick dependency.Carl Hetherington
2020-09-26Update test ref for new metadata.Carl Hetherington
2020-06-11Update test/data for removed Film metadata tags Signed and UploadAfterMakeDCPv2.15.78Carl Hetherington
2020-05-20Run all tests with lots of encoding threads.Carl Hetherington
2020-05-12Guess DCP container size and resolution when content is addedCarl Hetherington
or removed such that there is one piece of video content left in the project. Container size and resolution are never again guessed once the user has set them to something.
2020-05-11Change video content scaling so that it either:Carl Hetherington
1. scales the content up to fit the DCP container, preserving aspect ratio, or 2. stretches the content to a custom aspect ratio, or 3. scales the content to some custom size.
2020-03-11Test updates now that there can't be <1s long DCPs any more.Carl Hetherington
2020-02-16New test bits.Carl Hetherington
2019-12-15Sort out test/data commit history a little.v2.15.38Carl Hetherington
2019-12-15Stop empty Font IDs in imported DCP subtitles making it into theCarl Hetherington
output DCP (#1689).
2019-12-15Updated test reference for new metadata tag.Carl Hetherington
2019-12-01Update test/data after changes to audio PTS handling in export.Carl Hetherington
2019-11-05Provide some test references.Carl Hetherington
2019-11-01Increase fudge factor at the boundary between audio signal and silence.Carl Hetherington
2019-06-27Fix incorrect timing of PNG subtitles in second and subsequent reels.Carl Hetherington
2019-04-25Fix or remove several broken pixel formats in Image::fade and addCarl Hetherington
unit tests for the remainder. Fixes #1532.
2019-04-17Add test for bug #1528.Carl Hetherington
2019-04-05Test updates.Carl Hetherington
2019-04-02test updates.Carl Hetherington