[FFmpeg-devel] [PATCH v3 0/7] Support Dolby Vision

mypopy at gmail.com mypopy at gmail.com
Thu Apr 16 09:24:44 EEST 2020


On Mon, Apr 13, 2020 at 7:58 PM Jun Zhao <mypopydev at gmail.com> wrote:
>
> From: Jun Zhao <barryjzhaotencent.com>
>
> 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
> - enable 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
>
ping, tks


More information about the ffmpeg-devel mailing list