Here is the rest of the rotation api.
Cheers,
    Vittorio

Vittorio Giovara (6):
  display: add translation and flip api
  h264: parse display orientation SEI message
  hevc: parse display orientation SEI message
  vf_showinfo: print display transformation values
  lavf: group dump functions together
  lavf: dump stream side data when probing

 doc/APIchanges            |   4 +
 libavcodec/h264.c         |  17 ++
 libavcodec/h264.h         |   8 +
 libavcodec/h264_sei.c     |  22 +++
 libavcodec/hevc.c         |  17 ++
 libavcodec/hevc.h         |   5 +
 libavcodec/hevc_sei.c     |  17 ++
 libavfilter/vf_showinfo.c |   5 +
 libavformat/Makefile      |   1 +
 libavformat/dump.c        | 427 ++++++++++++++++++++++++++++++++++++++++++++++
 libavformat/utils.c       | 246 --------------------------
 libavutil/display.c       |  17 ++
 libavutil/display.h       |  21 +++
 libavutil/version.h       |   2 +-
 14 files changed, 562 insertions(+), 247 deletions(-)
 create mode 100644 libavformat/dump.c

-- 
1.8.3.2

_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to