| Commit message (Expand) | Author | Age | Files | Lines |
* | avfilter/vf_paletteuse: Add missing parentheses | Andreas Rheinhardt | 2021-11-27 | 1 | -1/+1 |
* | avfilter/af_biquads: add svf transform type | Paul B Mahol | 2021-11-26 | 1 | -0/+95 |
* | avfilter/vf_huesaturation: Remove dead store | Andreas Rheinhardt | 2021-11-19 | 1 | -1/+0 |
* | avfilter: add a vflip_vulkan filter | Wu Jianhua | 2021-11-19 | 3 | -27/+83 |
* | avfilter: add a hflip_vulkan filter | Wu Jianhua | 2021-11-19 | 3 | -0/+280 |
* | avfilter/overlay_vulkan: call av_vkfmt_from_pixfmt only one time | Wu Jianhua | 2021-11-19 | 1 | -4/+8 |
* | 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/chromaber_vulkan: call av_vkfmt_from_pixfmt only one time | Wu Jianhua | 2021-11-19 | 1 | -2/+4 |
* | avfilter/avgblur_vulkan: call av_vkfmt_from_pixfmt only one time | Wu Jianhua | 2021-11-19 | 1 | -3/+7 |
* | avfilter/overlay_vulkan: use FF_ARRAY_ELEMS instead of magic number | Wu Jianhua | 2021-11-19 | 1 | -1/+1 |
* | avfilter/scale_vulkan: use FF_ARRAY_ELEMS instead of magic number | Wu Jianhua | 2021-11-19 | 1 | -1/+1 |
* | avfilter/chromaber_vulkan: use FF_ARRAY_ELEMS instead of magic number | Wu Jianhua | 2021-11-19 | 1 | -1/+1 |
* | avfilter/avgblur_vulkan: use FF_ARRAY_ELEMS instead of magic number | Wu Jianhua | 2021-11-19 | 1 | -2/+2 |
* | avfilter/avgblur_vulkan: check if shader is created with success | Wu Jianhua | 2021-11-19 | 1 | -0/+4 |
* | vulkan: fix checkheaders | Lynne | 2021-11-19 | 1 | -1/+1 |
* | lavfi/vulkan: split off lavfi-specific code into vulkan_filter.c | Lynne | 2021-11-19 | 11 | -194/+237 |
* | lavu/vulkan: add option to switch between shader compilers and cleanup glslang | Lynne | 2021-11-19 | 3 | -24/+0 |
* | lavu/vulkan: move common Vulkan code from libavfilter to libavutil | Lynne | 2021-11-19 | 10 | -2226/+189 |
* | avfilter/af_drmeter: improve measurement precision | Paul B Mahol | 2021-11-18 | 1 | -4/+4 |
* | avfilter/af_drmeter: refactor number of bins out | Paul B Mahol | 2021-11-18 | 1 | -11/+13 |
* | avfilter/vf_gblur_vulkan: Fix use of uninitialized value | Limin Wang | 2021-11-17 | 1 | -1/+1 |
* | avfilter/gblur_vulkan: fix memory leak | Wu Jianhua | 2021-11-17 | 1 | -2/+0 |
* | avfilter: add colorspectrum source video filter | Paul B Mahol | 2021-11-16 | 4 | -2/+96 |
* | lavfi/vulkan: fix issues the previous commit introduced | Lynne | 2021-11-16 | 1 | -4/+4 |
* | lavfi/vulkan: add mutliqueue emulation code | Lynne | 2021-11-16 | 2 | -18/+22 |
* | lavfi/vulkan: fix static descriptor set updating | Lynne | 2021-11-16 | 2 | -0/+22 |
* | libavfilter: add a gblur_vulkan filter | Wu Jianhua | 2021-11-16 | 3 | -0/+526 |
* | avfilter/v360: add support for off-axis projection output | Paul B Mahol | 2021-11-15 | 2 | -38/+19 |
* | */version.h: define FF_API macros unconditionally | Anton Khirnov | 2021-11-15 | 1 | -6/+0 |
* | avfilter/af_apad: do not add infinite silence for zero pad_dur or whole_dur | Marton Balint | 2021-11-14 | 2 | -5/+5 |
* | lavfi/vf_libplacebo: pick log level dynamically | Niklas Haas | 2021-11-12 | 1 | -1/+14 |
* | lavfi: add a libplacebo filter | Niklas Haas | 2021-11-12 | 3 | -0/+719 |
* | avfilter/src_movie: make the number of decode thread configurable | Limin Wang | 2021-11-12 | 1 | -3/+7 |
* | lavfi/vulkan: refactor, fix and fully implement multiple queues | Lynne | 2021-11-12 | 6 | -216/+336 |
* | lavfi/glslang: migrate to the C API and robustify library detection | Lynne | 2021-11-12 | 9 | -321/+315 |
* | lavfi/vulkan: use libavutil's vulkan loader | Lynne | 2021-11-12 | 6 | -99/+144 |
* | vulkan: add support for encode and decode queues and refactor queue code | Lynne | 2021-11-12 | 5 | -19/+4 |
* | lavfi/vulkan: port to using timeline semaphores | Lynne | 2021-11-12 | 2 | -0/+37 |
* | avfilter/vf_nlmeans: add x86 SIMD | Paul B Mahol | 2021-11-11 | 5 | -3/+146 |
* | avfilter/vf_estdif: allow to change two more options | Paul B Mahol | 2021-11-11 | 1 | -5/+10 |
* | avfilter/af_atilt: use ff_filter_execute() | Limin Wang | 2021-11-11 | 1 | -1/+1 |
* | avfilter/vf_estdif: do some clip calculations only once in loop | Paul B Mahol | 2021-11-09 | 1 | -9/+12 |
* | avfilter/vf_estdif: export distance cost as filter option | Paul B Mahol | 2021-11-09 | 1 | -10/+12 |
* | avfilter/f_reverse: readjust frame timestamps for areverse | Paul B Mahol | 2021-11-07 | 1 | -1/+3 |
* | avfilter/af_adelay: use outlink where applicable | Paul B Mahol | 2021-11-07 | 1 | -4/+5 |
* | avfilter/scale_npp: add scale2ref_npp filter | Roman Arzumanyan | 2021-11-03 | 4 | -40/+508 |
* | avfilter/vf_chromanr: improve filtering results | Paul B Mahol | 2021-11-03 | 1 | -14/+18 |
* | avfilter: add huesaturation filter | Paul B Mahol | 2021-10-29 | 4 | -1/+483 |
* | avfilter/vf_nlmeans: split wa struct | Paul B Mahol | 2021-10-29 | 2 | -24/+27 |