[FFmpeg-cvslog] avformat/rpl: The associative law doesnt hold for signed integers in C

2021-06-12 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Thu Jun 10 20:35:43 2021 +0200| [480f11bdd713c15e4964093be7ef0adf5b619cc1] | committer: Michael Niedermayer avformat/rpl: The associative law doesnt hold for signed integers in C Add () to avoid undefined behavior Fixes: signed integer overflow:

[FFmpeg-cvslog] avformat/utils: Avoid overflow in codec_info_duration computation for subtitles

2021-06-12 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Wed Jun 9 21:10:32 2021 +0200| [ffe4851e2359e17c4406ab05e2e31fc7ef68de95] | committer: Michael Niedermayer avformat/utils: Avoid overflow in codec_info_duration computation for subtitles Fixes: signed integer overflow: 9223126845747118112 - -259

[FFmpeg-cvslog] avcodec/faxcompr: Check available bits in decode_uncompressed()

2021-06-12 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Wed Jun 9 21:25:58 2021 +0200| [ff56c139e07a4de2803b974b6595f6b71fbf53bd] | committer: Michael Niedermayer avcodec/faxcompr: Check available bits in decode_uncompressed() Fixes: Timeout Fixes: 34950/clusterfuzz-testcase-minimized-ffmpeg_AV_CODE

[FFmpeg-cvslog] avformat/utils: check dts/duration to be representable before using them

2021-06-12 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sun Apr 18 22:39:30 2021 +0200| [bf4e7ec8257fd24a12327c7fa14e322028250be4] | committer: Michael Niedermayer avformat/utils: check dts/duration to be representable before using them Fixes: signed integer overflow: 6854513951393103890 + 34272569757

[FFmpeg-cvslog] avcodec/faxcompr: Check if bits are available before reading in cmode == 9 || cmode == 10

2021-06-12 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Wed Jun 9 21:20:04 2021 +0200| [7d8421e3d5bc1300687a65384baccbcb3874b7ac] | committer: Michael Niedermayer avcodec/faxcompr: Check if bits are available before reading in cmode == 9 || cmode == 10 Fixes: Timeout Fixes: 34950/clusterfuzz-testca

[FFmpeg-cvslog] avcodec/utils: do "calc from frame_bytes, channels, and block_align" in 64bit

2021-06-12 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Wed Apr 28 16:50:13 2021 +0200| [3447979d08d701581a65f7275425cb1a59302319] | committer: Michael Niedermayer avcodec/utils: do "calc from frame_bytes, channels, and block_align" in 64bit Fixes: signed integer overflow: 104962766 * 32 cannot be rep

[FFmpeg-cvslog] avcodec/ttadata: Add sentinel at the end of ff_tta_shift_1

2021-06-12 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Tue Jun 8 20:10:56 2021 +0200| [dbbcfbcc4e4f0e91f814f2e13ced7b6d99069518] | committer: Michael Niedermayer avcodec/ttadata: Add sentinel at the end of ff_tta_shift_1 Fixes: out of array access Fixes: 34933/clusterfuzz-testcase-minimized-ffmpeg_

[FFmpeg-cvslog] avformat/mov: Check for duplicate mdcv

2021-06-12 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Tue Jun 8 18:14:21 2021 +0200| [f54d85cee64b98bca5d2bee703f2a266ea75dce7] | committer: Michael Niedermayer avformat/mov: Check for duplicate mdcv Fixes: memleak Fixes: 34932/clusterfuzz-testcase-minimized-ffmpeg_dem_MOV_fuzzer-5456227658235904

[FFmpeg-cvslog] avformat/flvdec: Check data before casting

2021-06-12 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Tue Jun 8 18:09:55 2021 +0200| [1e24da5cfe1cec70e322b93578227465f325936e] | committer: Michael Niedermayer avformat/flvdec: Check data before casting Fixes: -nan is outside the range of representable values of type 'long' Fixes: signed integer o

[FFmpeg-cvslog] [ffmpeg-web] branch master updated. 3654fb7 web/security: Add more CVE# for 4.3 and 4.4

2021-06-12 Thread ffmpeg-git
The branch, master has been updated via 3654fb726cc93f0974ded1b66ff2338ad0d55b83 (commit) from 8ccd75e40f7366d17a2bc6787cc4e86c79a242ab (commit) - Log - commit 3654fb726cc93f0974ded1b66ff2338ad0d55b83 Author: Micha

[FFmpeg-cvslog] lavfi/dnn: Fill Task using Common Function

2021-06-12 Thread Shubhanshu Saxena
ffmpeg | branch: master | Shubhanshu Saxena | Sat Jun 5 23:56:06 2021 +0530| [55092358189b98682d133c7b05bfcbb7ab6c750f] | committer: Guo Yejun lavfi/dnn: Fill Task using Common Function This commit adds a common function for filling the TaskItems in all three backends. Signed-off-by: Shubhan

[FFmpeg-cvslog] lavfi/dnn: Use uint8_t for async and do_ioproc in TaskItems

2021-06-12 Thread Shubhanshu Saxena
ffmpeg | branch: master | Shubhanshu Saxena | Sat Jun 5 23:56:05 2021 +0530| [6b961f74096aff114d32480670943ce4d6d66826] | committer: Guo Yejun lavfi/dnn: Use uint8_t for async and do_ioproc in TaskItems These properties have values either 0 or 1, so using uint8_t is a better option as compare

[FFmpeg-cvslog] lavfi/dnn: Extract TaskItem and InferenceItem from OpenVino Backend

2021-06-12 Thread Shubhanshu Saxena
ffmpeg | branch: master | Shubhanshu Saxena | Sat Jun 5 23:56:02 2021 +0530| [f5ab8905fddee7a772998058e8cf18f93649fc5a] | committer: Guo Yejun lavfi/dnn: Extract TaskItem and InferenceItem from OpenVino Backend Extract TaskItem and InferenceItem from OpenVino backend and convert ov_model to v

[FFmpeg-cvslog] lavfi/dnn: Add nb_output to TaskItem

2021-06-12 Thread Shubhanshu Saxena
ffmpeg | branch: master | Shubhanshu Saxena | Sat Jun 5 23:56:04 2021 +0530| [9675ebbb91891c826eeef065fd8a87d732f73ed0] | committer: Guo Yejun lavfi/dnn: Add nb_output to TaskItem Add nb_output property to TaskItem for use in TensorFlow backend and Native backend. Signed-off-by: Shubhanshu S

[FFmpeg-cvslog] lavfi/dnn: Convert output_name to char** in TaskItem

2021-06-12 Thread Shubhanshu Saxena
ffmpeg | branch: master | Shubhanshu Saxena | Sat Jun 5 23:56:03 2021 +0530| [446b4f77c106add0f6db4c0ffad1642d0920d6aa] | committer: Guo Yejun lavfi/dnn: Convert output_name to char** in TaskItem Convert output_name to char **output_names in TaskItem and use it as a pointer to array of output