Use dcp::file_to_string().
[dcpomatic.git] / test /
2021-07-03 Carl HetheringtonUse std::vector rather than a raw array.
2021-06-24 Carl HetheringtonFix incorrect timestamps when exporting as reels (... v2.15.155
2021-06-24 Carl HetheringtonTweak test group name.
2021-06-24 Carl HetheringtonFix incorrect issuer/creator in CPL files.
2021-06-04 Carl HetheringtonFix errors when seeking FFmpeg for some formats.
2021-06-03 Carl HetheringtonC++11 tidying.
2021-06-03 Carl HetheringtonIgnore errors from avcodec_receive_frame when flushing...
2021-06-01 Carl HetheringtonAdd hint when no audio language is set (#2033).
2021-06-01 Carl HetheringtonPut audio language back in the Film.
2021-05-30 Carl HetheringtonAllow any ratio to appear in the ISDCF name as an inter...
2021-05-27 Carl HetheringtonBump libdcp for fix to decryption of SMPTE subtitles.
2021-05-26 Carl HetheringtonFix potential very rare test failure.
2021-05-26 Carl HetheringtonRemove privilege escalation via seteuid() etc. on Linux.
2021-05-25 Carl HetheringtonMove video level conversion for RGB from FFmpegImagePro...
2021-05-25 Carl HetheringtonClamp results correctly when shifting video levels...
2021-05-25 Carl HetheringtonMake a test check more informative.
2021-05-25 Carl HetheringtonUse decoder_factory() and a lambda to clean things...
2021-05-11 Carl HetheringtonDon't apply the Windows long path fix twice. v2.15.147
2021-05-09 Carl HetheringtonRemove erroneous call to optional_node_child().
2021-05-09 Carl HetheringtonC++11 tidying.
2021-05-03 Carl HetheringtonC++11 tidying.
2021-05-02 Carl HetheringtonAdd pixel format 0 (AV_PIX_FMT_YUV420P) to make_part_bl...
2021-05-02 Carl HetheringtonTest output tweaks.
2021-05-02 Carl HetheringtonAdd export test DCP -> h264 to trigger #1984.
2021-05-02 Carl HetheringtonAdd pixel format 66 (AV_PIX_FMT_YUV422P10LE) to make_pa...
2021-05-02 Carl HetheringtonAdd export test DCP -> prores to trigger #1984.
2021-05-02 Carl HetheringtonC++11 tidying.
2021-05-01 Carl HetheringtonBuild with FFmpeg 4.4 and switch to the new send/receiv...
2021-04-30 Carl HetheringtonUpgrade to FFmpeg 4.4.
2021-04-30 Carl HetheringtonC++11 tidying.
2021-04-29 Carl HetheringtonC++11 tidying.
2021-04-27 Carl HetheringtonReduce disk usage of interrupt_encoder_test.
2021-04-23 Carl HetheringtonDo less logging during tests, but also log some details...
2021-04-23 Carl HetheringtonFix fopen() on windows to cope with long filenames...
2021-04-23 Carl HetheringtonMore test fixes.
2021-04-23 Carl HetheringtonFix test for random noise addition.
2021-04-23 Carl HetheringtonAdd some new check methods.
2021-04-23 Carl HetheringtonUpdate test reference.
2021-04-23 Carl HetheringtonCope with noise being added to small JPEG2000 images.
2021-04-23 Carl HetheringtonRename some test data.
2021-04-20 Carl HetheringtonMake digest calculations interruptible.
2021-04-20 Carl HetheringtonAdd a possibly-useful test.
2021-04-10 Carl HetheringtonFix up hints about long subtitle lines.
2021-04-09 Carl HetheringtonMake DCP text track language properly optional and...
2021-04-08 Carl HetheringtonAssorted C++11/formatting cleanups.
2021-04-06 Carl HetheringtonUpdate test/data for the metadata.xml reference.
2021-04-06 Carl HetheringtonAdd language to some text used in tests to avoid a...
2021-04-06 Carl HetheringtonIgnore JPEG2000 guard bits warning in a test using...
2021-04-06 Carl HetheringtonFix ISDCF name reference in test.
2021-04-06 Carl HetheringtonUpdate test/data revision.
2021-04-04 Carl HetheringtonRemove the ISDCF metadata dialogue box (#1929).
2021-04-04 Carl HetheringtonMove luminance to Interop/SMPTE metadata and remove...
2021-04-04 Carl HetheringtonMove chain to the Interop/SMPTE metadata.
2021-04-04 Carl HetheringtonMove some ISDCF flags to the Interop/SMPTE metadata.
2021-04-04 Carl HetheringtonUse studio and facility from Interop/SMPTE metadata...
2021-04-04 Carl HetheringtonUse ratings from Interop/SMPTE metadata instead of...
2021-04-04 Carl HetheringtonUse release territory from Interop/SMPTE metadata inste...
2021-04-04 Carl HetheringtonUse content version from Interop (or version number...
2021-04-02 Carl HetheringtonAdd language to audio content and use it instead of...
2021-03-31 Carl HetheringtonMove 3D-to-2D check (#1941).
2021-03-31 Carl HetheringtonPut subtitle language back into content from the film...
2021-03-30 Carl HetheringtonFix film_metadata_test. v2.15.137
2021-03-25 Carl HetheringtonUse XX as an audio language when there is no specified...
2021-03-19 Carl HetheringtonIgnore some more errors during a test.
2021-03-18 Carl HetheringtonMerge pull request #10 from matmat/v2.15.x
2021-03-18 Carl HetheringtonmacOS build fix.
2021-03-16 Carl HetheringtonSplit subtitles at reel boundaries (#1918).
2021-03-15 Carl HetheringtonAdd failing test for #1918.
2021-02-27 Carl HetheringtonTry again to fix windows tests.
2021-02-27 Carl HetheringtonTry to fix text-file-checking test on Windows.
2021-02-26 Carl HetheringtonTest fixes.
2021-02-26 Carl HetheringtonTry to make tests more robust by specifying signer...
2021-02-26 Carl HetheringtonMore verification of DCPs during tests.
2021-02-24 Carl HetheringtonFix tests being broken by new config test. v2.15.132
2021-02-24 Carl HetheringtonFix config test file in test/data.
2021-02-24 Carl HetheringtonFix config.xml corruption when it contains multi-byte...
2021-02-23 Carl HetheringtonFix missing test exception.
2021-02-23 Carl HetheringtonFix assertion failure in AudioBuffers::copy_from()...
2021-02-23 Carl HetheringtonVerify a whole bunch of DCPs made by unit tests.
2021-02-15 Carl HetheringtonAvoid using unzip.exe for Windows tests, as it crashes...
2021-02-15 Carl HetheringtonTest reference tweaks.
2021-02-15 Carl HetheringtonBasic handling of overlapping video (#1848).
2021-02-14 Carl HetheringtonFix incorrect coalesce() output when one input range...
2021-02-07 Carl HetheringtonMore libdcp include fixes.
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.
next