[FFmpeg-cvslog] avfilter/vf_colorconstancy: fix overreads in gauss array

2019-10-12 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Sat Oct 12 11:07:54 2019 +0200| [a7fd1279703683ebb548ef7baa2f1519994496ae] | committer: Paul B Mahol avfilter/vf_colorconstancy: fix overreads in gauss array Fixes #8250 > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=a7fd1279703683ebb548ef7

[FFmpeg-cvslog] avfilter/vf_waveform: add yflat filter

2019-10-12 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Sat Oct 12 18:46:13 2019 +0200| [e923e6205eda5ef196844af889c09201675cbb68] | committer: Paul B Mahol avfilter/vf_waveform: add yflat filter > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=e923e6205eda5ef196844af889c09201675cbb68 --- doc/fil

[FFmpeg-cvslog] avfilter/vf_waveform: add graticule enum

2019-10-12 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Sat Oct 12 16:02:34 2019 +0200| [ecc1675368b11b4338e9369f1a374741021d55d7] | committer: Paul B Mahol avfilter/vf_waveform: add graticule enum > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=ecc1675368b11b4338e9369f1a374741021d55d7 --- libav

[FFmpeg-cvslog] avfilter/vf_waveform: add invert graticule

2019-10-12 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Sat Oct 12 17:42:21 2019 +0200| [42974eb13a9b22b9ce2115433080e795c749f9c9] | committer: Paul B Mahol avfilter/vf_waveform: add invert graticule > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=42974eb13a9b22b9ce2115433080e795c749f9c9 --- doc

[FFmpeg-cvslog] avfilter/vf_waveform: allow different cb for new modes

2019-10-12 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Sat Oct 12 17:57:23 2019 +0200| [33fd82ae9eb1d444b53883737f17cdcbda82eb7b] | committer: Paul B Mahol avfilter/vf_waveform: allow different cb for new modes > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=33fd82ae9eb1d444b53883737f17cdcbda82eb

[FFmpeg-cvslog] avformat/mov: parse sdtp atom and set the pkt disposable flag accordingly

2019-10-12 Thread Matthieu Bouron
ffmpeg | branch: master | Matthieu Bouron | Fri Sep 27 14:57:09 2019 +0200| [1921f866ecf27b8b2b2764c24450d85577ff96c7] | committer: Matthieu Bouron avformat/mov: parse sdtp atom and set the pkt disposable flag accordingly Allows the creation of the sdtp atom while remuxing MP4 to MP4. This ato

[FFmpeg-cvslog] fftools/ffmpeg: Improve streamcopy

2019-10-12 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Fri Oct 11 06:06:58 2019 +0200| [223a2c2a6079a8a5a8bbaf4a7671f959a8dd8bc2] | committer: Michael Niedermayer fftools/ffmpeg: Improve streamcopy do_streamcopy() has a packet that gets zero-initialized first, then gets initialized via av_init_packet(

[FFmpeg-cvslog] avcodec/qdmc: Check input space in qdmc_get_vlc()

2019-10-12 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Thu Oct 10 18:26:44 2019 +0200| [2c7975fe6f5c734fce9c59e8418c7f2de15a558d] | committer: Michael Niedermayer avcodec/qdmc: Check input space in qdmc_get_vlc() Fixes: Timeout (125sec -> 0.4sec) Fixes: 18059/clusterfuzz-testcase-minimized-ffmpeg_AV

[FFmpeg-cvslog] avformat/mpjpegdec: fix strict boundary search string

2019-10-12 Thread Moritz Barsnick
ffmpeg | branch: master | Moritz Barsnick | Mon Oct 7 00:19:29 2019 +0200| [1ea44a55fe36c92420cba3542de256a1507f52fe] | committer: Michael Niedermayer avformat/mpjpegdec: fix strict boundary search string According to RFC1341, the multipart boundary indicated by the Content-Type header must b

[FFmpeg-cvslog] avformat/mpjpegdec: fix finding multipart boundary parameter

2019-10-12 Thread Moritz Barsnick
ffmpeg | branch: master | Moritz Barsnick | Mon Oct 7 00:19:28 2019 +0200| [a3846fe69bbd71341155c33ece14b0591264caa8] | committer: Michael Niedermayer avformat/mpjpegdec: fix finding multipart boundary parameter The string matching function's return value was evaluated incorrectly. Fixes tra

[FFmpeg-cvslog] avformat/mpjpegdec: ensure seekback for latest chunk

2019-10-12 Thread Moritz Barsnick
ffmpeg | branch: master | Moritz Barsnick | Mon Oct 7 00:19:30 2019 +0200| [f76a899abc80512959ec7deab25bc9642c4feb73] | committer: Michael Niedermayer avformat/mpjpegdec: ensure seekback for latest chunk Not only the first, but each latest chunk must be cached to allow seekback after finding

[FFmpeg-cvslog] avcodec/zmbvenc: Correct offset in buffer

2019-10-12 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Thu Oct 10 11:47:41 2019 +0200| [def04022f4a7058f99e669bfd978d431d79aec18] | committer: Michael Niedermayer avcodec/zmbvenc: Correct offset in buffer zmbvenc allocates a buffer for a picture with padding on all four sides: The stride is choosen so

[FFmpeg-cvslog] avutil/eval: add sgn()

2019-10-12 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Fri Oct 11 21:44:09 2019 +0200| [961d6493e8c2846032dfda6f9dba557a98b02de4] | committer: Paul B Mahol avutil/eval: add sgn() > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=961d6493e8c2846032dfda6f9dba557a98b02de4 --- doc/utils.texi | 3 ++