Re: [FFmpeg-devel] [PATCH v4] fate: add tests for psnr and ssim filter

2017-09-27 Thread Paul B Mahol
On 9/27/17, Tobias Rapp wrote: > On 26.09.2017 09:54, Tobias Rapp wrote: >> On 20.09.2017 11:01, Tobias Rapp wrote: >>> Metadata filter output is passed through an Awk script comparing floats >>> against reference values with specified "fuzz" tolerance to account for >>>

Re: [FFmpeg-devel] [PATCH v4] fate: add tests for psnr and ssim filter

2017-09-27 Thread Tobias Rapp
On 26.09.2017 09:54, Tobias Rapp wrote: On 20.09.2017 11:01, Tobias Rapp wrote: 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:

Re: [FFmpeg-devel] [PATCH v4] fate: add tests for psnr and ssim filter

2017-09-26 Thread Tobias Rapp
On 20.09.2017 11:01, Tobias Rapp wrote: 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 ---

Re: [FFmpeg-devel] [PATCH v4] fate: add tests for psnr and ssim filter

2017-09-20 Thread Michael Niedermayer
On Wed, Sep 20, 2017 at 11:01:59AM +0200, Tobias Rapp wrote: > 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

[FFmpeg-devel] [PATCH v4] fate: add tests for psnr and ssim filter

2017-09-20 Thread Tobias Rapp
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 --- tested on Linux x86-32/64 and Mips (Qemu)