[FFmpeg-cvslog] avutil/pixelutils: correct the function name in comments

2018-07-11 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Sun Jul 8 16:26:47 2018 +0800| [09628cb1b4cc1fba5d2eb2882562a939444a57e4] | committer: Jun Zhao avutil/pixelutils: correct the function name in comments Signed-off-by: Jun Zhao > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=09628cb1b4cc1fba5d

[FFmpeg-cvslog] lavfi/vf_avgblur_opencl: remove useless clFinish().

2018-07-11 Thread Ruiling Song
ffmpeg | branch: master | Ruiling Song | Wed Jul 4 02:16:25 2018 +0800| [923ee63d6cd140e1f957c838b1d062ca4fb73580] | committer: Mark Thompson lavfi/vf_avgblur_opencl: remove useless clFinish(). The very last clFinish() should be ok. Signed-off-by: Ruiling Song Reviewed-by: Danil Iashchenko

[FFmpeg-cvslog] lavfi/opencl: add macro for opencl error handling.

2018-07-11 Thread Ruiling Song
ffmpeg | branch: master | Ruiling Song | Wed Jul 4 02:16:24 2018 +0800| [48a1abed133d005aa4d7f49e4fdd5bef9aa263f5] | committer: Mark Thompson lavfi/opencl: add macro for opencl error handling. Signed-off-by: Ruiling Song > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=48a1abed13

[FFmpeg-cvslog] lavfi/avgblur_opencl: fix using uninitialized value

2018-07-11 Thread Danil Iashchenko
ffmpeg | branch: master | Danil Iashchenko | Mon Jul 9 15:41:48 2018 +0300| [2bdb6b64969f3d068cf0ec1a3f95eabbe9fd90d1] | committer: Mark Thompson lavfi/avgblur_opencl: fix using uninitialized value Fixed using uninitialized value "global_work[0]" when calling "av_log". Fixes CID #1437471. >

[FFmpeg-cvslog] avformat/mov: remove modulo operations from mov_estimate_video_delay()

2018-07-11 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Wed Jul 11 02:17:55 2018 +0200| [c995e01b1e01ac11cf2545b3ce86569a482ff434] | committer: Michael Niedermayer avformat/mov: remove modulo operations from mov_estimate_video_delay() 0.324 <-0.491 sec Reviewed-by: Derek Buitenhuis Reviewed-by: Sasi

[FFmpeg-cvslog] avformat/mov: Eliminate variable buf_size from mov_estimate_video_delay()

2018-07-11 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Wed Jul 11 02:17:56 2018 +0200| [3ce4034308a3726395a2c1b18a3dff3554e0b619] | committer: Michael Niedermayer avformat/mov: Eliminate variable buf_size from mov_estimate_video_delay() Reviewed-by: Derek Buitenhuis Reviewed-by: Sasi Inguva Signed-