| Commit message (Expand) | Author | Age | Files | Lines |
* | tests/dnn: Make DNN tests regular libavfilter tests | Andreas Rheinhardt | 2021-12-19 | 10 | -0/+1361 |
* | avfilter: add vf_yadif_videotoolbox | Aman Karmani | 2021-12-18 | 4 | -0/+680 |
* | avfilter: add metal utilities | Aman Karmani | 2021-12-18 | 2 | -0/+108 |
* | avfilter/vf_yadif_cuda: simplify filter definition | Aman Karmani | 2021-12-18 | 1 | -18/+1 |
* | lavfi/vf_libplacebo: update deprecated option name | Niklas Haas | 2021-12-15 | 1 | -3/+3 |
* | vf_libplacebo: switch to newer libplacebo helpers | Niklas Haas | 2021-12-15 | 1 | -79/+12 |
* | avfilter/af_astats: improve options descriptions | Limin Wang | 2021-12-14 | 1 | -3/+3 |
* | avfilter: add audio dynamic equalizer filter | Paul B Mahol | 2021-12-12 | 4 | -1/+318 |
* | avfilter/vf_transpose_vulkan: simplify config_props_output function | Wu Jianhua | 2021-12-10 | 1 | -10/+1 |
* | avfilter/vf_transpose_vulkan: add clock and cclock option | Wu Jianhua | 2021-12-10 | 1 | -4/+21 |
* | avfilter: add a transpose_vulkan filter | Wu Jianhua | 2021-12-10 | 3 | -0/+318 |
* | avfilter/vf_transpose: fix un-checked potential memory allocation failure | Wu Jianhua | 2021-12-10 | 1 | -3/+12 |
* | lavfi/vf_subtitles: stop using deprecated ass_set_aspect_ratio() | Anton Khirnov | 2021-12-07 | 1 | -2/+2 |
* | avfilter: add AVFILTER_FLAG_METADATA_ONLY | Anton Khirnov | 2021-12-04 | 59 | -26/+113 |
* | lavfi/allfilters: move vf_chromaber_vulkan to video section | Anton Khirnov | 2021-12-04 | 1 | -1/+1 |
* | avfilter/buffersink: Remove outdated comments | Andreas Rheinhardt | 2021-12-03 | 1 | -5/+5 |
* | all: Remove unused-but-set variables | Andreas Rheinhardt | 2021-12-03 | 1 | -4/+0 |
* | avfilter: add a flip_vulkan filter | Wu Jianhua | 2021-12-02 | 2 | -12/+50 |
* | avfilter: add audio dynamic smooth filter | Paul B Mahol | 2021-12-02 | 3 | -0/+144 |
* | avfilter: add audio spectral stats filter | Paul B Mahol | 2021-12-02 | 4 | -1/+608 |
* | avfilter/src_movie: add format_opts for the opened file | Limin Wang | 2021-11-29 | 1 | -1/+3 |
* | 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 |