Re: [FFmpeg-devel] [PATCH 1/4] avfilter/vf_colormatrix: increase precision

2016-06-05 Thread Michael Niedermayer
On Sat, Mar 26, 2016 at 10:57:49AM +, Thomas Mundt wrote: > >>>Michael Niedermayer schrieb am Sa, 26.3.2016: > > > > this causes some compiler warnings > > > > libavfilter/vf_colormatrix.c: In function ‘calc_coefficients’: > > libavfilter/vf_colormatrix.c:163:9: warning: passing argument 2 of

Re: [FFmpeg-devel] [PATCH 1/4] avfilter/vf_colormatrix: increase precision

2016-03-26 Thread Thomas Mundt
>>>Michael Niedermayer schrieb am Sa, 26.3.2016: > > this causes some compiler warnings > > libavfilter/vf_colormatrix.c: In function ‘calc_coefficients’: > libavfilter/vf_colormatrix.c:163:9: warning: passing argument 2 of > ‘inverse3x3’ from incompatible pointer type [enabled by default] > liba

Re: [FFmpeg-devel] [PATCH 1/4] avfilter/vf_colormatrix: increase precision

2016-03-25 Thread Michael Niedermayer
On Sat, Mar 26, 2016 at 01:14:36AM +, Thomas Mundt wrote: > >>>Michael Niedermayer schrieb am Sa, 26.3.2016: > > missing fate update > Sorry! > Updated patch attached. Now fate passes. > libavfilter/vf_colormatrix.c | 34 -- > tests/ref/fate/filter-col

Re: [FFmpeg-devel] [PATCH 1/4] avfilter/vf_colormatrix: increase precision

2016-03-25 Thread Thomas Mundt
>>>Michael Niedermayer schrieb am Sa, 26.3.2016: > missing fate update Sorry! Updated patch attached. Now fate passes. 0001-avfilter-vf_colormatrix-increase-precision.patch Description: Binary data ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org h

Re: [FFmpeg-devel] [PATCH 1/4] avfilter/vf_colormatrix: increase precision

2016-03-25 Thread Michael Niedermayer
On Fri, Mar 25, 2016 at 11:31:12PM +0100, Thomas Mundt wrote: > Signed-off-by: Thomas Mundt > --- > libavfilter/vf_colormatrix.c | 34 -- > 1 file changed, 20 insertions(+), 14 deletions(-) missing fate update --- ./tests/ref/fate/filter-colormatrix12016-

[FFmpeg-devel] [PATCH 1/4] avfilter/vf_colormatrix: increase precision

2016-03-25 Thread Thomas Mundt
Signed-off-by: Thomas Mundt --- libavfilter/vf_colormatrix.c | 34 -- 1 file changed, 20 insertions(+), 14 deletions(-) diff --git a/libavfilter/vf_colormatrix.c b/libavfilter/vf_colormatrix.c index 4a57fe0..ecd7a97 100644 --- a/libavfilter/vf_colormatrix.c +++ b/