[FFmpeg-cvslog] avfilter/pad: improve error check for w and h

2020-01-18 Thread Gyan Doshi
ffmpeg | branch: master | Gyan Doshi | Wed Jan 15 21:27:38 2020 +0530| [4de2106fbf5301e0f504849f098abc3057f87599] | committer: Gyan Doshi avfilter/pad: improve error check for w and h Target dimensions have to cover entire input. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=4de2

[FFmpeg-cvslog] avformat/libsrt: fix enabling nonblocking mode

2020-01-18 Thread Anthony Delannoy
ffmpeg | branch: master | Anthony Delannoy | Thu Jan 16 11:18:35 2020 +0100| [f8990c5f414d4575415e2a3981c3b14ca3d4] | committer: Marton Balint avformat/libsrt: fix enabling nonblocking mode As written in https://github.com/Haivision/srt/blob/v1.4.1/docs/API.md, the nonblock mode is activat

[FFmpeg-cvslog] avformat/img2enc: add support for specifying protocol options

2020-01-18 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Fri Dec 27 01:19:17 2019 +0100| [3ffe3b1db0ccb79b4a7ef2ce112e83e6f07aa49e] | committer: Marton Balint avformat/img2enc: add support for specifying protocol options v2: simplified example Signed-off-by: Marton Balint > http://git.videolan.org/gitweb.

[FFmpeg-cvslog] avcodec/vc1dec: Allocate only as much space as is unescaped

2020-01-18 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sat Oct 12 17:54:29 2019 +0200| [6a69f049274fcc22b462e3997596a28bef3feda6] | committer: Michael Niedermayer avcodec/vc1dec: Allocate only as much space as is unescaped Fixes: OOM Fixes: 18137/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_VC1

[FFmpeg-cvslog] avformat/dtsdec: make S16LE discrimination sharper

2020-01-18 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Tue Dec 31 14:05:28 2019 +0100| [934cc1faf4b474542a18a4ae28cb5e6e4ce67d88] | committer: Michael Niedermayer avformat/dtsdec: make S16LE discrimination sharper Both S16LE as well as DTS can have lots of 0 bytes in silent segments Using these resul

[FFmpeg-cvslog] avcodec/iff: Check input space before loop in decode_delta_d()

2020-01-18 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Thu Dec 12 23:13:02 2019 +0100| [e7af64178a48b30bade107c2d2938b48bd86eb82] | committer: Michael Niedermayer avcodec/iff: Check input space before loop in decode_delta_d() Fixes: Timeout (114sec ->108ms) Fixes: 19290/clusterfuzz-testcase-minimize

[FFmpeg-cvslog] avcodec/cbs_av1: Check leb128 values read

2020-01-18 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Thu Dec 12 23:50:27 2019 +0100| [a70d8363648fdd380df7f2ed39eaccf08d406e6a] | committer: Michael Niedermayer avcodec/cbs_av1: Check leb128 values read "It is a requirement of bitstream conformance that the value returned from the leb128 parsing p

[FFmpeg-cvslog] avcodec/hevc_mp4toannexb_bsf: check that nalu size doesnt overflow

2020-01-18 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Fri Dec 13 00:50:21 2019 +0100| [a8ceb2a72fa1bef4ab5f1ec6cdc7ce74fffda19d] | committer: Michael Niedermayer avcodec/hevc_mp4toannexb_bsf: check that nalu size doesnt overflow Fixes: Out of array access Fixes: 19299/clusterfuzz-testcase-minimized

[FFmpeg-cvslog] avcodec/hevc_mp4toannexb_bsf: Avoid NULL memcpy()

2020-01-18 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Fri Dec 13 00:38:29 2019 +0100| [1e23b5a706cd378ed07a200dfee656b38504f165] | committer: Michael Niedermayer avcodec/hevc_mp4toannexb_bsf: Avoid NULL memcpy() Fixes: invalid memcpy use Fixes: 19299/clusterfuzz-testcase-minimized-ffmpeg_BSF_HEVC_M

[FFmpeg-cvslog] avfilter/vf_normalize: factor code dealing with AVFrame pixels out

2020-01-18 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Sun Jan 12 19:46:00 2020 +0100| [4545699625b1a0ba37452b2169bfeb4069df63ac] | committer: Paul B Mahol avfilter/vf_normalize: factor code dealing with AVFrame pixels out > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=4545699625b1a0ba37452b2169

