This is an automated email from the git hooks/post-receive script.
Git pushed a change to branch release/8.0
in repository ffmpeg.
from 6fd1970325 fftools/ffmpeg_demux: only throttle readrate on the slowest
stream
new 0ea1ebfaba configure: fix CUDA compilation with SDK version 13 nvcc
new b8280af7fe avfilter/hwupload_cuda: Expands pixel formats support
new c70afe5709 avfilter/scale_cuda: Add support for 4:2:2 chroma
subsampling
new b336642315 swscale/filters: write new filter LUT generation code
new bce55bc471 swscale/filters: add option for adding an input pixel offset
new 6c184597b2 swscale/filters: add ability to set a virtual output size
new 5c570640fa avfilter/scale_filters: add internal copy of
libswscale/filters.c
new 71d3a69f26 avfilter/vf_scale_cuda: generalize kernel signature to
accept weights
new b445273608 avfilter/vf_scale_cuda: add generic 1D filter kernel
new ce87d29184 avfilter/vf_scale_cuda: add `use_filters` option
new 708b1e8767 avfilter/vf_scale_cuda: re-indent after previous change
new 5371cc70e0 avfilter/cuda: support P012/P212 and MSB 4:4:4 in
scale/transpose/thumbnail
new 6c1bf05827 avfilter/vf_scale_cuda: eliminate redundant context push/pop
new 12fe7e4b6c avfilter/vf_scale_cuda: add fail: label (cosmetic)
new 64e65197ae avfilter/vf_scale_cuda: introduce CUDATex and mapping helper
new 28b3418d04 avfilter/vf_scale_cuda: defer buffer allocation to
setup_filters()
new 61aa5c0f4f avfilter/vf_scale_cuda: use persistent intermediate CUDATex
new 4d7d8c601c avfilter/vf_scale_cuda: allocate intermediate buffer
directly
new 17657647f4 avfilter/vf_scale_cuda: allocate inter buffer with correct
subsampling
new 4b61400a1a avfilter/vf_scale_cuda: fix inverted downscaling check
The 20 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 | 3 +
doc/filters.texi | 6 +
libavfilter/Makefile | 3 +-
libavfilter/{fflcms2.c => scale_filters.c} | 2 +-
libavfilter/vf_hwupload_cuda.c | 6 +-
libavfilter/vf_scale_cuda.c | 652 +++++++++++++++++++-----
libavfilter/vf_scale_cuda.cu | 791 +++++++++++++++++------------
libavfilter/vf_scale_cuda.h | 27 +
libavfilter/vf_thumbnail_cuda.c | 9 +-
libswscale/Makefile | 1 +
libswscale/filters.c | 453 +++++++++++++++++
libswscale/filters.h | 152 ++++++
libswscale/swscale.h | 10 +-
13 files changed, 1645 insertions(+), 470 deletions(-)
copy libavfilter/{fflcms2.c => scale_filters.c} (95%)
create mode 100644 libswscale/filters.c
create mode 100644 libswscale/filters.h
_______________________________________________
ffmpeg-cvslog mailing list -- [email protected]
To unsubscribe send an email to [email protected]