aboutsummaryrefslogtreecommitdiffstats
path: root/libavfilter/vulkan.c
Commit message (Expand)AuthorAgeFilesLines
* lavfi/vulkan: fix queue counts and set indicesLynne2020-05-261-4/+2
* lavfi/vulkan: use dedicated allocation for buffers when necessaryLynne2020-05-261-3/+28
* lavfi/vulkan: use all enabled queues in the queue familyLynne2020-05-231-65/+231
* lavfi/vulkan: fix 2 minor memory leaksLynne2020-05-231-1/+4
* Revert "hwcontext_vulkan: only use one semaphore per image"Lynne2020-05-111-17/+21
* hwcontext_vulkan: only use one semaphore per imageLynne2020-04-071-21/+17
* scale_vulkan: add support for RGB->YUV conversionsLynne2020-03-171-0/+12
* lavfi: add Vulkan filtering frameworkLynne2020-02-041-0/+1236