aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/vulkan_av1.c
Commit message (Expand)AuthorAgeFilesLines
* vulkan_av1: Fix force_integer_mv valueMark Thompson2024-05-061-1/+1
* avcodec/av1dec: Use ProgressFramesAndreas Rheinhardt2024-04-211-2/+2
* vulkan_av1: add workaround for NVIDIA drivers tested on broken CTSLynne2024-04-151-4/+15
* lavc/vulkan_av1: Use av1dec reference order hint informationMark Thompson2024-04-141-13/+10
* vulkan_av1: port to the new stable APILynne2024-03-251-230/+284
* avcodec/vulkan_decode: Un-sparse extensions tableAndreas Rheinhardt2024-03-071-0/+1
* avcodec/vulkan_video: Merge dec part of FFVkCodecMap and extension propsAndreas Rheinhardt2024-03-071-3/+7
* libavcodec: fix -Wint-conversion in vulkanSam James2024-01-061-1/+1
* avcodec/vulkan_decode: Use RefStruct API for shared_refAndreas Rheinhardt2023-10-071-1/+1
* avcodec/decode: Use RefStruct API for hwaccel_picture_privateAndreas Rheinhardt2023-10-071-6/+3
* avcodec/vulkan_decode: Factor creating session params out, fix leakAndreas Rheinhardt2023-09-151-24/+4
* avcodec/avcodec: Add FFHWAccel, hide internals of AVHWAccelAndreas Rheinhardt2023-08-071-5/+5
* vulkan_av1: remove an invalid debug printLynne2023-07-211-2/+0
* 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-4/+9
* vulkan/av1: fix tile upload offsets.Dave Airlie2023-06-221-2/+4
* vulkan/av1: fix filling out global motion params.Dave Airlie2023-06-151-3/+3
* vulkan: replace usage of %lu with %"SIZE_SPECIFIER"Lynne2023-05-291-1/+1
* av1dec: add Vulkan hwaccelLynne2023-05-291-0/+597