summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Collapse)Author
2019-11-05Fix build.Carl Hetherington
2019-11-04Fix out-of-bounds read when cropping JPEG2000 images (#1654).Carl Hetherington
Backported from 25d968fdcf1abada4bd7bbcb8c72eeebda73b134 in v2.15.x.
2019-10-21Copy with progress updates when we might copy long files (#1574).Carl Hetherington
Backported from 48b82de5b6e8e07330a2f72dbddd8d9830fe047e in v2.15.x.
2019-10-18ISDCF name fixes with > 6 channels and HI/VI (#1633).Carl Hetherington
2019-10-15Fix assertion failure on making a VF, in certain circumstances.v2.14.11Carl Hetherington
These circumstances were a VF which refers to at least one complete reel of audio from a OV before adding more audio of its own.
2019-10-15Fix deadlock in tests.Carl Hetherington
2019-10-15Fix cross-thread access to info files. May help with #1618.Carl Hetherington
2019-10-14Remove possibly-dubious reuse of a single content object.Carl Hetherington
2019-10-14Enable some logging in a test.Carl Hetherington
2019-10-08Fix up namespace for master.Carl Hetherington
2019-10-08Improve OpenFileError so that it doesn't say "opening for read"Carl Hetherington
in one case where it should say "opening for read/write". Also add some unit tests for ReelWriter.
2019-06-29Build fix.v2.14.8Carl Hetherington
2019-06-28Fix incorrect timing of PNG subtitles in second and subsequent reels.Carl Hetherington
Backported from 5728b8095b9522626d61b1c684a9492f759e2870 in v2.15.x.
2019-05-22Try to fix unit tests.Carl Hetherington
2019-05-21Give an error if 2D content is set to 3D (#1565). Also runCarl Hetherington
3D tests with more parallel jobs to speed them up. Backported from 11c07c6fd98620c859c7d3dcf6a4bbf6a05e567e in v2.15.x.
2019-05-20Add test for #1565.Carl Hetherington
2019-04-30Add --j2k-bandwidth to dcpomatic_create.v2.13.158Carl Hetherington
2019-04-30Add --fourk to dcpomatic_create.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-02Extract subtitle language from text content rather than ISDCFMetadata (part ↵Carl Hetherington
of #1516).
2019-04-02test updates.Carl Hetherington
2019-03-22Fix referencing of trimmed multi-reel DCPs (#1495).Carl Hetherington
2019-03-22Add test to trigger #1495.Carl Hetherington
2019-03-22Make careful_string_filter a little better and use it for KDM filenames.v2.13.133Carl Hetherington
2019-03-12Fix R/B swap with as_png(); support as_png() for any pixel format.v2.13.129Carl Hetherington
2019-02-14ID churn in recover_test (not sure why).Carl Hetherington
2019-02-14Fix typo in previous.Carl Hetherington
2019-02-14Try to ensure that recover tests happen in order, to hopefully fix ↵Carl Hetherington
seemingly-random ID changes.
2019-02-13More test tweaks.Carl Hetherington
2019-02-13Nudge threshold to cope with move to Ubuntu 18.04 as a test container.Carl Hetherington
2019-02-13Fix test after Shuffler changes.Carl Hetherington
2019-02-13Try to fix occasional test failure.Carl Hetherington
2019-02-13Fixes to 3D shuffler to fix #1463.Carl Hetherington
Make the shuffler longer; I've seen examples where the video and sound are over a second apart within the muxed file. Allow the shuffler to pass through complete missed frames; e.g. if the input is L1 R1 L3 R3 we can pass that through without worrying about the missing frame #2. Add a log warning if the shuffler fills: at this point, 3D sync may be lost.
2019-02-11Add a test.Carl Hetherington
2019-02-07Add a test for the bug fixed by the previous commit.v2.13.114Carl Hetherington
2019-01-30Test debugging.Carl Hetherington
2019-01-28Updates test/data.Carl Hetherington
2019-01-27Fix test.Carl Hetherington
2019-01-27Remove specification of italic/bold fonts (#1451); synthesis will be used ↵v2.13.110Carl Hetherington
instead.
2019-01-21Add some debugging.Carl Hetherington
2019-01-21Stop jobs silently failing in tests.Carl Hetherington
2019-01-21Make sure that ffmpeg_dcp_test always completes.Carl Hetherington
2019-01-17Read UTF8 string lengths correctly when checking closed captions (part of ↵Carl Hetherington
#1446).
2019-01-16Rework command-line parser for dcpomatic_create to allow optionsv2.13.103Carl Hetherington
to be specified per content. Use this to support 3D.
2019-01-15Updated test/data.Carl Hetherington
2019-01-14Hopefully fix debian 7 build.Carl Hetherington
2019-01-10Fix a crash due the assertion in emit_audio failing when applyingCarl Hetherington
trims which do not land precisely on a DCP audio sample boundary (at least, I think that's what triggers it).
2019-01-10Test data updates.Carl Hetherington