[FFmpeg-cvslog] doc/filters: fix tonemap_vaapi filter name in documentation

2020-02-02 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Sun Feb 2 10:06:19 2020 +0100| [84286789e638d8f3fadbf30800aac64016b7cb3a] | committer: Paul B Mahol doc/filters: fix tonemap_vaapi filter name in documentation > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=84286789e638d8f3fadbf30800aac6401

[FFmpeg-cvslog] doc/filters: make filters order more consistent

2020-02-02 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Sun Feb 2 10:04:35 2020 +0100| [69477e10f0612a3960f3c03985fbb44021b4ab2f] | committer: Paul B Mahol doc/filters: make filters order more consistent > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=69477e10f0612a3960f3c03985fbb44021b4ab2f ---

[FFmpeg-cvslog] avfilter: add xfade opencl filter

2020-02-02 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Thu Jan 23 16:29:34 2020 +0100| [cd823dadf9d14133e215e0ab94e7900e4283af10] | committer: Paul B Mahol avfilter: add xfade opencl filter > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=cd823dadf9d14133e215e0ab94e7900e4283af10 --- Changelog

[FFmpeg-cvslog] avcodec/adpcm_argo: simplify and move duplicated logic into a function

2020-02-02 Thread Zane van Iperen
ffmpeg | branch: master | Zane van Iperen | Sat Feb 1 06:59:59 2020 +| [b49404ea30bf96807627f01552612667ce207b97] | committer: Michael Niedermayer avcodec/adpcm_argo: simplify and move duplicated logic into a function Signed-off-by: Zane van Iperen Signed-off-by: Michael Niedermayer >

[FFmpeg-cvslog] avcodec/mlpdsp: Fix a invalid shift in ff_mlp_rematrix_channel()

2020-02-02 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sat Feb 1 23:25:42 2020 +0100| [fcc9f13717c8c3fe08ca5caf957c39e76ea35e4f] | committer: Michael Niedermayer avcodec/mlpdsp: Fix a invalid shift in ff_mlp_rematrix_channel() Fixes: left shift of negative value -2 Fixes: 20305/clusterfuzz-testcase

[FFmpeg-cvslog] avformat/udp: cancel pending IO on win32 manually

2020-02-02 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Sun Jan 26 22:13:50 2020 +0100| [53aa76686e7ff4f1f6625502503d7923cec8c10e] | committer: Marton Balint avformat/udp: cancel pending IO on win32 manually recvfrom() is not a cancellation point in pthreads-win32, see https://sourceware.org/pthreads-win32/

[FFmpeg-cvslog] avformat/udp: remove setting cancel state from the TX thread

2020-02-02 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Sun Jan 26 21:11:53 2020 +0100| [c2b6493bf7ccbd34c2b28c53093fa6902673a8cd] | committer: Marton Balint avformat/udp: remove setting cancel state from the TX thread Write mode does not use cancellation. Signed-off-by: Marton Balint > http://git.videol

[FFmpeg-cvslog] avcodec/8svx: Use av_assert1(0) instead of error message in unreachable code

2020-02-02 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sun Dec 29 15:11:33 2019 +0100| [94ac2c757663a96a28a91a1f28fd13621bc80ad8] | committer: Michael Niedermayer avcodec/8svx: Use av_assert1(0) instead of error message in unreachable code Signed-off-by: Michael Niedermayer > http://git.videolan.or

[FFmpeg-cvslog] avcodec/snappy: Sanity check bytestream2_get_levarint()

2020-02-02 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sun Jan 19 21:51:11 2020 +0100| [be54da2117a6f58c14283f2511e71fda8d3bfe9d] | committer: Michael Niedermayer avcodec/snappy: Sanity check bytestream2_get_levarint() Fixes: left shift of 79 by 28 places cannot be represented in type 'int' Fixes: 2

[FFmpeg-cvslog] avcodec/pcm: Fix invalid shift in pcm_decode_frame for LXF

2020-02-02 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Wed Dec 18 00:07:50 2019 +0100| [985d3666f672781152f4b68093740ea6a9888194] | committer: Michael Niedermayer avcodec/pcm: Fix invalid shift in pcm_decode_frame for LXF Fixes: left shift of 32 by 28 places cannot be represented in type 'int' Fixes:

[FFmpeg-cvslog] avcodec/wmavoice: sanity check block_align

2020-02-02 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sat Dec 21 22:27:37 2019 +0100| [6847e22c8c85b80bf1d25ec66f77f7ccbcf43aed] | committer: Michael Niedermayer avcodec/wmavoice: sanity check block_align This limit is roughly based on the bitreader limit, its likely a much tighter limit could be u

[FFmpeg-cvslog] avcodec/dca_lbr: Fix some error codes and error passing

2020-02-02 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sat Jan 4 23:01:12 2020 +0100| [bfea054a75f17d140f2f171056a801c4c89f6d26] | committer: Michael Niedermayer avcodec/dca_lbr: Fix some error codes and error passing Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.g

[FFmpeg-cvslog] avcodec/ralf: Fix integer overflow in apply_lpc()

2020-02-02 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sun Dec 8 13:48:45 2019 +0100| [fd313d8cf8368918882b6de0880e44ae25cc7394] | committer: Michael Niedermayer avcodec/ralf: Fix integer overflow in apply_lpc() Fixes: signed integer overflow: 2147482897 + 2048 cannot be represented in type 'int' F

[FFmpeg-cvslog] avcodec/wmavoice: Fix rounding and integer anomalies in calc_input_response()

2020-02-02 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sat Dec 14 15:27:44 2019 +0100| [38d37584448731f90977132b838d50ff1a28811b] | committer: Michael Niedermayer avcodec/wmavoice: Fix rounding and integer anomalies in calc_input_response() Fixes: out of array access Fixes: inf is outside the range o

[FFmpeg-cvslog] MAINTAINERS: Add myself as mxf* maintainer

2020-02-02 Thread Tomas Härdin
ffmpeg | branch: master | Tomas Härdin | Sat Feb 1 16:15:53 2020 +0100| [1c1548b5b8a952f99d8592fd68e160ae3064] | committer: Tomas Härdin MAINTAINERS: Add myself as mxf* maintainer I have more time for this these days > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=1c1548b