[FFmpeg-cvslog] avutil/hwcontext_vulkan: fully support customizable validation layers

2021-11-26 Thread Wu Jianhua
ffmpeg | branch: master | Wu Jianhua | Fri Nov 26 17:10:56 2021 +0800| [b3624069f05f1445ae75ba461e4e8ebc347ddf50] | committer: Lynne avutil/hwcontext_vulkan: fully support customizable validation layers Validation layer is an indispensable part of developing on Vulkan. The following commands

[FFmpeg-cvslog] configure: do not include -lvulkan to cflags in vulkan's pkg-config check

2021-11-26 Thread Lynne
ffmpeg | branch: master | Lynne | Wed Nov 24 20:17:09 2021 +0100| [1e5acc1b5985c58e3ec15f136c0c8d662ced3510] | committer: Lynne configure: do not include -lvulkan to cflags in vulkan's pkg-config check Also fixes the non-pkg-config check. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=comm

[FFmpeg-cvslog] avformat/udp: remove local localaddr array

2021-11-26 Thread Limin Wang
ffmpeg | branch: master | Limin Wang | Wed Nov 24 20:09:53 2021 +0800| [27c930002702f512b80124249c5efbcc0ef04841] | committer: Limin Wang avformat/udp: remove local localaddr array Reviewed-by: Martin Storsjö Signed-off-by: Limin Wang > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] avcodec/h263: Fix global-buffer-overflow with noout flag2 set

2021-11-26 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sun Nov 21 01:57:41 2021 +0100| [9207dc3b0db368bb9cf5eb295cbc1129c2975e31] | committer: Andreas Rheinhardt avcodec/h263: Fix global-buffer-overflow with noout flag2 set h263_get_motion_length() forgot to take an absolute value; as a consequence, a

[FFmpeg-cvslog] Revert "Disable warnings for casting pointers to integers, there is nothing wrong with that."

2021-11-26 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sat Nov 20 17:00:48 2021 +0100| [71204e8e3d0ae0b70dcac31ce3a984db79cd4eb0] | committer: Andreas Rheinhardt Revert "Disable warnings for casting pointers to integers, there is nothing wrong with that." This reverts commit 5258f64a14713499cf84840b3

[FFmpeg-cvslog] avformat/cafdec: Avoid unnecessary avio_tell() calls

2021-11-26 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sat Nov 20 13:46:21 2021 +0100| [7c2b9067d065a1ed503aa76ea82e5dd1763452dd] | committer: Andreas Rheinhardt avformat/cafdec: Avoid unnecessary avio_tell() calls Signed-off-by: Andreas Rheinhardt > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=

[FFmpeg-cvslog] fftools/ffmpeg: Take type limitations of AVFifo API into account

2021-11-26 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sat Nov 20 12:14:55 2021 +0100| [81be19b90640c2989ab55e3e9c8a6c299aaa249b] | committer: Andreas Rheinhardt fftools/ffmpeg: Take type limitations of AVFifo API into account The types used by the AVFifo API are inconsistent: av_fifo_(space|size)() r

[FFmpeg-cvslog] avcodec/txd: Move input size checks before allocation

2021-11-26 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sun Nov 14 18:09:17 2021 +0100| [ff23cee200239a8368515c5d8ba94fc769c3fea2] | committer: Michael Niedermayer avcodec/txd: Move input size checks before allocation Fixes: Timeout Fixes: 40882/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_TXD_f

[FFmpeg-cvslog] avformat/avidec: Check read_odml_index() for failure

2021-11-26 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sun Nov 14 18:23:24 2021 +0100| [57adb26d058490daf2c5d6ddd3cf0cf2d2212256] | committer: Michael Niedermayer avformat/avidec: Check read_odml_index() for failure Fixes: Timeout Fixes: 40950/clusterfuzz-testcase-minimized-ffmpeg_dem_AVI_fuzzer-647

[FFmpeg-cvslog] avformat/rtp: add localaddr for network interface selection

2021-11-26 Thread Limin Wang
ffmpeg | branch: master | Limin Wang | Fri Nov 26 16:55:08 2021 +0800| [7bf4c06809296820f084fd5b3e362621ac99c3f4] | committer: Limin Wang avformat/rtp: add localaddr for network interface selection Reviewed-by: Martin Storsjö Signed-off-by: Limin Wang > http://git.videolan.org/gitweb.cgi/ff

[FFmpeg-cvslog] configure: fix test_pkg_config_cpp after 1e5acc1b5985c58e

2021-11-26 Thread Lynne
ffmpeg | branch: master | Lynne | Sat Nov 27 04:37:39 2021 +0100| [33be4e6ca904201afe8fb99ee245586bb477b40e] | committer: Lynne configure: fix test_pkg_config_cpp after 1e5acc1b5985c58e > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=33be4e6ca904201afe8fb99ee245586bb477b40e --- co

[FFmpeg-cvslog] hwcontext_vulkan: use correct return value for allocation failure

2021-11-26 Thread Lynne
ffmpeg | branch: master | Lynne | Sat Nov 27 04:38:27 2021 +0100| [c90b3661fadcec98ab6462ac9f8180aa0cb8ec62] | committer: Lynne hwcontext_vulkan: use correct return value for allocation failure > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=c90b3661fadcec98ab6462ac9f8180aa0cb8ec62