aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/vulkan_h264.c
Commit message (Expand)AuthorAgeFilesLines
* vulkan_h264: check if slices_buf exists on end_frameLynne2023-06-251-0/+3
* vulkan_decode: reject decoding of frames with no slicesLynne2023-06-221-0/+3
* vulkan_decode: simplify and make session parameter generation more robustLynne2023-06-221-6/+10
* vulkan_decode: clean up slice handlingLynne2023-06-221-1/+0
* vulkan/h264: set non-existing flag for invalid gapsDave Airlie2023-06-121-1/+8
* vulkan: replace usage of %lu with %"SIZE_SPECIFIER"Lynne2023-05-291-1/+1
* vulkan_h264: reject end_frame being called without valid session parametersLynne2023-05-291-0/+4
* h264dec: add Vulkan hwaccelLynne2023-05-291-0/+559