[FFmpeg-devel] [PATCH] lavfi: add sobel, prewitt, roberts filters

2018-06-29 Thread Danil Iashchenko
Add opencl version of sobel, prewitt, roberts filters. --- Fixed, Thanks! Docs to all opencl-based filters will be added in another patch. configure | 3 + libavfilter/Makefile| 8 +- libavfilter/allfilters.c| 3 +

Re: [FFmpeg-devel] [PATCH] avcodec/vc1_block: Fix mqaunt check for negative values

2018-06-29 Thread Michael Niedermayer
On Fri, Jun 29, 2018 at 12:01:42PM +0200, Jerome Borsboom wrote: > > Fixes: out of array access > > Fixes: ffmpeg_bof_4.avi > > Fixes: ffmpeg_bof_5.avi > > Fixes: ffmpeg_bof_6.avi > > > > Found-by: Thuan Pham, Marcel Böhme, Andrew Santosa and Alexandru Razvan > > Caciulescu with AFLSmart > >

Re: [FFmpeg-devel] [PATCH] libavformat/yuv4mpeg: Add color range support for Y4M Add color_range support in Y4M.

2018-06-29 Thread Michael Niedermayer
On Thu, Jun 28, 2018 at 04:32:01PM +0800, Wang Cao wrote: > Set pixel format and color_range for YUVJ pixel formats. Also set > color_range based on AVFormatContext. > > Signed-off-by: Wang Cao > --- > libavformat/yuv4mpegdec.c | 8 > libavformat/yuv4mpegenc.c | 37

Re: [FFmpeg-devel] [PATCH] ffmpeg.c: allow ffmpeg to output stats for each video stream

2018-06-29 Thread Michael Niedermayer
On Fri, Jun 22, 2018 at 04:03:38PM +0800, Wang Cao wrote: > Make ffmpeg to output stats for each video/audio streams and each ouptut file > ffmpeg output log in print_report. The report of video/audio sizes is clear > now as previously all output video/audio sizes were combined to report and it

[FFmpeg-devel] [PATCH] fftools/ffmpeg_opt: Add -toeof option to stop reading at position relative to EOF

2018-06-29 Thread morten . with
From: withmorten Fixes ticket #7155: Add option to stop writing at position relative to EOF Signed-off-by: Morten With --- doc/ffmpeg.texi | 6 ++ fftools/ffmpeg.h | 1 + fftools/ffmpeg_opt.c | 31 +++ 3 files changed, 38 insertions(+) diff --git

Re: [FFmpeg-devel] [PATCH] avcodec/vc1_block: Fix mqaunt check for negative values

2018-06-29 Thread Jerome Borsboom
> Fixes: out of array access > Fixes: ffmpeg_bof_4.avi > Fixes: ffmpeg_bof_5.avi > Fixes: ffmpeg_bof_6.avi > > Found-by: Thuan Pham, Marcel Böhme, Andrew Santosa and Alexandru Razvan > Caciulescu with AFLSmart > Signed-off-by: Michael Niedermayer > --- > libavcodec/vc1_block.c | 2 +- > 1 file