Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fate/filter-refcmp-*: make refcmp_metadata fail on empty or truncated input | Marton Balint | 2022-04-10 | 1 | -1/+4 |
| | | | | | | | | | | | | | On empty input the awk script was always successful which caused the filter-refcmp tests to always succeed. Also fix the command lines for refcmp_metadata compare function because it needs auto conversion filters, and update reference of test filter-refcmp-psnr-rgb because it was missed in a7fc78c1a638a32c3695c06f727774c740d675c2 but was never noticed due to the original issue... Signed-off-by: Marton Balint <cus@passwd.hu> | ||||
* | fate: add tests for psnr and ssim filter | Tobias Rapp | 2017-09-27 | 1 | -0/+64 |
Metadata filter output is passed through an Awk script comparing floats against reference values with specified "fuzz" tolerance to account for architectural differences (e.g. x86-32 vs. x86-64). Signed-off-by: Tobias Rapp <t.rapp@noa-archive.com> |