| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-01-18 | Remove a cast from float to double which seemingly causes | Carl Hetherington | |
| slight errors in Time::ceil(). Possibly related to #1174. | |||
| 2018-01-18 | Move a couple of tests to a more appropriate place. | Carl Hetherington | |
| 2018-01-16 | In general the player assumes that it won't receive out of order video. | Carl Hetherington | |
| This clearly can happen with separate L/R sources. A pass in L might emit two frames which means the arrivals can't possibly be in order. This commit fixes this by introducing a Shuffler which all alternate-3D sources send their video to. The Shuffler re-orders things before they arrive at the player. It also fixes the code which inserts video frames before one that arrives after a gap. This didn't cope with 3D right before. The audio code solves a similar (perhaps the same?) problem with the AudioMerger; perhaps we should have a similar thing for video and make the player emit complete 3D frames. Should help with #976. | |||
| 2018-01-15 | Add another 3D test. | Carl Hetherington | |
| 2018-01-13 | Use an enum for the effect in SubtitleContent. | Carl Hetherington | |
| 2018-01-11 | Harden alpha blend tests and fix alpha_blend again. | Carl Hetherington | |
| 2018-01-10 | Fix yet more pixel order confusions. | Carl Hetherington | |
| 2018-01-05 | Backup more than one config on failure to load. | Carl Hetherington | |
| 2018-01-03 | Write some test metadata for debugging. | Carl Hetherington | |
| 2018-01-03 | Some more, simpler, subtitle export tests. | Carl Hetherington | |
| 2018-01-02 | Add convert_pixel_format convenience function. | Carl Hetherington | |
| 2018-01-02 | Expand FFmpeg encoder subs tests. | Carl Hetherington | |
| 2018-01-02 | Add test for incorrect ISDCF name with full-frame content, and fix it (#1118). | Carl Hetherington | |
| 2017-12-31 | Try to fix build on OS X. | Carl Hetherington | |
| 2017-12-31 | Try to fix Windows build. | Carl Hetherington | |
| 2017-12-30 | Try comparing images using RMS error metric. | Carl Hetherington | |
| 2017-12-30 | Add new test. | Carl Hetherington | |
| 2017-12-30 | Fix call to Image::compare; it returns false if images are identical. | Carl Hetherington | |
| This breaks alpha_blend_test for reasons that aren't yet clear. | |||
| 2017-12-29 | Add a test for #1129. | Carl Hetherington | |
| 2017-12-29 | Comment typo. | Carl Hetherington | |
| 2017-12-29 | Fix some tests now that start trims are forcibly aligned to video frames. | Carl Hetherington | |
| 2017-12-29 | Use 24fps for a test. | Carl Hetherington | |
| 2017-12-27 | Add another failing reels test. | Carl Hetherington | |
| 2017-12-11 | Fix various problems caused by non-integer-frame start trims, | Carl Hetherington | |
| and also by the inability of content_video_to_dcp to return negative values. The latter is necessary for tests on "is this content too early" to work. | |||
| 2017-12-11 | Add failing test for trimming from the start of non-integer-framerate sources. | Carl Hetherington | |
| 2017-12-06 | test update. | Carl Hetherington | |
| 2017-11-14 | Supporter. | Carl Hetherington | |
| 2017-10-31 | Remove unused method. | Carl Hetherington | |
| 2017-10-24 | Use different names for threed_test 1 and 2. | Carl Hetherington | |
| 2017-10-18 | Update test data. | Carl Hetherington | |
| 2017-10-18 | Try using ffcmp instead of md5 checking for FFmpeg file tests. | Carl Hetherington | |
| 2017-10-17 | Remove unused variable. | Carl Hetherington | |
| 2017-10-17 | Try using ffmpeg md5 filter to compare files. | Carl Hetherington | |
| 2017-10-16 | Fix client_server_tests on Docker. | Carl Hetherington | |
| 2017-10-14 | Bump hashes for 2d_encrypted too. | Carl Hetherington | |
| 2017-10-13 | Update test/data. | Carl Hetherington | |
| 2017-10-13 | Recovery id churn. | Carl Hetherington | |
| 2017-10-13 | Don't corrupt dcp_asset_filename_format configuration option during the test. | Carl Hetherington | |
| 2017-10-10 | Fix erroneous addition to test/wscript. | Carl Hetherington | |
| 2017-10-10 | Fix disappearing frames while seeking in some cases. | Carl Hetherington | |
| 2017-10-10 | Fix stream ID for tests. | Carl Hetherington | |
| 2017-10-09 | Fix logic of audio decoder positioning. | Carl Hetherington | |
| 2017-09-20 | Supporter. | Carl Hetherington | |
| 2017-09-11 | Remove debugging code. | Carl Hetherington | |
| 2017-09-03 | Restore correct setup of fast resampler when the player is set to fast. | Carl Hetherington | |
| 2017-09-03 | Debug test data location. | Carl Hetherington | |
| 2017-09-03 | Get private data location from the environment if it's present. | Carl Hetherington | |
| 2017-09-03 | Add another test. | Carl Hetherington | |
| 2017-09-03 | Add a test for profiling. | Carl Hetherington | |
| 2017-09-02 | OS X build fix. | Carl Hetherington | |
