Skip to content

Instantly share code, notes, and snippets.

@philipl
Last active November 8, 2019 15:37
Show Gist options
  • Save philipl/49bec5096913f58d71dc to your computer and use it in GitHub Desktop.
Save philipl/49bec5096913f58d71dc to your computer and use it in GitHub Desktop.
VDPAU wishlist
  • Fix GetBitsYCbCr for HEVC VideoSurfaces
  • Diagnose and fix the remaining HEVC conformance failures (shows up in both ffmpeg and nvidia reference player)
  • Make H.264 high444p decoding usable (Decoder exists but there is no 444 video surface support - only 420)
  • Expose VP9 decoder
  • HEVC Main10 within existing 8bit code path
  • Full 10bit code path
  • Expose VP8 and JPEG decoders (for completeness)
  • Make GL_VDPAU_interop available when using OpenGL through EGL
  • VDPAU interop story when not using X11 (eg: Wayland. Pure EGL interop?)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment