[FFmpeg-cvslog] ffprobe: print the non-diegetic stream disposition flag

2023-10-25 Thread James Almer
ffmpeg | branch: master | James Almer | Wed Oct 25 21:51:22 2023 -0300| [ef01ab262713d0ffa9d00a234bc03cc927fddb9e] | committer: James Almer ffprobe: print the non-diegetic stream disposition flag Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=ef01ab2627

[FFmpeg-cvslog] vulkan_decode: correct flipped condition in image layout

2023-10-25 Thread Lynne
ffmpeg | branch: master | Lynne | Wed Oct 25 21:56:03 2023 +0200| [70864e6adba636daf4551ba9e65a19eeb93bced1] | committer: Lynne vulkan_decode: correct flipped condition in image layout Changed by the previous commit. Caused validation issues on hardware with !reuse_dpb_dst but not layered_dpb.

[FFmpeg-cvslog] vulkan_decode: fix pedantic validation issue

2023-10-25 Thread Lynne
ffmpeg | branch: master | Lynne | Tue Oct 24 22:43:06 2023 +0200| [467e4118393170ff11b7725ec4565350fd1da195] | committer: Lynne vulkan_decode: fix pedantic validation issue "Validation Error: [ VUID-VkImageViewCreateInfo-imageViewType-04974 ] Object 0: handle = 0x9f9b413c, type = VK_OB

[FFmpeg-cvslog] vulkan_decode: fix another validation issue

2023-10-25 Thread Lynne
ffmpeg | branch: master | Lynne | Wed Oct 25 01:32:20 2023 +0200| [0b3616231d330ff25b28a20795394777a3f91b6d] | committer: Lynne vulkan_decode: fix another validation issue Surprising no one, the insane usage rule has a catch. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=0b361623

[FFmpeg-cvslog] vulkan_decode: use coded_width/height instead of the non-coded width and height

2023-10-25 Thread Lynne
ffmpeg | branch: master | Lynne | Tue Oct 24 06:33:07 2023 +0200| [9ee4f47c94083b4fe38d4e217a7d65055d3ad53f] | committer: Lynne vulkan_decode: use coded_width/height instead of the non-coded width and height Partially fixes https://streams.videolan.org/issues/19938/2_20180305-15.04.59.ts T

[FFmpeg-cvslog] avformat/options: add missing disposition flag to AVStream class options

2023-10-25 Thread James Almer
ffmpeg | branch: master | James Almer | Wed Oct 25 09:28:14 2023 -0300| [3c5bceb751891ae664319410f5dd8943732c15f0] | committer: James Almer avformat/options: add missing disposition flag to AVStream class options Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=co