summaryrefslogtreecommitdiff
path: root/libavfilter/vf_avgblur_vulkan.c
Commit message (Expand)AuthorAgeFilesLines
* lavfi: add a flag for filters able to work with hw_device_ctxAnton Khirnov2023-03-241-0/+1
* avfilter/avgblur_vulkan: call av_vkfmt_from_pixfmt only one timeWu Jianhua2021-11-191-3/+7
* avfilter/avgblur_vulkan: use FF_ARRAY_ELEMS instead of magic numberWu Jianhua2021-11-191-2/+2
* avfilter/avgblur_vulkan: check if shader is created with successWu Jianhua2021-11-191-0/+4
* lavfi/vulkan: split off lavfi-specific code into vulkan_filter.cLynne2021-11-191-1/+1
* lavu/vulkan: move common Vulkan code from libavfilter to libavutilLynne2021-11-191-36/+38
* lavfi/vulkan: refactor, fix and fully implement multiple queuesLynne2021-11-121-13/+14
* lavfi/glslang: migrate to the C API and robustify library detectionLynne2021-11-121-1/+1
* lavfi/vulkan: use libavutil's vulkan loaderLynne2021-11-121-6/+7
* vulkan: add support for encode and decode queues and refactor queue codeLynne2021-11-121-2/+1
* avfilter/vf_avgblur_vulkan: fix incorrect conditional judgementWu Jianhua2021-10-081-1/+1
* avfilter/vulkan: Store format in filter, remove query functionAndreas Rheinhardt2021-10-051-1/+1
* avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt2021-10-051-1/+1
* avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt2021-08-201-4/+2
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-271-1/+1
* lavfi/vulkan: use av_get_random_seed instead of randLynne2020-05-291-1/+2
* lavfi/vulkan: use all enabled queues in the queue familyLynne2020-05-231-17/+22
* lavfi: add an avgblur_vulkan filterLynne2020-02-041-0/+406