[FFmpeg-cvslog] hwcontext_vulkan: fix p->img_qfs

2024-09-17 Thread Lynne
ffmpeg | branch: master | Lynne | Wed Sep 18 05:36:43 2024 +0200| [32d47166c84dc2c636ec6830b07dc0ff3b566d25] | committer: Lynne hwcontext_vulkan: fix p->img_qfs The array was tied to our old queue API, which meant that if users set it, it was never set. > http://git.videolan.org/gitweb.cgi/ffm

[FFmpeg-cvslog] hwcontext_vulkan: consider encode DBPs as always independent

2024-09-17 Thread Lynne
ffmpeg | branch: master | Lynne | Wed Sep 18 05:53:41 2024 +0200| [8875da347a5492f8905443b6839510e502e2cbd1] | committer: Lynne hwcontext_vulkan: consider encode DBPs as always independent > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=8875da347a5492f8905443b6839510e502e2cbd1 ---

[FFmpeg-cvslog] lavc: bump minor and add Changelog entry for the Vulkan H265 encoder

2024-09-17 Thread Lynne
ffmpeg | branch: master | Lynne | Tue Sep 17 20:54:44 2024 +0200| [0aa4ac0faf639583ea875aaea4daca435cbd2005] | committer: Lynne lavc: bump minor and add Changelog entry for the Vulkan H265 encoder > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=0aa4ac0faf639583ea875aaea4daca435cbd20

[FFmpeg-cvslog] lavc: add hevc_vulkan hardware encoder

2024-09-17 Thread Lynne
ffmpeg | branch: master | Lynne | Sat Sep 14 10:10:57 2024 +0200| [4b4f0b68f89f86a882097a346f0e49468bb86cb4] | committer: Lynne lavc: add hevc_vulkan hardware encoder This commit adds a Vulkan hardware HEVC encoder, with full support of the spec - I, P, and B-frames. > http://git.videolan.org/

[FFmpeg-cvslog] hw_base_encode_h265: split off SPS/PPS/VPS generation from VAAPI

2024-09-17 Thread Lynne
ffmpeg | branch: master | Lynne | Thu Sep 12 08:22:13 2024 +| [12f158ca8f2ecc172f27569af88426d0e39ce995] | committer: Lynne hw_base_encode_h265: split off SPS/PPS/VPS generation from VAAPI This commit splits off the base unit generation from VAAPI to allow sharing with other encoders. > ht

[FFmpeg-cvslog] cbs_h265: add raw filler encoding

2024-09-17 Thread Dave Airlie
ffmpeg | branch: master | Dave Airlie | Mon Jun 26 08:36:32 2023 +1000| [b4283f93e183f5e06b4b44db2831ba8b00399780] | committer: Lynne cbs_h265: add raw filler encoding > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=b4283f93e183f5e06b4b44db2831ba8b00399780 --- libavcodec/cbs_h264

[FFmpeg-cvslog] avformat/mov_chan: add extra checks to channel description count

2024-09-17 Thread James Almer
ffmpeg | branch: release/7.0 | James Almer | Tue Sep 17 15:39:57 2024 -0300| [3e6cec12865d53ebdb5e5bf344ebfc4f4b9ccb85] | committer: James Almer avformat/mov_chan: add extra checks to channel description count Make sure it's not zero, and equal or bigger than number of channels Fixes: Timeout

[FFmpeg-cvslog] avformat/mov_chan: add extra checks to channel description count

2024-09-17 Thread James Almer
ffmpeg | branch: master | James Almer | Tue Sep 17 15:39:57 2024 -0300| [1c706cec46b8fe500c76f4cb5efbafccf47cfe20] | committer: James Almer avformat/mov_chan: add extra checks to channel description count Make sure it's not zero, and equal or bigger than number of channels Fixes: Timeout / DOS