[FFmpeg-devel] [PATCH v5 0/7] Support Dolby Vision
Jun Zhao
mypopydev at gmail.com
Wed Apr 22 07:35:41 EEST 2020
From: Jun Zhao <barryjzhaotencent.com>
V5:
- add a constructor for DOVI (tks Anton Khirnov)
- some minor coding style clean
V4:
- change the DOVI dump message (tks Jan Ekström)
- fix the file order in Makefile
V3:
- rename the file name for Dolby Vision trademark risk(tks Jean-Baptiste Kempf)
- fix other typo issue
V2:
- used sidedata for Dolby Vision information (tks Jan Ekström's suggestion)
- enabled dumping Dolby Vision sidedata for ffmpeg/ffprobe tools
- enabled dvcC/dvvC box from Dolby Vision sidedata
Jun Zhao (4):
lavc: add a new sidedata type for DOVI
lavf/dump: dump DOVI side data
fftools/ffprobe: support DOVI sidedata
lavf/movenc: enable dvcC/dvvC box support from DOVI sidedata
vacingfang (3):
lavutil: add DOVI related header
lavf/mpegts: support DOVI Video Stream Descriptor
lavf/mov: support dvcC/dvvC box for DOVI
fftools/ffprobe.c | 11 +++++++
libavcodec/avpacket.c | 1 +
libavcodec/packet.h | 9 ++++++
libavformat/dump.c | 23 +++++++++++++++
libavformat/mov.c | 60 ++++++++++++++++++++++++++++++++++++++
libavformat/movenc.c | 35 ++++++++++++++++++++++
libavformat/mpegts.c | 48 +++++++++++++++++++++++++++++++
libavutil/Makefile | 1 +
libavutil/dovi_meta.h | 80 +++++++++++++++++++++++++++++++++++++++++++++++++++
9 files changed, 268 insertions(+)
create mode 100644 libavutil/dovi_meta.h
--
2.7.4
More information about the ffmpeg-devel
mailing list