| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-05-25 | Move video level conversion for RGB from FFmpegImageProxy to Image. | Carl Hetherington | |
| Since FFmpeg does not do video level conversion for RGB sources when we (sort of) ask it to in Image::crop_scale_window() it seems to make more sense to compensate for that by calling full_to_video_range() in the same place (rather than in FFmpegImageProxy). | |||
| 2021-05-25 | Make a test check more informative. | Carl Hetherington | |
| 2021-04-23 | Do less logging during tests, but also log some details of what test is | Carl Hetherington | |
| running on Windows. | |||
| 2021-04-23 | Add some new check methods. | Carl Hetherington | |
| 2021-04-04 | Move luminance to Interop/SMPTE metadata and remove the ISDCF metadata dialogue. | Carl Hetherington | |
| 2021-02-28 | Try again to fix windows tests. | Carl Hetherington | |
| 2021-02-27 | Try to fix text-file-checking test on Windows. | Carl Hetherington | |
| 2021-02-26 | Try to make tests more robust by specifying signer/decryption chains. | Carl Hetherington | |
| 2021-02-23 | Verify a whole bunch of DCPs made by unit tests. | Carl Hetherington | |
| 2021-02-02 | Reduce the disk space needed when running tests.v2.15.124 | Carl Hetherington | |
| 2021-02-01 | C++11-ification. | Carl Hetherington | |
| 2021-01-31 | More enum class additions. | Carl Hetherington | |
| 2021-01-30 | Rename debug type THREED to THREED_D. | Carl Hetherington | |
| 2021-01-27 | Use enum class for VideoRange. | Carl Hetherington | |
| 2021-01-21 | Adapt for libdcp use of enum class. | Carl Hetherington | |
| 2021-01-07 | std::shared_ptr | Carl Hetherington | |
| 2020-12-03 | Enable TYPE_DISK logging by default. | Carl Hetherington | |
| 2020-11-16 | Obey requests to change the video range of RGB content. | Carl Hetherington | |
| Video that comes in with RGB pixels will not have its video level ranges changed by libswscale (it only does this for YUV and greyscale). Here we add code to do it ourselves for RGB content coming in via image files (e.g. PNG/DPX etc). Part of #1851. | |||
| 2020-11-02 | Replace dcp::Data with dcp::ArrayData | Carl Hetherington | |
| 2020-10-13 | Some macOS test build fixes. | Carl Hetherington | |
| 2020-10-13 | Use rand() instead of /dev/urandom to make test files. | Carl Hetherington | |
| 2020-10-13 | Fix use of DCPOMATIC_TEST_PRIVATE variable to specify where | Carl Hetherington | |
| test private data is. | |||
| 2020-10-12 | Remove Image/GraphicsMagick dependency. | Carl Hetherington | |
| 2020-09-29 | Make unit tests use their own configuration rather than whatever | Carl Hetherington | |
| happens to be in $HOME. This is especially important for signer certificates; without this it looks like the ones from $HOME will be used. | |||
| 2020-06-19 | Make Atmos content work more like other content. Now its MXFsv2.15.82 | Carl Hetherington | |
| are re-written, meaning that they can be encrypted. This (along with the libdcp update) also fixes assorted Atmos bugs. | |||
| 2020-05-20 | Add a bit more debug logging to the player. | Carl Hetherington | |
| 2020-05-20 | More logging and make it go to the right place. | Carl Hetherington | |
| 2020-05-20 | Run all tests with lots of encoding threads. | Carl Hetherington | |
| 2020-05-18 | Add new version of check_dcp(). | Carl Hetherington | |
| 2020-03-11 | Move private_data into TestPaths | Carl Hetherington | |
| 2020-03-11 | Add failing test for one short-reel possibility. | Carl Hetherington | |
| 2020-02-18 | Write logs during tests to a file. | Carl Hetherington | |
| 2019-11-04 | Fix incorrect images when cropping without stretch. | Carl Hetherington | |
| Always overallocate images so that Image::crop_scale_window is always safe from over-reading buffers. Relates to #1654 and probably #1653. | |||
| 2019-10-21 | Merge branch 'v2.15.x' of ssh://localhost:2222/home/carl/git/dcpomatic into ↵ | Carl Hetherington | |
| v2.15.x | |||
| 2019-10-21 | Copy with progress updates when we might copy long files (#1574). | Carl Hetherington | |
| 2019-10-21 | Rename dcpomatic_sleep -> dcpomatic_sleep_seconds. | Carl Hetherington | |
| 2018-10-12 | Use ImageMagick for test stuff. | Carl Hetherington | |
| 2018-10-12 | Change MagickImageProxy to FFmpegImageProxy and make it use FFmpeg | Carl Hetherington | |
| to decode images. Hence remove {Image,Graphics}Magick. | |||
| 2018-08-21 | Work around warning. | Carl Hetherington | |
| 2018-07-09 | Don't write multiple <LoadFont> tags to Interop subtitles (#1273). | Carl Hetherington | |
| 2018-02-28 | Fix thinko in last commit. | Carl Hetherington | |
| 2018-02-28 | Check J2K image XYZ-pixel by XYZ-pixel. | Carl Hetherington | |
| 2018-02-28 | Tweak error threshold for an image comparison involving subtitles. | Carl Hetherington | |
| 2018-02-27 | Try again to make private_data path canonical. | Carl Hetherington | |
| 2018-02-27 | Remove relative path elements from test location. | Carl Hetherington | |
| 2018-02-13 | Add some tolerance when checking audio references. | Carl Hetherington | |
| 2018-02-13 | Recover test config after config_test.cc runs. | Carl Hetherington | |
| 2018-02-03 | Try relaxing image check slightly. | Carl Hetherington | |
| 2017-12-31 | Try to fix build on OS X. | Carl Hetherington | |
| 2017-12-31 | Try to fix Windows build. | Carl Hetherington | |
