Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
gst-plugins-base
gst-plugins-base
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 632
    • Issues 632
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 101
    • Merge Requests 101
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Snippets
    • Snippets
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • GStreamer
  • gst-plugins-basegst-plugins-base
  • Merge Requests
  • !796

Merged
Opened Aug 20, 2020 by Jan Schmidt@thaytanMaintainer

compositor: fix off-by-1 error in blending ARGB

  • Overview 25
  • Commits 1
  • Pipelines 11
  • Changes 2

Use a more naive blend formulation that avoids off-by-one errors at the 0x00 and 0xff alpha endpoints.

Fixes #810

This simpler formulation of alpha blending adds an extra multiply into the loop, but it doesn't seem to affect performance much on modern hardware.

Assignee
Assign to
Reviewer
Request review from
1.18.0
Milestone
1.18.0 (Past due)
Assign milestone
Time tracking
Reference: gstreamer/gst-plugins-base!796
Source branch: compositor-blend-off-by-one-fixes