[FFmpeg-devel] [PATCH v2 0/8] ddagrab source filter, lavfi.c wrapped_avframe and dependent changes
Timo Rothenpieler
timo at rothenpieler.org
Sat Jul 9 01:53:56 EEST 2022
Since a bunch small stuff has changed since the last time I sent these
one by one, here's the whole collection again.
I intend to push the whole lot within the next 48h, so they all make it
in before 5.1 gets branched.
Timo Rothenpieler (8):
fftools/ffmpeg: make debug_ts print raw filter output
avutil/hwcontext_d3d11va: fix mixed declaration and code
avutil/hwcontext_d3d11va: fix texture_infos writes on non-fixed-size
pools
avutil/hwcontext_d3d11va: update hwctx flags from input texture
avutil/hwcontext_d3d11va: add BGRA/RGBA10 formats support
avdevice/lavfi: output wrapped AVFrames
avdevice/lavfi: pass forward video framerate
avfilter: add vsrc_ddagrab
Changelog | 1 +
configure | 7 +
doc/filters.texi | 68 ++
fftools/ffmpeg.c | 12 +-
libavdevice/lavfi.c | 94 +--
libavdevice/version.h | 2 +-
libavfilter/Makefile | 1 +
libavfilter/allfilters.c | 1 +
libavfilter/version.h | 2 +-
libavfilter/vsrc_ddagrab.c | 980 ++++++++++++++++++++++
libavfilter/vsrc_ddagrab_shaders.h | 120 +++
libavutil/hwcontext_d3d11va.c | 22 +-
tests/ref/fate/filter-metadata-cropdetect | 3 +-
13 files changed, 1252 insertions(+), 61 deletions(-)
create mode 100644 libavfilter/vsrc_ddagrab.c
create mode 100644 libavfilter/vsrc_ddagrab_shaders.h
--
2.34.1
More information about the ffmpeg-devel
mailing list