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

Git pushed a change to branch master
in repository ffmpeg.

    from fe86fd07d3 fftools/ffprobe: do not show refs when not processing frames
     new 576de002e5 lavc: Split out common components used by vulkan prores 
encoder
     new cebe0b577e lavc: implement a Vulkan-based prores encoder

The 2 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:
 configure                                          |    1 +
 libavcodec/Makefile                                |    3 +-
 libavcodec/allcodecs.c                             |    1 +
 libavcodec/proresenc_kostya.c                      |  363 +------
 libavcodec/proresenc_kostya_common.c               |  364 +++++++
 libavcodec/proresenc_kostya_common.h               |  137 +++
 libavcodec/proresenc_kostya_vulkan.c               | 1015 ++++++++++++++++++++
 libavcodec/vulkan/Makefile                         |    6 +
 libavcodec/vulkan/dct.glsl                         |   49 +
 libavcodec/vulkan/prores_ks_alpha_data.comp.glsl   |   87 ++
 libavcodec/vulkan/prores_ks_encode_slice.comp.glsl |  273 ++++++
 .../vulkan/prores_ks_estimate_slice.comp.glsl      |  302 ++++++
 libavcodec/vulkan/prores_ks_slice_data.comp.glsl   |  179 ++++
 libavcodec/vulkan/prores_ks_trellis_node.comp.glsl |  194 ++++
 14 files changed, 2616 insertions(+), 358 deletions(-)
 create mode 100644 libavcodec/proresenc_kostya_common.c
 create mode 100644 libavcodec/proresenc_kostya_common.h
 create mode 100644 libavcodec/proresenc_kostya_vulkan.c
 create mode 100644 libavcodec/vulkan/prores_ks_alpha_data.comp.glsl
 create mode 100644 libavcodec/vulkan/prores_ks_encode_slice.comp.glsl
 create mode 100644 libavcodec/vulkan/prores_ks_estimate_slice.comp.glsl
 create mode 100644 libavcodec/vulkan/prores_ks_slice_data.comp.glsl
 create mode 100644 libavcodec/vulkan/prores_ks_trellis_node.comp.glsl

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

Reply via email to