This is an automated email from the git hooks/post-receive script.
Git pushed a change to branch master
in repository ffmpeg.
from 2bfc7ce3ec avformat/mccdec: dont pass NULL to bytestream2_put_buffer()
new feb8a37767 apv_decode: add hardware decoding hooks
new 46e67ad945 apv_decode: expose decode_lut
new 54b618ab5c apv_decode: expose the current frame header
new 704df177aa apv_decode: switch slice decode printout to TRACE
new 5ad8c67e6c apv_decode: add a Vulkan hwaccel
The 5 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:
Changelog | 1 +
configure | 2 +
libavcodec/Makefile | 1 +
libavcodec/apv_decode.c | 162 +++++++----
libavcodec/apv_decode.h | 39 ++-
libavcodec/hwaccels.h | 1 +
libavcodec/version.h | 2 +-
libavcodec/vulkan/Makefile | 3 +
libavcodec/vulkan/apv_decode.comp.glsl | 216 +++++++++++++++
libavcodec/vulkan/apv_idct.comp.glsl | 117 ++++++++
libavcodec/vulkan_apv.c | 490 +++++++++++++++++++++++++++++++++
libavcodec/vulkan_decode.c | 7 +
12 files changed, 977 insertions(+), 64 deletions(-)
create mode 100644 libavcodec/vulkan/apv_decode.comp.glsl
create mode 100644 libavcodec/vulkan/apv_idct.comp.glsl
create mode 100644 libavcodec/vulkan_apv.c
_______________________________________________
ffmpeg-cvslog mailing list -- [email protected]
To unsubscribe send an email to [email protected]