1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-25 01:25:07 +00:00
Commit graph

1 commit

Author SHA1 Message Date
Zaggy1024
f99d356a17 VideoPlayer: Start fleshing out the user interface
This adds player widget with working play/pause controls, a seek bar
which currently only displays the current playback position, and a
button to cycle between the scaling modes.

The player uses the new PlaybackManager class to handle demuxing,
decoding, and frame presentation timing.

Currently, the volume control is non-functional.
2022-10-31 14:47:13 +01:00