This is an automated email from the git hooks/post-receive script.

Git pushed a change to branch master
in repository ffmpeg.

    from a7e72069f1 avfilter/dnn: fix race when querying queue length
     new 898b8aa922 vulkan_ffv1: survive setup failures on preceding frames
     new b27f276bdd vulkan_ffv1: use the extradata slice structure in the 
low-slice-count warning
     new 2b0c0b2c00 hwcontext_vulkan: do not enable host transfers on 
coinciding decode output
     new d42cd604d0 vulkan_ffv1: always keep the decoder's fltmap descriptor 
valid
     new 2dd3328240 vulkan: give ff_vk_host_map_buffer an explicit import length
     new ac16cfb86e hwcontext_vulkan: only originate host image layout 
transitions from copyable layouts
     new 0da8f2f4ee vulkan_encode_av1: set primary_ref_frame to a reference 
name, not a slot

The 7 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 libavcodec/ffv1_vulkan.h                   |   3 +
 libavcodec/proresenc_kostya_vulkan.c       |   4 +-
 libavcodec/vulkan/ffv1_common.glsl         |   3 +
 libavcodec/vulkan/ffv1_dec_setup.comp.glsl |  11 ++-
 libavcodec/vulkan_apv.c                    |   2 +-
 libavcodec/vulkan_dpx.c                    |   6 +-
 libavcodec/vulkan_encode_av1.c             |  12 ++--
 libavcodec/vulkan_ffv1.c                   | 109 ++++++++++++++++-------------
 libavcodec/vulkan_prores.c                 |   2 +-
 libavcodec/vulkan_prores_raw.c             |   2 +-
 libavutil/hwcontext_vulkan.c               |  41 +++++++++--
 libavutil/vulkan.c                         |   9 +--
 libavutil/vulkan.h                         |   8 ++-
 13 files changed, 134 insertions(+), 78 deletions(-)

_______________________________________________
ffmpeg-cvslog mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to