mbox series

[FFmpeg-devel,v5,0/3] ffmpeg: Add display_{rotation, hflip, vflip, scale} options

Message ID 20220925161506.80724-1-thilo.borgmann@mail.de
Headers show
Series ffmpeg: Add display_{rotation, hflip, vflip, scale} options | expand

Message

Thilo Borgmann Sept. 25, 2022, 4:15 p.m. UTC
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(-)