[FFmpeg-cvslog] avcodec/simple_idct_template: fix integer overflow

2019-12-13 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Fri Dec 13 15:21:19 2019 +0100| [24424a6516f8adc4c73a2fe00fa106b0e49abafd] | committer: Paul B Mahol avcodec/simple_idct_template: fix integer overflow > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=24424a6516f8adc4c73a2fe00fa106b0e49abafd -

[FFmpeg-cvslog] avcodec/cbs_av1_syntax_template: Check num_y_points

2019-12-13 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Wed Dec 11 22:03:50 2019 +0100| [bbe27890ff7e31e74d024a17123cb073720f2486] | committer: Michael Niedermayer avcodec/cbs_av1_syntax_template: Check num_y_points "It is a requirement of bitstream conformance that num_y_points is less than or equal

[FFmpeg-cvslog] avformat/matroskadec: Fix use-after-free when demuxing ProRes

2019-12-13 Thread Andreas Rheinhardt
ffmpeg | branch: release/4.2 | Andreas Rheinhardt | Sat Dec 7 00:16:19 2019 +0100| [48ae2358482f6c64090227dda6915bd10f2183b0] | committer: James Almer avformat/matroskadec: Fix use-after-free when demuxing ProRes ProRes in Matroska is supposed to not contain the first atom header (containing

[FFmpeg-cvslog] avformat/matroskadec: Fix demuxing ProRes

2019-12-13 Thread Andreas Rheinhardt
ffmpeg | branch: release/4.2 | Andreas Rheinhardt | Sat Sep 28 19:54:25 2019 +0200| [2f89f24eb952337a60a03e0dd602c28107c1d87a] | committer: James Almer avformat/matroskadec: Fix demuxing ProRes The structure of a ProRes frame in mov/mp4 is that of a typical atom: First a 32 bit BE size field,

[FFmpeg-cvslog] convert_from_tensorflow.py: add support when kernel size is 1*1 with one input/output channel (gray image)

2019-12-13 Thread Guo , Yejun
ffmpeg | branch: master | Guo, Yejun | Fri Nov 22 15:50:04 2019 +0800| [e52070e89c755bffe08ecb9d9ea6be73ca1509cd] | committer: Pedro Arthur convert_from_tensorflow.py: add support when kernel size is 1*1 with one input/output channel (gray image) Signed-off-by: Guo, Yejun Signed-off-by: Pedr

[FFmpeg-cvslog] avfilter/vf_dnn_processing: refine code for better naming

2019-12-13 Thread Guo , Yejun
ffmpeg | branch: master | Guo, Yejun | Fri Nov 22 15:49:57 2019 +0800| [ed9fc2e3c576703d0bb904a93d4e654c1239f4da] | committer: Pedro Arthur avfilter/vf_dnn_processing: refine code for better naming Signed-off-by: Guo, Yejun Signed-off-by: Pedro Arthur > http://git.videolan.org/gitweb.cgi/ff

[FFmpeg-cvslog] fate/cbs: use the rawvideo muxer for AV1 tests

2019-12-13 Thread James Almer
ffmpeg | branch: master | James Almer | Wed Dec 11 22:14:22 2019 -0300| [54d09eb8d052eed1635eb6afdd27c3f991eccdc9] | committer: James Almer fate/cbs: use the rawvideo muxer for AV1 tests The IVF muxer autoinserts the av1_metadata filter unconditionally, which is not desirable for these tests.

[FFmpeg-cvslog] avfilter/vf_datascope: add decimal output

2019-12-13 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Fri Dec 13 12:47:51 2019 +0100| [824324db41025b83561f46eea30c69f7e11a83a1] | committer: Paul B Mahol avfilter/vf_datascope: add decimal output > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=824324db41025b83561f46eea30c69f7e11a83a1 --- doc/

[FFmpeg-cvslog] configure: Check for the SetDllDirectory and GetModuleHandle functions

2019-12-13 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö | Wed Dec 11 22:53:28 2019 +0200| [06ec9c4746ebc1d3b613c1847e434bbd0b4407b4] | committer: Martin Storsjö configure: Check for the SetDllDirectory and GetModuleHandle functions These functions aren't available when building for the restricted UWP/WinRT/W