summaryrefslogtreecommitdiff
path: root/libavfilter
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* */version.h: define FF_API macros unconditionallyAnton Khirnov2021-11-151-6/+0
* avfilter/af_apad: do not add infinite silence for zero pad_dur or whole_durMarton Balint2021-11-142-5/+5
* lavfi/vf_libplacebo: pick log level dynamicallyNiklas Haas2021-11-121-1/+14
* lavfi: add a libplacebo filterNiklas Haas2021-11-123-0/+719
* avfilter/src_movie: make the number of decode thread configurableLimin Wang2021-11-121-3/+7
* lavfi/vulkan: refactor, fix and fully implement multiple queuesLynne2021-11-126-216/+336
* lavfi/glslang: migrate to the C API and robustify library detectionLynne2021-11-129-321/+315
* lavfi/vulkan: use libavutil's vulkan loaderLynne2021-11-126-99/+144
* vulkan: add support for encode and decode queues and refactor queue codeLynne2021-11-125-19/+4
* lavfi/vulkan: port to using timeline semaphoresLynne2021-11-122-0/+37
* avfilter/vf_nlmeans: add x86 SIMDPaul B Mahol2021-11-115-3/+146
* avfilter/vf_estdif: allow to change two more optionsPaul B Mahol2021-11-111-5/+10
* avfilter/af_atilt: use ff_filter_execute()Limin Wang2021-11-111-1/+1
* avfilter/vf_estdif: do some clip calculations only once in loopPaul B Mahol2021-11-091-9/+12
* avfilter/vf_estdif: export distance cost as filter optionPaul B Mahol2021-11-091-10/+12
* avfilter/f_reverse: readjust frame timestamps for areversePaul B Mahol2021-11-071-1/+3