| Commit message (Expand) | Author | Age | Files | Lines |
* | lavfi/scale_vulkan: fix memory leaks | Lynne | 2023-08-28 | 1 | -2/+0 |
* | avfilter/internal: Don't include video.h | Andreas Rheinhardt | 2023-08-07 | 1 | -0/+1 |
* | scale_vulkan: port for the rewrite | Lynne | 2023-05-29 | 1 | -241/+125 |
* | vulkan: allow alloc pNext in ff_vk_create_buf | Lynne | 2023-05-29 | 1 | -1/+1 |
* | vulkan: add pNext argument to ff_vk_create_buf() | Lynne | 2023-05-29 | 1 | -1/+1 |
* | lavfi: add a flag for filters able to work with hw_device_ctx | Anton Khirnov | 2023-03-24 | 1 | -0/+1 |
* | lavfi/vf_scale_vulkan: fix build | rcombs | 2022-06-01 | 1 | -2/+2 |
* | avfilter/scale_vulkan: use RET for checking return value | Wu Jianhua | 2022-02-22 | 1 | -17/+7 |
* | avfilter/vf_scale_vulkan: align struct ScaleVulkanContext | Wu Jianhua | 2022-01-03 | 1 | -3/+5 |
* | avfilter/scale_vulkan: call av_vkfmt_from_pixfmt only one time | Wu Jianhua | 2021-11-19 | 1 | -2/+4 |
* | avfilter/scale_vulkan: call av_pix_fmt_count_planes only one time | Wu Jianhua | 2021-11-19 | 1 | -6/+4 |
* | avfilter/scale_vulkan: use FF_ARRAY_ELEMS instead of magic number | Wu Jianhua | 2021-11-19 | 1 | -1/+1 |
* | lavfi/vulkan: split off lavfi-specific code into vulkan_filter.c | Lynne | 2021-11-19 | 1 | -1/+1 |
* | lavu/vulkan: move common Vulkan code from libavfilter to libavutil | Lynne | 2021-11-19 | 1 | -35/+38 |
* | lavfi/vulkan: refactor, fix and fully implement multiple queues | Lynne | 2021-11-12 | 1 | -12/+15 |
* | lavfi/glslang: migrate to the C API and robustify library detection | Lynne | 2021-11-12 | 1 | -2/+2 |
* | lavfi/vulkan: use libavutil's vulkan loader | Lynne | 2021-11-12 | 1 | -6/+7 |
* | vulkan: add support for encode and decode queues and refactor queue code | Lynne | 2021-11-12 | 1 | -2/+1 |
* | avfilter/vulkan: Store format in filter, remove query function | Andreas Rheinhardt | 2021-10-05 | 1 | -1/+1 |
* | avfilter: Replace query_formats callback with union of list and callback | Andreas Rheinhardt | 2021-10-05 | 1 | -1/+1 |
* | avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilter | Andreas Rheinhardt | 2021-08-20 | 1 | -4/+2 |
* | avfilter: Constify all AVFilters | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | lavfi/vulkan: use av_get_random_seed instead of rand | Lynne | 2020-05-29 | 1 | -1/+2 |
* | lavfi/vulkan: use all enabled queues in the queue family | Lynne | 2020-05-23 | 1 | -12/+18 |
* | scale_vulkan: take frame cropping parameters in account when scaling | Lynne | 2020-04-23 | 1 | -9/+14 |
* | scale_vulkan: correctly copy the colormatrix | Lynne | 2020-04-06 | 1 | -1/+1 |
* | scale_vulkan: add support for RGB->YUV conversions | Lynne | 2020-03-17 | 1 | -63/+237 |
* | lavfi: add an scale_vulkan filter | Lynne | 2020-02-04 | 1 | -0/+352 |