Skip to content

Dolby Vision support (mp4/avformat parsing, OpenGL vout)

Niklas Haas requested to merge haasn/vlc:dovi_cfg into master

This patch-series implements additional support for Dolby Vision in VLC:

  • Parsing/retrieving the stream-wide Dovi configuration records from the mp4 and avformat demuxers and add it as part of video_format_t.
  • Forwarding this to the OpenGL filters
  • (Provisionally) Conditionally enabling pl_scale when DoVi handling is required, even on the default upscaler/downscaler setting

This ultimately allows OpenGL to handle DoVi streams (including profile 5), sans EL, using more-or-less existing code paths.

Merge request reports