[FFmpeg-cvslog] avformat/hlsenc: initialize saveptrs

2018-03-26 Thread Timo Rothenpieler
ffmpeg | branch: master | Timo Rothenpieler | Mon Mar 26 20:32:00 2018 +0800| [3914c8e0e6bac4ce3b3573c6fd3098e2aa4c9ff5] | committer: Steven Liu avformat/hlsenc: initialize saveptrs av_strtok calls strspn on a non-NULL *saveptr, so not NULL initializing it is an issue.

[FFmpeg-cvslog] vf_avgblur_opencl: Don't run kernel on pixels outside the image

2018-03-26 Thread Mark Thompson
ffmpeg | branch: master | Mark Thompson | Sat Mar 24 13:56:16 2018 +| [213839edffbf3982570e4e06ca713f8547dd336a] | committer: Mark Thompson vf_avgblur_opencl: Don't run kernel on pixels outside the image The output frame size is larger than the image containing a

[FFmpeg-cvslog] kmsgrab: add category for kmsgrab

2018-03-26 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Mon Mar 26 08:22:07 2018 +0800| [ac6e27d74f6a413d400c228b0eb2d3af32c1ea76] | committer: Mark Thompson kmsgrab: add category for kmsgrab Makes kmsgrab visible in "ffmpeg -devices". Signed-off-by: Jun Zhao

[FFmpeg-cvslog] libavfilter: Add OpenCL convolution filter

2018-03-26 Thread Danil Iashchenko
ffmpeg | branch: master | Danil Iashchenko | Sat Mar 24 18:57:43 2018 +0300| [9f17875134754eef899aefd30500904635edec9e] | committer: Mark Thompson libavfilter: Add OpenCL convolution filter Behaves like existing convolution filter. Signed-off-by: Mark Thompson

[FFmpeg-cvslog] avfilter/vf_avgblur_opencl: fix error when clSetKernelArg fails

2018-03-26 Thread drfer3
ffmpeg | branch: master | drfer3 | Mon Mar 26 11:08:03 2018 +1100| [29c663d50cbf590e9d225ace2d36a80fb8cbd8d3] | committer: Mark Thompson avfilter/vf_avgblur_opencl: fix error when clSetKernelArg fails Fixes Coverity CID 1430382. >

[FFmpeg-cvslog] avformat/segafilm - fix keyframe detection and set packet flags

2018-03-26 Thread Gyan Doshi
ffmpeg | branch: master | Gyan Doshi | Wed Mar 21 19:17:33 2018 +0530| [cfe1a9d311de6c36641cf295004cdbc77d7b600c] | committer: James Almer avformat/segafilm - fix keyframe detection and set packet flags Streams from a Segafilm cpk file can't be streamcopied because

[FFmpeg-cvslog] avcodec/avdct: use the proper function to free AVCodecContext

2018-03-26 Thread James Almer
ffmpeg | branch: master | James Almer | Mon Mar 26 12:51:25 2018 -0300| [3c245707bd48291af544683bc875e531dd83d5d1] | committer: James Almer avcodec/avdct: use the proper function to free AVCodecContext Fixes ticket #7074 Signed-off-by: James Almer >