This is an automated email from the git hooks/post-receive script.
Git pushed a change to branch master
in repository ffmpeg.
from 5002b55ce7 fate/mov: Add fate test for t35 cdsc track
new c7546ce0ea avutil/pixfmt: add AV_PIX_FMT_CUARRAY for opaque CUDA
block-linear surfaces
new ef3dcf4ea6 avutil/hwcontext_cuda: add CUarray surface pool support
new ca13ad0c28 avcodec/nvdec: add opaque CUARRAY output and zero-copy
decode support
new acbaf420aa avcodec/nvdec: register CUARRAY hwaccel variants for all
supported codecs
new 0c0580e5bf avcodec/cuviddec: add CUARRAY opaque output and zero-copy
support
new a127ad2da6 avcodec/nvenc: add CUARRAY (block-linear) input support
new 1eb4712621 fftools/ffmpeg_dec: improve hwaccel format negotiation for
CUARRAY
new 07020f5ce8 avfilter/hwupload_cuda: add CUARRAY output and semi-planar
444 format support
The 8 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 | 19 ++
doc/APIchanges | 6 +
fftools/ffmpeg_dec.c | 26 +-
libavcodec/Makefile | 9 +
libavcodec/av1dec.c | 16 +
libavcodec/cuviddec.c | 623 +++++++++++++++++++++++++++++++++---
libavcodec/h263dec.c | 6 +
libavcodec/h264_slice.c | 7 +
libavcodec/h264dec.c | 3 +
libavcodec/hevc/hevcdec.c | 22 ++
libavcodec/hwaccels.h | 10 +
libavcodec/hwconfig.h | 2 +
libavcodec/mpeg12dec.c | 12 +
libavcodec/mpeg4videodec.c | 3 +
libavcodec/nvdec.c | 427 ++++++++++++++++++++++--
libavcodec/nvdec.h | 11 +
libavcodec/nvdec_av1.c | 20 ++
libavcodec/nvdec_h264.c | 20 ++
libavcodec/nvdec_hevc.c | 20 ++
libavcodec/nvdec_mpeg12.c | 32 ++
libavcodec/nvdec_mpeg4.c | 20 ++
libavcodec/nvdec_vc1.c | 34 ++
libavcodec/nvdec_vp8.c | 20 ++
libavcodec/nvdec_vp9.c | 20 ++
libavcodec/nvenc.c | 68 +++-
libavcodec/nvenc.h | 1 +
libavcodec/vc1dec.c | 6 +
libavcodec/version.h | 2 +-
libavcodec/vp8.c | 6 +
libavcodec/vp9.c | 10 +
libavfilter/version.h | 2 +-
libavfilter/vf_hwupload_cuda.c | 27 +-
libavutil/hwcontext_cuda.c | 409 ++++++++++++++++++++---
libavutil/hwcontext_cuda.h | 74 ++++-
libavutil/hwcontext_cuda_internal.h | 21 ++
libavutil/pixdesc.c | 4 +
libavutil/pixfmt.h | 6 +
libavutil/version.h | 2 +-
38 files changed, 1911 insertions(+), 115 deletions(-)
_______________________________________________
ffmpeg-cvslog mailing list -- [email protected]
To unsubscribe send an email to [email protected]