[FFmpeg-cvslog] avcodec/vc1_loopfilter: Fix colums typos

2018-10-06 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Wed Sep 19 18:05:29 2018 +0200| [1fc3d8ee004a2a5143fc2fe533b2aaca4b4f0c3f] | committer: Michael Niedermayer avcodec/vc1_loopfilter: Fix colums typos Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=

[FFmpeg-cvslog] avformat/utils: Do not ignore failure in extract_extradata_init()

2018-10-06 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Thu Sep 27 00:00:24 2018 +0200| [beb3aea48e5f8a3d57f244fb8998ddf04928ee81] | committer: Michael Niedermayer avformat/utils: Do not ignore failure in extract_extradata_init() We check for the documented explanation of the "Ignore code" in extract

[FFmpeg-cvslog] avformat/utils: Fix potential integer overflow in extract_extradata()

2018-10-06 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Thu Sep 27 00:00:26 2018 +0200| [0a41a8bf2945e59db7a0773ebce11a26b95d45b6] | committer: Michael Niedermayer avformat/utils: Fix potential integer overflow in extract_extradata() Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitwe

[FFmpeg-cvslog] libavformat/ty: use decimal constant for shift

2018-10-06 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Wed Sep 19 18:05:23 2018 +0200| [8c49340b189fe6e2f563a00c708eec97101ae337] | committer: Michael Niedermayer libavformat/ty: use decimal constant for shift This was the only case in the source that uses a hexadecimal shift value. The change remove

[FFmpeg-cvslog] avcodec/unary: Improve get_unary() docs

2018-10-06 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sat Sep 22 15:18:17 2018 +0200| [ad89e203bfedf25df00e2a6ed9196170d772f25b] | committer: Michael Niedermayer avcodec/unary: Improve get_unary() docs Found-by: kierank Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg

[FFmpeg-cvslog] avfilter/vf_tonemap_opencl: Fix seperate typo

2018-10-06 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Wed Sep 19 18:05:30 2018 +0200| [c07bbdbcf051c8ae134ee0505e3687e4208a6674] | committer: Michael Niedermayer avfilter/vf_tonemap_opencl: Fix seperate typo Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=comm

[FFmpeg-cvslog] avcodec/speedhq: Make speedhq_vlc const

2018-10-06 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Wed Sep 19 18:05:32 2018 +0200| [fd3eda40308ebc4eae02d2a0877edb8aeb206a5f] | committer: Michael Niedermayer avcodec/speedhq: Make speedhq_vlc const Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=f

[FFmpeg-cvslog] avfilter/af_biquads: Remove l from %lf in av_log environment

2018-10-06 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Wed Sep 19 18:05:27 2018 +0200| [64144158890baece498a9b9ebdb67f2466f28fdb] | committer: Michael Niedermayer avfilter/af_biquads: Remove l from %lf in av_log environment The l modifier does nothing in C99 and it was undefined in C89 for %f Signed

[FFmpeg-cvslog] avformat/utils: Do not use "i" as a context pointer, "i" is normally the integer counter in loops

2018-10-06 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Thu Sep 27 00:00:25 2018 +0200| [b4a1ccfc41613ae476791e539c176ac98be03a05] | committer: Michael Niedermayer avformat/utils: Do not use "i" as a context pointer, "i" is normally the integer counter in loops This avoids surprising developers. Its

[FFmpeg-cvslog] avformat/movenc: Remove unneeded variable from mov_find_codec_tag()

2018-10-06 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Wed Sep 19 18:05:25 2018 +0200| [52e62b0585c19942bee85786e7398b54d91fd520] | committer: Michael Niedermayer avformat/movenc: Remove unneeded variable from mov_find_codec_tag() Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.

[FFmpeg-cvslog] avfilter/af_aiir: Remove l from %lf in av_log environment

2018-10-06 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Wed Sep 19 18:05:26 2018 +0200| [8dd7c2c6a71b078ca4f1f9232b05f4a9bdd418aa] | committer: Michael Niedermayer avfilter/af_aiir: Remove l from %lf in av_log environment The l modifier does nothing in C99 and it was undefined in C89 for %f Signed-of

[FFmpeg-cvslog] libavcodec/v4l2_buffers.h: fix cant typos

2018-10-06 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Wed Sep 19 18:05:28 2018 +0200| [1a7a17fb75e89b0e58d2babdfdd8ea4f3c4770f6] | committer: Michael Niedermayer libavcodec/v4l2_buffers.h: fix cant typos Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h

[FFmpeg-cvslog] avfilter/avf_showspectrum: switch to activate and add fps option

2018-10-06 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Sat Oct 6 12:32:55 2018 +0200| [c98ffa086c5d3c30256744ce568a3b76cd5a72b0] | committer: Paul B Mahol avfilter/avf_showspectrum: switch to activate and add fps option > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=c98ffa086c5d3c30256744ce568a

[FFmpeg-cvslog] lavu/qsv: fix a random hwupload failure regression

2018-10-06 Thread Zhong Li
ffmpeg | branch: master | Zhong Li | Sun Sep 30 17:59:52 2018 +0800| [21733b39d0af5211d7b9f168ff3667ea86362e2b] | committer: Luca Barbato lavu/qsv: fix a random hwupload failure regression Variable 'ret' hasn't been initialized,thus introducing a random hwupload failure regression due to qsv se

[FFmpeg-cvslog] Merge commit '21733b39d0af5211d7b9f168ff3667ea86362e2b'

2018-10-06 Thread Mark Thompson
ffmpeg | branch: master | Mark Thompson | Sat Oct 6 18:43:28 2018 +0100| [1f1ec958f6c68a5ceafea206a99c895f62d0f3ec] | committer: Mark Thompson Merge commit '21733b39d0af5211d7b9f168ff3667ea86362e2b' * commit '21733b39d0af5211d7b9f168ff3667ea86362e2b': lavu/qsv: fix a random hwupload failure

[FFmpeg-cvslog] lavfi/deshake: fix deshake crash issue.

2018-10-06 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Tue Sep 18 14:57:49 2018 +0800| [5a3ce4a92b84cded3aab7ffd7fb80e0c9130e74c] | committer: Jun Zhao lavfi/deshake: fix deshake crash issue. Fixes ticket #7441. for block contrast calculate, the block is like this: |< stride