This is an automated email from the git hooks/post-receive script.
Git pushed a change to branch release/8.1
in repository ffmpeg.
from dba917bab5 fftools/ffmpeg_demux: only throttle readrate on the slowest
stream
new 792cde9879 swscale/filters: write new filter LUT generation code
new f866705d4d swscale/filters: add option for adding an input pixel offset
new 53a987a274 swscale/filters: add ability to set a virtual output size
new 6d00e599fd avfilter/scale_filters: add internal copy of
libswscale/filters.c
new d215ba76a0 avfilter/vf_scale_cuda: generalize kernel signature to
accept weights
new f99a022cbf avfilter/vf_scale_cuda: add generic 1D filter kernel
new c9fc3f79d0 avfilter/vf_scale_cuda: add `use_filters` option
new 93aeb8edd3 avfilter/vf_scale_cuda: re-indent after previous change
new 90b5fc8479 avfilter/cuda: support P012/P212 and MSB 4:4:4 in
scale/transpose/thumbnail
new eac505e3e8 avfilter/vf_scale_cuda: eliminate redundant context push/pop
new 45179413ee avfilter/vf_scale_cuda: add fail: label (cosmetic)
new c69542aa9b avfilter/vf_scale_cuda: introduce CUDATex and mapping helper
new b7d139be74 avfilter/vf_scale_cuda: defer buffer allocation to
setup_filters()
new 1166148417 avfilter/vf_scale_cuda: use persistent intermediate CUDATex
new 578c2dbf1d avfilter/vf_scale_cuda: allocate intermediate buffer
directly
new 1f463e44dc avfilter/vf_scale_cuda: allocate inter buffer with correct
subsampling
new 584952257a avfilter/vf_scale_cuda: fix inverted downscaling check
The 17 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:
doc/filters.texi | 6 +
libavfilter/Makefile | 2 +-
libavcodec/vulkan.c => libavfilter/scale_filters.c | 2 +-
libavfilter/vf_scale_cuda.c | 594 +++++++++++++++++----
libavfilter/vf_scale_cuda.cu | 106 +++-
libavfilter/vf_scale_cuda.h | 5 +
libavfilter/vf_thumbnail_cuda.c | 9 +-
libswscale/Makefile | 1 +
libswscale/filters.c | 453 ++++++++++++++++
libswscale/filters.h | 152 ++++++
libswscale/swscale.h | 10 +-
11 files changed, 1215 insertions(+), 125 deletions(-)
copy libavcodec/vulkan.c => libavfilter/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]