Add some default filenames to the advanced certificate/key export dialogues (#1888).
[dcpomatic.git] / test /
2021-02-04 Carl HetheringtonFix test for better diacriticals handling.
2021-02-03 Carl HetheringtonUse icu to remove diacritics from strings.
2021-02-02 Carl HetheringtonReduce the disk space needed when running tests. v2.15.124
2021-02-01 Carl Hetheringtonc++11-ification.
2021-02-01 Carl HetheringtonRemove some debugging code from tests.
2021-02-01 Carl HetheringtonUse a predictable RNG when adding noise to low-bitrate...
2021-02-01 Carl HetheringtonC++11-ification.
2021-02-01 Carl HetheringtonAdd noise to very small J2K frames (#1902).
2021-01-31 Carl HetheringtonMore enum class additions.
2021-01-30 Carl HetheringtonRename debug type THREED to THREED_D.
2021-01-27 Carl HetheringtonUse enum class for VideoRange.
2021-01-25 Carl HetheringtonFix label alignment.
2021-01-22 Carl Hetheringtonc++11 tidying.
2021-01-22 Carl HetheringtonTest fixes.
2021-01-22 Carl HetheringtonCheck FFOC correctly.
2021-01-22 Carl HetheringtonC++ tidying.
2021-01-22 Carl HetheringtonTest updates for libdcp fix to the duration of Marker...
2021-01-22 Carl Hetheringtonc++11 tidying.
2021-01-21 Carl HetheringtonAdapt for libdcp use of enum class.
2021-01-20 Carl HetheringtonBump libdcp for better verification, and make API adjus...
2021-01-08 Carl HetheringtonNew libcxml API.
2021-01-07 Carl HetheringtonBOOST_FOREACH.
2021-01-07 Carl Hetheringtonstd::shared_ptr
2020-12-22 Carl HetheringtonPass fonts from content around as FontData.
2020-12-10 Carl HetheringtonFix lots of macOS warnings by using a different boost...
2020-12-10 Carl HetheringtonFix macOS build.
2020-12-08 Carl HetheringtonIn a DCP with any subs/ccaps, make sure every reel...
2020-12-08 Carl HetheringtonFix test build on macOS.
2020-12-08 Carl HetheringtonWrite subtitles and closed captions to a test DCP in...
2020-12-06 Carl HetheringtonRemove a pointless parameter that the callee can calculate.
2020-12-06 Carl HetheringtonAdd some hints for violations of SMPTE Bv2.1 with subti...
2020-12-03 Carl HetheringtonAdd basic unit test for the disk writer code.
2020-12-03 Carl HetheringtonEnable TYPE_DISK logging by default.
2020-12-02 Carl HetheringtonObey audio timestamps if they don't deviate by more...
2020-11-30 Carl HetheringtonGive Butler a weak_ptr<Film>
2020-11-29 Carl HetheringtonFix test build.
2020-11-29 Carl HetheringtonMove some test references into test-private.
2020-11-28 Carl HetheringtonFix over-read behaviour of FileGroup to be the same...
2020-11-26 Carl HetheringtonMore macOS build fixes.
2020-11-26 Carl HetheringtonmacOS build fix.
2020-11-26 Carl HetheringtonCalculate hashes for any referenced assets that do...
2020-11-24 Carl HetheringtonFix corrupted image when over-cropping black filler...
2020-11-24 Carl HetheringtonFix the behaviour of FileGroup when seeking too far.
2020-11-23 Carl HetheringtonRemove swaroop variant.
2020-11-21 Carl HetheringtonTest update for auto-addition of markers.
2020-11-21 Carl HetheringtonSubtitle language test updates.
2020-11-21 Carl HetheringtonUpdate test data now that empty Language tags are not...
2020-11-20 Carl HetheringtonSubtitle language handling tweaks; write multiple subti...
2020-11-20 Carl HetheringtonRecover subtitle language metadata from the places...
2020-11-20 Carl HetheringtonRemove subtitle language from text content.
2020-11-20 Carl HetheringtonMove make_black_test into image_test.
2020-11-20 Carl HetheringtonSome tidying up of test Doxygen.
2020-11-20 Carl HetheringtonAlways add FFOC and LFOC markers (#1805).
2020-11-20 Carl HetheringtonTweak comment containing Doxygen text group name.
2020-11-16 Carl HetheringtonFix cropping of subsampled images.
2020-11-16 Carl HetheringtonUse 64-byte alignment for aligned image memory.
2020-11-16 Carl HetheringtonUpdate test references following 26bd62d1e49b63e47fca82...
2020-11-16 Carl HetheringtonAdd tests of video range.
2020-11-16 Carl HetheringtonMake sure we use limited ("video") range data when...
2020-11-16 Carl HetheringtonObey requests to change the video range of RGB content.
2020-11-02 Carl HetheringtonAdd some tests. v2.15.106
2020-11-02 Carl HetheringtonReplace dcp::Data with dcp::ArrayData
2020-10-14 Carl HetheringtonAdd test for #1857.
2020-10-14 Carl HetheringtonFix test DCP index.
2020-10-13 Carl HetheringtonRemove some debug output.
2020-10-13 Carl HetheringtonSome macOS test build fixes.
2020-10-13 Carl HetheringtonFix a REQUIRE that should be REQUIRE_EQUAL.
2020-10-13 Carl HetheringtonHack to allow us to make a valid boost::filesystem...
2020-10-13 Carl HetheringtonModify KDM naming test to use shorter path names on...
2020-10-13 Carl HetheringtonRemove dependency on srand() and predictable output...
2020-10-13 Carl HetheringtonMake socket tests connect explicitly to localhost to...
2020-10-13 Carl HetheringtonUse rand() instead of /dev/urandom to make test files.
2020-10-13 Carl HetheringtonFix POSIX path embedded in test check string.
2020-10-13 Carl HetheringtonTry to make crypo_test more likely to pass.
2020-10-13 Carl HetheringtonFix use of DCPOMATIC_TEST_PRIVATE variable to specify...
2020-10-12 Carl HetheringtonFix integer overflow in test.
2020-10-12 Carl HetheringtonFix tests after changes made in 4f652387cbeeda9b7b8ace7...
2020-10-12 Carl HetheringtonRemove Image/GraphicsMagick dependency.
2020-10-12 Carl HetheringtonFix incorrect sign on boost test constants.
2020-10-12 Carl HetheringtonCope with different names for ImageMagick's .pc file...
2020-10-08 Carl HetheringtonFix up config backup tests.
2020-09-29 Carl HetheringtonMake unit tests use their own configuration rather...
2020-09-29 Carl HetheringtonRemove debug code.
2020-09-27 Carl HetheringtonFixes for new libdcp with multiple content versions.
2020-09-25 Carl HetheringtonIt's not 7.1 until we have 12 channels. v2.15.103
2020-09-25 Carl HetheringtonUpdate test ref for new metadata.
2020-09-25 Carl HetheringtonAdd NamedChannel and use it to hide the never-used...
2020-09-23 Carl HetheringtonSupport CPL metadata.
2020-09-21 Carl HetheringtonFix --standard flag to dcpomatic2_cli (github #9).
2020-08-05 Carl HetheringtonAllow export with one audio stream per channel. v2.15.95
2020-08-03 Carl HetheringtonAdd unit test for pulldown detection.
2020-07-29 Carl HetheringtonFix bugs in thread termination causing occasional pthread
2020-07-28 Carl HetheringtonAdd a test to trigger #1786 - crash when exporting...
2020-07-27 Carl HetheringtonMerge branch 'warnings' into v2.15.x.
2020-07-26 Carl HetheringtonDisable warnings from magick.
2020-07-26 Carl HetheringtonFix test warning
2020-07-26 Carl HetheringtonIgnore libxml++ warnings in a nicer way.
2020-06-19 Carl HetheringtonMake Atmos content work more like other content. Now... v2.15.82
2020-06-14 Carl HetheringtonFix error when exporting stereo projects with "mixdown... v2.15.79
2020-06-11 Carl HetheringtonUpdate test/data for removed Film metadata tags Signed... v2.15.78
next