This is an automated email from the git hooks/post-receive script.
Git pushed a change to branch master
in repository ffmpeg.
from 151fe3a5ac avcodec/itut35: unref existing buffers before allocating
new ones
new 713f191c24 vulkan_ffv1: add Bayer decoder
new bade9e6bd0 vulkan_ffv1: detect float remap from pixfmt, not f->flt
new 4d63e3dd4c vulkan_ffv1: add Bayer encoder
The 3 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.c | 9 ++
libavcodec/ffv1enc_vulkan.c | 28 +++--
libavcodec/vulkan/Makefile | 8 +-
libavcodec/vulkan/ffv1_common.glsl | 2 +
libavcodec/vulkan/ffv1_dec.comp.glsl | 76 ++++++++++++-
..._dec_rgb.comp.glsl => ffv1_dec_bayer.comp.glsl} | 1 +
...b.comp.glsl => ffv1_dec_bayer_golomb.comp.glsl} | 2 +
libavcodec/vulkan/ffv1_dec_setup.comp.glsl | 2 +-
libavcodec/vulkan/ffv1_enc.comp.glsl | 118 +++++++++++++++++----
...gb_float.comp.glsl => ffv1_enc_bayer.comp.glsl} | 2 +-
...t.comp.glsl => ffv1_enc_bayer_golomb.comp.glsl} | 3 +-
libavcodec/vulkan/ffv1_enc_setup.comp.glsl | 14 +--
libavcodec/vulkan/ffv1_vlc.glsl | 2 +-
libavcodec/vulkan_ffv1.c | 45 ++++++--
14 files changed, 262 insertions(+), 50 deletions(-)
copy libavcodec/vulkan/{ffv1_dec_rgb.comp.glsl => ffv1_dec_bayer.comp.glsl}
(98%)
copy libavcodec/vulkan/{ffv1_dec_rgb.comp.glsl =>
ffv1_dec_bayer_golomb.comp.glsl} (97%)
copy libavcodec/vulkan/{ffv1_enc_rgb_float.comp.glsl =>
ffv1_enc_bayer.comp.glsl} (98%)
copy libavcodec/vulkan/{ffv1_enc_rgb_float.comp.glsl =>
ffv1_enc_bayer_golomb.comp.glsl} (97%)
_______________________________________________
ffmpeg-cvslog mailing list -- [email protected]
To unsubscribe send an email to [email protected]