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

Add an example that shows how to combine ffmpeg with Slint #2778

Merged
merged 3 commits into from
Jun 1, 2023

Commits on Jun 1, 2023

  1. Add an example that shows how to combine ffmpeg with Slint

    This is a minimal example, that can be used as basis to implement
    hardware acceleration for video playback later.
    tronical committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    17ef2d1 View commit details
    Browse the repository at this point in the history
  2. Clean up the ffmpeg to cpal audio frame forwarding

    Move the decoding and forwarding state into a struct, instead of keeping it in closure captures.
    This way we can also make it generic over different output types.
    tronical committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    d52a611 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    606e4a0 View commit details
    Browse the repository at this point in the history