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

Support game controllers #2130

Closed
wants to merge 19 commits into from
Closed

Commits on Oct 21, 2021

  1. Fix "Could not found v4l2 muxer"

    The AVOutputFormat name is a comma-separated list. In theory, possible
    names for V4L2 are:
    
        - "video4linux2,v4l2"
        - "v4l2,video4linux2"
        - "v4l2"
        - "video4linux2"
    
    To find the muxer in all cases, we must request exactly one muxer name
    at a time.
    
    PR Genymobile#2718 <Genymobile#2718>
    
    Co-authored-by: Romain Vimont <rom@rom1v.com>
    Signed-off-by: Romain Vimont <rom@rom1v.com>
    prife and rom1v committed Oct 21, 2021
    Configuration menu
    Copy the full SHA
    1d49bf8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0ba031b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    12777f5 View commit details
    Browse the repository at this point in the history
  4. Fix axes not working

    Also do some minor refactoring.
    LHLaurini committed Oct 21, 2021
    Configuration menu
    Copy the full SHA
    a2886ad View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bade53d View commit details
    Browse the repository at this point in the history
  6. Remove some unused imports

    LHLaurini committed Oct 21, 2021
    Configuration menu
    Copy the full SHA
    54cdd82 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b5e450c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a066c28 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    326d725 View commit details
    Browse the repository at this point in the history
  10. Fix naming scheme

    LHLaurini committed Oct 21, 2021
    Configuration menu
    Copy the full SHA
    f393304 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    7a689b9 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    ecbbff4 View commit details
    Browse the repository at this point in the history
  13. Cleanup initialization

    LHLaurini committed Oct 21, 2021
    Configuration menu
    Copy the full SHA
    9d50a9e View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    6feb8ad View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    f202e69 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    a4aeb0a View commit details
    Browse the repository at this point in the history
  17. Fix style violations

    LHLaurini committed Oct 21, 2021
    Configuration menu
    Copy the full SHA
    1a88f74 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    1b9ad0a View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    160e475 View commit details
    Browse the repository at this point in the history