[FFmpeg-devel] [PATCH v5 0/3] ffmpeg: Add display_{rotation, hflip, vflip, scale} options
Thilo Borgmann
thilo.borgmann at mail.de
Sun Sep 25 19:15:03 EEST 2022
Hi,
this is an updated and cleaned-up version of Jan's patchset discussed in [1], now v5...
Should fix #8329 and #6370.
Thanks,
Thilo
Jan Ekström (2):
ffmpeg: Add display_{rotation, hflip, vflip, scale} options
ffmpeg: Deprecate display rotation override with a metadata key
Thilo Borgmann (1):
lavu/display: Add scaling functions to the display matrix
doc/APIchanges | 3 ++
doc/ffmpeg.texi | 36 ++++++++++++++++++
fftools/ffmpeg.c | 2 +
fftools/ffmpeg.h | 13 +++++++
fftools/ffmpeg_filter.c | 12 ++++++
fftools/ffmpeg_opt.c | 75 +++++++++++++++++++++++++++++++++++++
libavutil/display.c | 21 +++++++++++
libavutil/display.h | 15 ++++++++
libavutil/version.h | 4 +-
tests/fate/filter-video.mak | 2 +-
10 files changed, 180 insertions(+), 3 deletions(-)
--
2.20.1 (Apple Git-117)
More information about the ffmpeg-devel
mailing list