| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-04-29 | Allow command-line configuration of config location (#1284). | Carl Hetherington | |
| 2018-04-27 | Fix crazy thinko in Rect::extend() causing subtitles to disappear when they ↵ | Carl Hetherington | |
| were merged. | |||
| 2018-04-22 | Add MOS tag in ISDCF names if there is no sound.v2.13.16 | Carl Hetherington | |
| 2018-04-22 | Actually make that test work. | Carl Hetherington | |
| 2018-04-22 | Add a new test. | Carl Hetherington | |
| 2018-04-20 | Fix some bad fuzzy translations. | Carl Hetherington | |
| 2018-04-19 | New test data for previous. | Carl Hetherington | |
| 2018-04-19 | Add unit test to trigger #1275 and an assert to prevent the segfault. | Carl Hetherington | |
| 2018-04-13 | Account for J2K decoding at lower-than-maximum resolution when croppingv2.13.14 | Carl Hetherington | |
| the resulting images; fixes #1274. | |||
| 2018-04-13 | Note and indicate servers with bad link version (#982). | Carl Hetherington | |
| 2018-04-05 | Further adjustment of shuffler to cope with having sources for only one eye.v2.13.12 | Carl Hetherington | |
| 2018-04-05 | Add failing 3D L/R test. | Carl Hetherington | |
| 2018-03-27 | why_not in can_reference can just be a string rather than a list of strings. | Carl Hetherington | |
| 2018-03-07 | Fix up various confusions in test. | Carl Hetherington | |
| 2018-03-07 | Add failing test to trigger #1126. | Carl Hetherington | |
| 2018-03-05 | Add stub fi_FI.po files. | Carl Hetherington | |
| 2018-03-01 | Add some write_metadata() calls; use ImageContent for still image. | Carl Hetherington | |
| 2018-03-01 | Remove some debug code. | Carl Hetherington | |
| 2018-03-01 | Tidy up and add a couple more tests. | Carl Hetherington | |
| 2018-03-01 | Tweak naming and add more tests. | 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 | Expand threshold for successful test slightly. | 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-27 | Add a load of explicit keywords. | Carl Hetherington | |
| 2018-02-24 | Speed some operations by re-using the last PlayerVideo but with | Carl Hetherington | |
| updated metadata (where possible). Helps with #1194. | |||
| 2018-02-17 | Fix up test. | Carl Hetherington | |
| 2018-02-17 | Make import_dcp_test more fussy to expose a bug with importing encrypted ↵ | Carl Hetherington | |
| DCPs without a KDM. | |||
| 2018-02-14 | Build fixes. | 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-12 | More set_interop(). | Carl Hetherington | |
| 2018-02-12 | Fix interop/SMPTE confusion. | Carl Hetherington | |
| 2018-02-11 | More missing set_interop(). | Carl Hetherington | |
| 2018-02-11 | Try to fix test. | Carl Hetherington | |
| 2018-02-10 | Fix odd behaviour when analysing single bits of audio which start at ↵ | Carl Hetherington | |
| non-zero positions (#1203). | |||
| 2018-02-08 | Pass DCP subtitles before video so that they are present when the video ↵ | Carl Hetherington | |
| frame looks for them. | |||
| 2018-02-07 | New test. | Carl Hetherington | |
| 2018-02-03 | Try relaxing image check slightly. | Carl Hetherington | |
| 2018-02-02 | Possible fix for film_metadata_test. | Carl Hetherington | |
| 2018-02-02 | A number of unit test fixes. | Carl Hetherington | |
| 2018-02-02 | Fix incorrect test subtitle gathering; fix a few missing standard-setting calls. | Carl Hetherington | |
| 2018-02-02 | Fix incorrect pixel format on subtitles when they are sent to encoding servers. | Carl Hetherington | |
| 2018-01-31 | Add test for JP's tricky subtitles. | Carl Hetherington | |
| 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 | |
