[FFmpeg-cvslog] vulkan: return VK_NOT_READY when no queries are available

2023-10-28 Thread Lynne
ffmpeg | branch: release/6.1 | Lynne | Wed Oct 25 22:58:20 2023 +| [1a8e76698478006d97432f1eb972d37ef3549dbc] | committer: Lynne vulkan: return VK_NOT_READY when no queries are available Fixes a validation issue. The issue is that the function gets called before we've sumitted a frame for

[FFmpeg-cvslog] [ffmpeg-web] branch master updated. 2b7ce01 web/download: add FFmpeg 2.8.22

2023-10-28 Thread ffmpeg-git
The branch, master has been updated via 2b7ce01d0244d77829fdd59994a5d351e61a5057 (commit) via 78b5df38903e6dc040db65ba5a5d07bf398da6ef (commit) from 1e94f9d349ecf4b06d2a8710e28cb51a69852238 (commit) - Log -

[FFmpeg-cvslog] Tag n2.8.22 : FFmpeg 2.8.22 release

2023-10-28 Thread git
[ffmpeg] [branch: refs/tags/n2.8.22] Tag:5792805c6fd25e6afc18ae6d0a0f9c08999cc99d > http://git.videolan.org/gitweb.cgi/ffmpeg.git?a=tag;h=5792805c6fd25e6afc18ae6d0a0f9c08999cc99d Tagger: Michael Niedermayer Date: Sun Oct 29 01:25:36 2023 +0200 FFmpeg 2.8.22 release

[FFmpeg-cvslog] avformat/matroskadec: Fix declaration-after-statement warnings

2023-10-28 Thread Andreas Rheinhardt
ffmpeg | branch: release/2.8 | Andreas Rheinhardt | Mon Oct 9 00:16:08 2023 +0200| [25b3a5ef00605b37f34d49007f5c463bc6882687] | committer: Michael Niedermayer avformat/matroskadec: Fix declaration-after-statement warnings Reviewed-by: Michael Niedermayer Signed-off-by: Andreas Rheinhardt

[FFmpeg-cvslog] Changelog: update

2023-10-28 Thread Michael Niedermayer
ffmpeg | branch: release/2.8 | Michael Niedermayer | Sun Oct 29 00:34:44 2023 +0200| [a7ec25b70436a4daeb349cc93bb3161f8317782a] | committer: Michael Niedermayer Changelog: update > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=a7ec25b70436a4daeb349cc93bb3161f8317782a ---

[FFmpeg-cvslog] avformat/rtsp: Use rtsp_st->stream_index

2023-10-28 Thread Michael Niedermayer
ffmpeg | branch: release/2.8 | Michael Niedermayer | Thu Oct 19 22:07:36 2023 +0200| [05c702a0cf5f68cde00cff83783e28d97550f487] | committer: Michael Niedermayer avformat/rtsp: Use rtsp_st->stream_index Fixes: out of array access Fixes: rtpdec_h264.c149/poc Found-by: Hardik Shah of Vehere

[FFmpeg-cvslog] avcodec/jpeg2000dec: Check image offset

2023-10-28 Thread Michael Niedermayer
ffmpeg | branch: release/2.8 | Michael Niedermayer | Wed Oct 4 23:32:17 2023 +0200| [7ffdd2be6ae819c7cf31c39f6826afc39f16d666] | committer: Michael Niedermayer avcodec/jpeg2000dec: Check image offset Fixes: left shift of negative value -538967841 Fixes:

[FFmpeg-cvslog] New commits on branch release/6.0

2023-10-28 Thread Git System
URL: http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=07e3223dd0213cc5f0b65e98a6e1b1500d09ece0 Author: Michael Niedermayer Date: Thu Oct 19 22:07:36 2023 +0200 avformat/rtsp: Use rtsp_st->stream_index Fixes: out of array access Fixes: rtpdec_h264.c149/poc

[FFmpeg-cvslog] vulkan: return VK_NOT_READY when no queries are available

2023-10-28 Thread Lynne
ffmpeg | branch: master | Lynne | Wed Oct 25 22:58:20 2023 +| [1a8e76698478006d97432f1eb972d37ef3549dbc] | committer: Lynne vulkan: return VK_NOT_READY when no queries are available Fixes a validation issue. The issue is that the function gets called before we've sumitted a frame for

[FFmpeg-cvslog] avutil/channel_layout: simplify 22.2 layout bitmask define

2023-10-28 Thread James Almer
ffmpeg | branch: master | James Almer | Sat Oct 28 12:47:13 2023 -0300| [1ad7bd0fe5f9eaaf8eb9d8ab99f19a2457e3aefe] | committer: James Almer avutil/channel_layout: simplify 22.2 layout bitmask define Signed-off-by: James Almer >