Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

vo: hwdec: drmprime: add separate hwdecs for v4l2request #14690

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Aug 19, 2024

  1. meson: add detection logic for v4l2request support

    We will probably adjust this to look for a specific libavutil version after
    v4l2request support is merged upstream, but this check is fine for now.
    Kwiboo authored and philipl committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    ca9271b View commit details
    Browse the repository at this point in the history
  2. vo: hwdec: drmprime: add separate hwdecs for v4l2request

    With all the machinery in place, we can now add the v4l2request hwdecs with a
    different hw device type, and a different initialisation path. This applies to
    both the drmprime and drmprime_overlay hwdecs.
    
    At the moment, the device initialisation is done in the bare minimum way, but
    it can be extended to take a device path (for example) if that makes sense as
    we better understand what meaningful configuration will be.
    
    Co-authored-by: Jonas Karlman <jonas@kwiboo.se>
    philipl and Kwiboo committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    a4057d3 View commit details
    Browse the repository at this point in the history