[FFmpeg-cvslog] avfilter/vf_normalize: move luts into private context

2020-01-18 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Sun Jan 12 19:31:24 2020 +0100| [1908818e7bda615485272cf40380221478f9d957] | committer: Paul B Mahol avfilter/vf_normalize: move luts into private context > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=1908818e7bda615485272cf40380221478f9d95

[FFmpeg-cvslog] avfilter/vf_normalize: add support for >8 depth

2020-01-18 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Sun Jan 12 20:47:35 2020 +0100| [feeef2f80c24e86981d57d4a2e919d7d34bbcbfb] | committer: Paul B Mahol avfilter/vf_normalize: add support for >8 depth > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=feeef2f80c24e86981d57d4a2e919d7d34bbcbfb ---

[FFmpeg-cvslog] avfilter/vf_normalize: add support for planar rgb

2020-01-18 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Sun Jan 12 20:00:33 2020 +0100| [ac511730245388fcad63bb88afc1adab47f419cf] | committer: Paul B Mahol avfilter/vf_normalize: add support for planar rgb > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=ac511730245388fcad63bb88afc1adab47f419cf --

[FFmpeg-cvslog] avfilter/asrc_anoisesrc: add velvet noise

2020-01-18 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Mon Jan 13 17:56:19 2020 +0100| [273886fa60c347e07c57ec2b927f70ad94fc84bb] | committer: Paul B Mahol avfilter/asrc_anoisesrc: add velvet noise > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=273886fa60c347e07c57ec2b927f70ad94fc84bb --- doc/

[FFmpeg-cvslog] avfilter/vf_v360: add perspective output projection

2020-01-18 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Sat Jan 18 16:26:59 2020 +0100| [fdddc0d678ecfd563d5b753d7c79086884b861e5] | committer: Paul B Mahol avfilter/vf_v360: add perspective output projection > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=fdddc0d678ecfd563d5b753d7c79086884b861e5

[FFmpeg-cvslog] avcodec/libx265: zero the padding bytes in extradata

2020-01-18 Thread James Almer
ffmpeg | branch: master | James Almer | Fri Jan 17 21:29:22 2020 -0300| [6ae84e7b037f8ceafff5b7bf17a317cc1ce0acb0] | committer: James Almer avcodec/libx265: zero the padding bytes in extradata Reviewed-by: Michael Niedermayer Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ff

[FFmpeg-cvslog] avformat/hls: support data protocol in uri for EXT-X-MAP

2020-01-18 Thread Steven Liu
ffmpeg | branch: master | Steven Liu | Tue Sep 24 11:18:59 2019 +0800| [b9606064c406a1e2a169590ff098c8edb7516bae] | committer: Steven Liu avformat/hls: support data protocol in uri for EXT-X-MAP Signed-off-by: Steven Liu > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=b9606064c40

[FFmpeg-cvslog] avfilter/vf_v360: add gaussian interpolation

2020-01-18 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Sat Jan 18 13:43:33 2020 +0100| [62a0d226212d5e0857c62effb1cb41e5f4af6707] | committer: Paul B Mahol avfilter/vf_v360: add gaussian interpolation > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=62a0d226212d5e0857c62effb1cb41e5f4af6707 --- d

[FFmpeg-cvslog] avfilter/vf_v360: fix some small nits

2020-01-18 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Sat Jan 18 10:57:50 2020 +0100| [3972ec28e76f08466279ad48355c45bcbe45b09f] | committer: Paul B Mahol avfilter/vf_v360: fix some small nits > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=3972ec28e76f08466279ad48355c45bcbe45b09f --- libavfil

[FFmpeg-cvslog] avfilter/vf_v360: add spline16 interpolation

2020-01-18 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Fri Jan 17 20:01:23 2020 +0100| [aa42a1e6d7fad0c2a793f63b46b5a82a80561428] | committer: Paul B Mahol avfilter/vf_v360: add spline16 interpolation > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=aa42a1e6d7fad0c2a793f63b46b5a82a80561428 --- d

[FFmpeg-cvslog] doc/spp: Update spp command options docs

2020-01-18 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Sat Jan 18 09:37:52 2020 +0800| [b3cfbd7194f0bf4dacaa08f77bcad8af4ddf7fe9] | committer: Jun Zhao doc/spp: Update spp command options docs Update spp command options docs Reviewed-by: Gyan Doshi Suggested-by: Moritz Barsnick Signed-off-by: Jun Zhao > ht