[FFmpeg-devel] [PATCH 0/2] QSV Overlay Filter: Copy side data from input to output frame
ffmpegagent
ffmpegagent at gmail.com
Tue Oct 25 02:04:22 EEST 2022
This is split out from my earlier patchset "SEI parsing for QSV decoders"
(https://github.com/ffstaging/FFmpeg/pull/31) as it is only logically
related but not technically.
The first patch had been reviewed and partially authored by Anton (I have
indicated this with a signed-off line, please advise in case this wouldn't
be right)
The second patch performs the copying of side data from input to output
frames.
softworkz
softworkz (2):
avutil/frame: Add av_frame_copy_side_data() and
av_frame_remove_all_side_data()
avcodec/vpp_qsv: Copy side data from input to output frame
doc/APIchanges | 4 +++
libavfilter/qsvvpp.c | 6 ++++
libavfilter/vf_overlay_qsv.c | 19 +++++++---
libavutil/frame.c | 67 ++++++++++++++++++++++--------------
libavutil/frame.h | 32 +++++++++++++++++
libavutil/version.h | 4 +--
6 files changed, 100 insertions(+), 32 deletions(-)
base-commit: 882a17068fd8e62c7d38c14e6fb160d7c9fc446a
Published-As: https://github.com/ffstaging/FFmpeg/releases/tag/pr-ffstaging-44%2Fsoftworkz%2Fsubmit_copy_sidedata-v1
Fetch-It-Via: git fetch https://github.com/ffstaging/FFmpeg pr-ffstaging-44/softworkz/submit_copy_sidedata-v1
Pull-Request: https://github.com/ffstaging/FFmpeg/pull/44
--
ffmpeg-codebot
More information about the ffmpeg-devel
mailing list