[FFmpeg-devel] [PATCH v4 0/7] Support Dolby Vision
Jun Zhao
mypopydev at gmail.com
Sun Apr 19 04:07:43 EEST 2020
From: Jun Zhao <barryjzhaotencent.com>
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 | 17 +++++++++++++++
libavformat/mov.c | 52 +++++++++++++++++++++++++++++++++++++++++++++
libavformat/movenc.c | 35 +++++++++++++++++++++++++++++++
libavformat/mpegts.c | 40 +++++++++++++++++++++++++++++++++++
libavutil/Makefile | 1 +
libavutil/dovi_meta.h | 58 +++++++++++++++++++++++++++++++++++++++++++++++++++
9 files changed, 224 insertions(+)
create mode 100644 libavutil/dovi_meta.h
--
2.7.4
More information about the ffmpeg-devel
mailing list