Commit graph

7 commits

Author SHA1 Message Date
David Horner
6cc4cec4cb
Update ffmpeg dependency to version 7.1.0 (#6460) 2024-10-07 14:54:34 +02:00
Olivier Goffart
11dea135f7 Domain: slint-ui.com -> slint.dev 2023-06-16 10:55:08 +02:00
Tobias Hunger
04d1229685 Fix licnese information using xtask 2023-06-16 09:14:20 +02:00
Simon Hausmann
3ce80497e3 ffmpeg exampe: Remove erroneous output sample format condition
Amends 6ece192eec
2023-06-02 07:59:28 +02:00
Simon Hausmann
6ece192eec Add support for u8 as audio output format 2023-06-01 17:36:52 +02:00
Simon Hausmann
e5d4ec7713 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.
2023-06-01 17:36:52 +02:00
Simon Hausmann
ced5803026 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.
2023-06-01 17:36:52 +02:00