aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/vulkan_decode.h
Commit message (Expand)AuthorAgeFilesLines
* avcodec/vulkan_decode: Use RefStruct API for shared_refAndreas Rheinhardt2023-10-071-1/+1
* vulkan_decode: don't call get_proc_addr on every frame's destructionLynne2023-09-151-0/+4
* vulkan_hevc: switch from a buffer pool to a malloc and simplifyLynne2023-09-151-2/+2
* avcodec/vulkan_decode: Factor creating session params out, fix leakAndreas Rheinhardt2023-09-151-2/+3
* avcodec/vulkan_decode: fix struct type for h265_profileKacper Michajłow2023-08-241-1/+1
* avcodec/hwconfig: Move HWACCEL_CAP_* to a new headerAndreas Rheinhardt2023-08-071-1/+1
* lavc/vulkan_decode: use a single execution pool per threadLynne2023-07-211-1/+2
* vulkan_decode: simplify and make session parameter generation more robustLynne2023-06-221-3/+2
* vulkan_decode: clean up slice handlingLynne2023-06-221-2/+3
* vulkan_decode: remove unused fieldsLynne2023-06-221-6/+0
* vulkan_decode: use the hwfc->user_opaque field to store the profileLynne2023-06-221-3/+3
* av1dec: add Vulkan hwaccelLynne2023-05-291-0/+2
* libavcodec: add Vulkan common video decoding codeLynne2023-05-291-0/+176