Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • mesa mesa
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 3.2k
    • Issues 3.2k
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 1k
    • Merge requests 1k
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • MesaMesa
  • mesamesa
  • Merge requests
  • !20388

radv: add vulkan video decoding for h264/h265

  • Review changes

  • Download
  • Patches
  • Plain diff
Merged Dave Airlie requested to merge airlied/mesa:radv-vulkan-video-decode into main Dec 19, 2022
  • Overview 26
  • Commits 11
  • Pipelines 36
  • Changes 8

This relies on !20384 (merged) landing first.

This contains an implementation of the vulkan video decode extensions for H264/H265. It has a runtime guard of (RADV_VIDEO_DECODE=1 envvar) at the moment.

This isn't conformant, because I think I'm hitting some firmware limitations on interleaving, but it does pass the normal decode tests and works with ffmpeg implementation.

This also contains some common vulkan video runtime code, not sure if it's worth dealing with that in a separate MR or not.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: radv-vulkan-video-decode