Re: [FFmpeg-devel] [PATCH] swscale/swscale-test: Code to test scaler with slices

2016-06-10 Thread Pedro Arthur
patch applied. 2016-06-09 15:16 GMT-03:00 Michael Niedermayer : > On Wed, Jun 08, 2016 at 10:04:46PM -0300, Pedro Arthur wrote: > > Hi, I took the time to investigate it and I find a few bugs which I'm > > attaching a patch for them. > > patches LGTM > > > > Yet I'm not convinced that it is a def

Re: [FFmpeg-devel] [PATCH] swscale/swscale-test: Code to test scaler with slices

2016-06-09 Thread Michael Niedermayer
On Wed, Jun 08, 2016 at 10:04:46PM -0300, Pedro Arthur wrote: > Hi, I took the time to investigate it and I find a few bugs which I'm > attaching a patch for them. patches LGTM > Yet I'm not convinced that it is a definitive fix, since the output of > swscale-test differs in some cases when scal

Re: [FFmpeg-devel] [PATCH] swscale/swscale-test: Code to test scaler with slices

2016-06-08 Thread Pedro Arthur
Hi, I took the time to investigate it and I find a few bugs which I'm attaching a patch for them. Yet I'm not convinced that it is a definitive fix, since the output of swscale-test differs in some cases when scaling the whole frame or in slices. Also there is a few fixes needed in this patch which

[FFmpeg-devel] [PATCH] swscale/swscale-test: Code to test scaler with slices

2016-06-05 Thread Michael Niedermayer
This currently does fail due to bugs in swscale (already reported to author of commit causing them) Signed-off-by: Michael Niedermayer --- libswscale/swscale-test.c | 17 - 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/libswscale/swscale-test.c b/libswscale/swsc