git.videolan.org Git - ffmpeg.git/rss log

FFmpeg git repo

http://git.videolan.org/?p=ffmpeg.git;a=summary

Les articles publiés sur le site

  • vulkan : remove unused field from exec pools

    13 avril, par Lynne
    vulkan: remove unused field from exec pools
    
    This used to be involved in a mechanism to switch between queue indices,
    but since the rewrite of the rewrite of the rewrite, it was rewritten out.
    
    • [DH] libavutil/vulkan.h
  • vulkan_shaderc/glslang : print full shaders on TRACE rather than VERBOSE

    13 avril, par Lynne
    vulkan_shaderc/glslang: print full shaders on TRACE rather than VERBOSE
    
    Way too spammy.
    
    • [DH] libavutil/vulkan_glslang.c
    • [DH] libavutil/vulkan_shaderc.c
  • vulkan_ffv1 : enable acceleration on Intel

    12 avril, par Lynne
    vulkan_ffv1: enable acceleration on Intel
    
    Fixed by previous commit.
    
    • [DH] libavcodec/vulkan_ffv1.c
  • hwcontext_vulkan : disable descriptor buffer extension on Intel

    12 avril, par Lynne
    hwcontext_vulkan: disable descriptor buffer extension on Intel
    
    Temporary workaround. Will be replaced with a version check once a fix is
    in the works and a known next version for Mesa with a fix is known.
    
    • [DH] libavutil/hwcontext_vulkan.c
  • vulkan : add support for expect/assume

    11 avril, par Lynne
    vulkan: add support for expect/assume
    
    This commit adds support for compiler hints.
    While on AMD these are not used/needed, Nvidia benefits from them, and gives
    a sizeable 10% speedup on 4k.
    
    • [DH] libavcodec/vulkan/ffv1_dec.comp
    • [DH] libavcodec/vulkan/rangecoder.comp
    • [DH] libavutil/hwcontext_vulkan.c
    • [DH] libavutil/vulkan.c
    • [DH] libavutil/vulkan_functions.h
    • [DH] libavutil/vulkan_loader.h