Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • gst-plugins-base gst-plugins-base
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 642
    • Issues 642
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 81
    • Merge requests 81
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • GStreamerGStreamer
  • gst-plugins-basegst-plugins-base
  • Merge requests
  • !1055

WIP: video-color: Define color matrix for BT2020 constant luminance system and ICtCp color space

  • Review changes

  • Download
  • Email patches
  • Plain diff
Open Seungha Yang requested to merge seungha.yang/gst-plugins-base:bt2020-cl into master Feb 26, 2021
  • Overview 2
  • Commits 2
  • Pipelines 4
  • Changes 3

Specifications differentiate const and non-const variant of BT2020 matrix coefficients.

GstVideoColorMatrix ISO/IEC 23001-8 (used by HEVC/AVC) MS MediaFoundation V4L2 FFMPEG
GST_VIDEO_COLOR_MATRIX_BT2020 9 MFVideoTransFunc_2020 V4L2_YCBCR_ENC_BT2020 AVCOL_SPC_BT2020_NCL
GST_VIDEO_COLOR_MATRIX_BT2020_CONST (newly added) 10 MFVideoTransFunc_2020_const V4L2_YCBCR_ENC_BT2020_CONST_LUM AVCOL_SPC_BT2020_CL

Note that the way of MS MediaFoundation looks a bit awkward because const vs. non-const is distinguished via transfer function category, not color-matrix.

Edited Mar 01, 2021 by Seungha Yang
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: bt2020-cl