aboutsummaryrefslogtreecommitdiffstats
path: root/libavfilter
Commit message (Expand)AuthorAgeFilesLines
* tests/dnn: Make DNN tests regular libavfilter testsAndreas Rheinhardt2021-12-1910-0/+1361
* avfilter: add vf_yadif_videotoolboxAman Karmani2021-12-184-0/+680
* avfilter: add metal utilitiesAman Karmani2021-12-182-0/+108
* avfilter/vf_yadif_cuda: simplify filter definitionAman Karmani2021-12-181-18/+1
* lavfi/vf_libplacebo: update deprecated option nameNiklas Haas2021-12-151-3/+3
* vf_libplacebo: switch to newer libplacebo helpersNiklas Haas2021-12-151-79/+12
* avfilter/af_astats: improve options descriptionsLimin Wang2021-12-141-3/+3
* avfilter: add audio dynamic equalizer filterPaul B Mahol2021-12-124-1/+318
* avfilter/vf_transpose_vulkan: simplify config_props_output functionWu Jianhua2021-12-101-10/+1
* avfilter/vf_transpose_vulkan: add clock and cclock optionWu Jianhua2021-12-101-4/+21
* avfilter: add a transpose_vulkan filterWu Jianhua2021-12-103-0/+318
* avfilter/vf_transpose: fix un-checked potential memory allocation failureWu Jianhua2021-12-101-3/+12
* lavfi/vf_subtitles: stop using deprecated ass_set_aspect_ratio()Anton Khirnov2021-12-071-2/+2
* avfilter: add AVFILTER_FLAG_METADATA_ONLYAnton Khirnov2021-12-0459-26/+113
* lavfi/allfilters: move vf_chromaber_vulkan to video sectionAnton Khirnov2021-12-041-1/+1
* avfilter/buffersink: Remove outdated commentsAndreas Rheinhardt2021-12-031-5/+5
* all: Remove unused-but-set variablesAndreas Rheinhardt2021-12-031-4/+0
* avfilter: add a flip_vulkan filterWu Jianhua2021-12-022-12/+50
* avfilter: add audio dynamic smooth filterPaul B Mahol2021-12-023-0/+144
* avfilter: add audio spectral stats filterPaul B Mahol2021-12-024-1/+608
* avfilter/src_movie: add format_opts for the opened fileLimin Wang2021-11-291-1/+3
* avfilter/vf_paletteuse: Add missing parenthesesAndreas Rheinhardt2021-11-271-1/+1
* avfilter/af_biquads: add svf transform typePaul B Mahol2021-11-261-0/+95
* avfilter/vf_huesaturation: Remove dead storeAndreas Rheinhardt2021-11-191-1/+0
* avfilter: add a vflip_vulkan filterWu Jianhua2021-11-193-27/+83
* avfilter: add a hflip_vulkan filterWu Jianhua2021-11-193-0/+280
* avfilter/overlay_vulkan: call av_vkfmt_from_pixfmt only one timeWu Jianhua2021-11-191-4/+8
* avfilter/scale_vulkan: call av_vkfmt_from_pixfmt only one timeWu Jianhua2021-11-191-2/+4
* avfilter/scale_vulkan: call av_pix_fmt_count_planes only one timeWu Jianhua2021-11-191-6/+4
* avfilter/chromaber_vulkan: call av_vkfmt_from_pixfmt only one timeWu Jianhua2021-11-191-2/+4
* avfilter/avgblur_vulkan: call av_vkfmt_from_pixfmt only one timeWu Jianhua2021-11-191-3/+7
* avfilter/overlay_vulkan: use FF_ARRAY_ELEMS instead of magic numberWu Jianhua2021-11-191-1/+1
* avfilter/scale_vulkan: use FF_ARRAY_ELEMS instead of magic numberWu Jianhua2021-11-191-1/+1
* avfilter/chromaber_vulkan: use FF_ARRAY_ELEMS instead of magic numberWu Jianhua2021-11-191-1/+1
* 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
* vulkan: fix checkheadersLynne2021-11-191-1/+1
* lavfi/vulkan: split off lavfi-specific code into vulkan_filter.cLynne2021-11-1911-194/+237
* lavu/vulkan: add option to switch between shader compilers and cleanup glslangLynne2021-11-193-24/+0
* lavu/vulkan: move common Vulkan code from libavfilter to libavutilLynne2021-11-1910-2226/+189
* avfilter/af_drmeter: improve measurement precisionPaul B Mahol2021-11-181-4/+4
* avfilter/af_drmeter: refactor number of bins outPaul B Mahol2021-11-181-11/+13
* avfilter/vf_gblur_vulkan: Fix use of uninitialized valueLimin Wang2021-11-171-1/+1
* avfilter/gblur_vulkan: fix memory leakWu Jianhua2021-11-171-2/+0
* avfilter: add colorspectrum source video filterPaul B Mahol2021-11-164-2/+96
* lavfi/vulkan: fix issues the previous commit introducedLynne2021-11-161-4/+4
* lavfi/vulkan: add mutliqueue emulation codeLynne2021-11-162-18/+22
* lavfi/vulkan: fix static descriptor set updatingLynne2021-11-162-0/+22
* libavfilter: add a gblur_vulkan filterWu Jianhua2021-11-163-0/+526
* avfilter/v360: add support for off-axis projection outputPaul B Mahol2021-11-152-38/+19