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-12-10avfilter: add a transpose_vulkan filterWu Jianhua
2021-12-10avfilter/vf_transpose: fix un-checked potential memory allocation failureWu Jianhua
2021-12-07lavfi/vf_subtitles: stop using deprecated ass_set_aspect_ratio()Anton Khirnov
2021-12-04avfilter: add AVFILTER_FLAG_METADATA_ONLYAnton Khirnov
2021-12-04lavfi/allfilters: move vf_chromaber_vulkan to video sectionAnton Khirnov
2021-12-03avfilter/buffersink: Remove outdated commentsAndreas Rheinhardt
2021-12-03all: Remove unused-but-set variablesAndreas Rheinhardt
2021-12-02avfilter: add a flip_vulkan filterWu Jianhua
2021-12-02avfilter: add audio dynamic smooth filterPaul B Mahol
2021-12-02avfilter: add audio spectral stats filterPaul B Mahol
2021-11-29avfilter/src_movie: add format_opts for the opened fileLimin Wang
2021-11-27avfilter/vf_paletteuse: Add missing parenthesesAndreas Rheinhardt
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