Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-11-26avfilter/af_biquads: add svf transform typePaul B Mahol
2021-11-19avfilter/vf_huesaturation: Remove dead storeAndreas Rheinhardt
2021-11-19avfilter: add a vflip_vulkan filterWu Jianhua
2021-11-19avfilter: add a hflip_vulkan filterWu Jianhua
2021-11-19avfilter/overlay_vulkan: call av_vkfmt_from_pixfmt only one timeWu Jianhua
2021-11-19avfilter/scale_vulkan: call av_vkfmt_from_pixfmt only one timeWu Jianhua
2021-11-19avfilter/scale_vulkan: call av_pix_fmt_count_planes only one timeWu Jianhua
2021-11-19avfilter/chromaber_vulkan: call av_vkfmt_from_pixfmt only one timeWu Jianhua
2021-11-19avfilter/avgblur_vulkan: call av_vkfmt_from_pixfmt only one timeWu Jianhua
2021-11-19avfilter/overlay_vulkan: use FF_ARRAY_ELEMS instead of magic numberWu Jianhua
2021-11-19avfilter/scale_vulkan: use FF_ARRAY_ELEMS instead of magic numberWu Jianhua
2021-11-19avfilter/chromaber_vulkan: use FF_ARRAY_ELEMS instead of magic numberWu Jianhua
2021-11-19avfilter/avgblur_vulkan: use FF_ARRAY_ELEMS instead of magic numberWu Jianhua
2021-11-19avfilter/avgblur_vulkan: check if shader is created with successWu Jianhua
2021-11-19vulkan: fix checkheadersLynne
2021-11-19lavfi/vulkan: split off lavfi-specific code into vulkan_filter.cLynne
2021-11-19lavu/vulkan: add option to switch between shader compilers and cleanup glslangLynne
2021-11-19lavu/vulkan: move common Vulkan code from libavfilter to libavutilLynne
2021-11-19avfilter/af_drmeter: improve measurement precisionPaul B Mahol
2021-11-19avfilter/af_drmeter: refactor number of bins outPaul B Mahol
2021-11-17avfilter/vf_gblur_vulkan: Fix use of uninitialized valueLimin Wang
2021-11-17avfilter/gblur_vulkan: fix memory leakWu Jianhua
2021-11-16avfilter: add colorspectrum source video filterPaul B Mahol
2021-11-16lavfi/vulkan: fix issues the previous commit introducedLynne
2021-11-16lavfi/vulkan: add mutliqueue emulation codeLynne
2021-11-16lavfi/vulkan: fix static descriptor set updatingLynne
2021-11-16libavfilter: add a gblur_vulkan filterWu Jianhua
2021-11-15avfilter/v360: add support for off-axis projection outputPaul B Mahol
2021-11-15*/version.h: define FF_API macros unconditionallyAnton Khirnov
2021-11-14avfilter/af_apad: do not add infinite silence for zero pad_dur or whole_durMarton Balint
2021-11-13lavfi/vf_libplacebo: pick log level dynamicallyNiklas Haas
2021-11-12lavfi: add a libplacebo filterNiklas Haas
2021-11-12avfilter/src_movie: make the number of decode thread configurableLimin Wang
2021-11-12lavfi/vulkan: refactor, fix and fully implement multiple queuesLynne
2021-11-12lavfi/glslang: migrate to the C API and robustify library detectionLynne
2021-11-12lavfi/vulkan: use libavutil's vulkan loaderLynne
2021-11-12vulkan: add support for encode and decode queues and refactor queue codeLynne
2021-11-12lavfi/vulkan: port to using timeline semaphoresLynne
2021-11-11avfilter/vf_nlmeans: add x86 SIMDPaul B Mahol
2021-11-11avfilter/vf_estdif: allow to change two more optionsPaul B Mahol
2021-11-11avfilter/af_atilt: use ff_filter_execute()Limin Wang
2021-11-09avfilter/vf_estdif: do some clip calculations only once in loopPaul B Mahol
2021-11-09avfilter/vf_estdif: export distance cost as filter optionPaul B Mahol
2021-11-07avfilter/f_reverse: readjust frame timestamps for areversePaul B Mahol
2021-11-07avfilter/af_adelay: use outlink where applicablePaul B Mahol
2021-11-03avfilter/scale_npp: add scale2ref_npp filterRoman Arzumanyan
2021-11-03avfilter/vf_chromanr: improve filtering resultsPaul B Mahol
2021-10-30avfilter: add huesaturation filterPaul B Mahol
2021-10-29avfilter/vf_nlmeans: split wa structPaul B Mahol
2021-10-29avfilter/vf_nlmeans: refactor line processing in preparation for x86 SIMD ass...Paul B Mahol