[FFmpeg-cvslog] avformat/fitsdec: Better size checks

2021-01-22 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Tue Nov 3 23:41:36 2020 +0100| [14bbb6bb30a6053e82f865c2d69d1a4dd2297fc1] | committer: Michael Niedermayer avformat/fitsdec: Better size checks Fixes: out of array access Fixes:

[FFmpeg-cvslog] avcodec/utils: Check for integer overflow in get_audio_frame_duration() for ADPCM_DTK

2021-01-22 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Tue Nov 3 19:21:18 2020 +0100| [2488ba85a0fa5ee4125888258d3d95ce3f03bbb6] | committer: Michael Niedermayer avcodec/utils: Check for integer overflow in get_audio_frame_duration() for ADPCM_DTK Fixes: signed integer overflow: 131203586 * 28

[FFmpeg-cvslog] avformat/mxfdec: Fix integer overflow in next position in mxf_read_local_tags()

2021-01-22 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Thu Jan 21 21:41:41 2021 +0100| [d3d9b1fc8e2dfc8b4d66c9916ab7221062ff4660] | committer: Michael Niedermayer avformat/mxfdec: Fix integer overflow in next position in mxf_read_local_tags() Fixes: signed integer overflow: 9223372036854775723 +

[FFmpeg-cvslog] avcodec/tableprint: Don't include mem_internal.h

2021-01-22 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Wed Jan 6 22:40:28 2021 +0100| [da607832b57607fe9221bc2ecd25ea25ef6dd3aa] | committer: Andreas Rheinhardt avcodec/tableprint: Don't include mem_internal.h tableprint.h does not declare anything as aligned; it just prints DECLARE_ALIGNED. So it

[FFmpeg-cvslog] avfilter/vf_atadenoise: fix mid calculation

2021-01-22 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Fri Jan 22 18:18:38 2021 +0100| [3ce97d8ddd68ff7fddcc75ae1a9b29abcb5acad0] | committer: Paul B Mahol avfilter/vf_atadenoise: fix mid calculation > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=3ce97d8ddd68ff7fddcc75ae1a9b29abcb5acad0 ---

[FFmpeg-cvslog] avfilter/vf_estdif: make interpolation used user configurable

2021-01-22 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Fri Jan 22 17:21:28 2021 +0100| [bb66fd7f906649d599f8f9cc84609001f8992f2f] | committer: Paul B Mahol avfilter/vf_estdif: make interpolation used user configurable >

[FFmpeg-cvslog] avfilter/vf_atadenoise: add sigma options

2021-01-22 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Thu Jan 21 18:48:27 2021 +0100| [95183d25e8900e7c7cb507a70616def0f5d1abf3] | committer: Paul B Mahol avfilter/vf_atadenoise: add sigma options > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=95183d25e8900e7c7cb507a70616def0f5d1abf3 ---

[FFmpeg-cvslog] avcodec/h264_metadata_bsf: Don't use unitialized value

2021-01-22 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Fri Jan 22 12:42:44 2021 +0100| [ee1d1c4b377052635920a71f8fb2efd77ea3b38c] | committer: Andreas Rheinhardt avcodec/h264_metadata_bsf: Don't use unitialized value Reviewed-by: Mark Thompson Signed-off-by: Andreas Rheinhardt >

[FFmpeg-cvslog] avcodec/videotoolboxenc: Fix SEI enum identifiers

2021-01-22 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Fri Jan 22 11:59:41 2021 +0100| [53db591a2e2b1d8075aef96ef32a7c4d4a64111d] | committer: Andreas Rheinhardt avcodec/videotoolboxenc: Fix SEI enum identifiers Broken in 64b3aac8d07a8744656737619b70977359d9a6a5. Tested-by: Mark Himsley

[FFmpeg-cvslog] avfilter/vf_w3fdif: reduce overhead calling execute for every plane

2021-01-22 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Fri Jan 22 13:27:06 2021 +0100| [ff9bf372f7def1eea8819fa1c4268b0315d36b32] | committer: Paul B Mahol avfilter/vf_w3fdif: reduce overhead calling execute for every plane >

[FFmpeg-cvslog] tests/dnn: fix build issue after function name changed

2021-01-22 Thread Guo , Yejun
ffmpeg | branch: master | Guo, Yejun | Fri Jan 22 19:28:29 2021 +0800| [07a18ff4772a374aa4d78745a9f553dadef5c4ab] | committer: Guo, Yejun tests/dnn: fix build issue after function name changed > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=07a18ff4772a374aa4d78745a9f553dadef5c4ab

[FFmpeg-cvslog] dnn: Add ff_ prefix to unnamespaced globals

2021-01-22 Thread Mark Thompson
ffmpeg | branch: master | Mark Thompson | Thu Jan 21 21:39:55 2021 +| [bb96824510aad2ac4cf0bff545c85af7a256ff92] | committer: Guo, Yejun dnn: Add ff_ prefix to unnamespaced globals Reviewed-By: Guo, Yejun >