summaryrefslogtreecommitdiff
path: root/libavfilter/vf_scale_vulkan.c
Commit message (Expand)AuthorAge
* lavfi/vf_scale_vulkan: fix buildrcombs2022-06-01
* avfilter/scale_vulkan: use RET for checking return valueWu Jianhua2022-02-22
* avfilter/vf_scale_vulkan: align struct ScaleVulkanContextWu Jianhua2022-01-03
* avfilter/scale_vulkan: call av_vkfmt_from_pixfmt only one timeWu Jianhua2021-11-19
* avfilter/scale_vulkan: call av_pix_fmt_count_planes only one timeWu Jianhua2021-11-19
* avfilter/scale_vulkan: use FF_ARRAY_ELEMS instead of magic numberWu Jianhua2021-11-19
* lavfi/vulkan: split off lavfi-specific code into vulkan_filter.cLynne2021-11-19
* lavu/vulkan: move common Vulkan code from libavfilter to libavutilLynne2021-11-19
* lavfi/vulkan: refactor, fix and fully implement multiple queuesLynne2021-11-12
* lavfi/glslang: migrate to the C API and robustify library detectionLynne2021-11-12
* lavfi/vulkan: use libavutil's vulkan loaderLynne2021-11-12
* vulkan: add support for encode and decode queues and refactor queue codeLynne2021-11-12
* avfilter/vulkan: Store format in filter, remove query functionAndreas Rheinhardt2021-10-05
* avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt2021-10-05
* avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt2021-08-20
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-27
* lavfi/vulkan: use av_get_random_seed instead of randLynne2020-05-29
* lavfi/vulkan: use all enabled queues in the queue familyLynne2020-05-23
* scale_vulkan: take frame cropping parameters in account when scalingLynne2020-04-23
* scale_vulkan: correctly copy the colormatrixLynne2020-04-06
* scale_vulkan: add support for RGB->YUV conversionsLynne2020-03-17
* lavfi: add an scale_vulkan filterLynne2020-02-04