mbox series

[FFmpeg-devel,v6,0/2] ffmpeg: Add display_{rotation, hflip, vflip} options

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

Message

Thilo Borgmann Sept. 26, 2022, 5:57 a.m. UTC
Hi,

this is an almost identical rebased version of Jan's patchset discussed in [1], now v6...

Should fix #8329 and #6370.

Thanks,
Thilo

[1] https://lists.ffmpeg.org/pipermail/ffmpeg-devel/2022-May/296553.html

Jan Ekström (2):
  ffmpeg: Add display_{rotation, hflip, vflip} options
  ffmpeg: Deprecate display rotation override with a metadata key

 doc/ffmpeg.texi             | 29 ++++++++++++++++++
 fftools/ffmpeg.c            |  2 ++
 fftools/ffmpeg.h            | 11 +++++++
 fftools/ffmpeg_opt.c        | 60 +++++++++++++++++++++++++++++++++++++
 tests/fate/filter-video.mak |  2 +-
 5 files changed, 103 insertions(+), 1 deletion(-)