ladybird/Userland/Applications/VideoPlayer
Zaggy1024 9a9fe08449 LibVideo: Rewrite the video frame present function to be more readable
The PlaybackManager::update_presented_frame function was getting out of
hand and adding seeking was making it illegible. This rewrites it to be
(hopefully) quite a bit more readable, and adds a few comments to help
future readers of the code.

In addition, some helpful debugging prints were added that should help
debug any future issues with the player.
2022-11-25 23:28:39 +01:00
..
CMakeLists.txt Base+VideoPlayer: Add an icon for video player 2022-11-06 22:27:22 -08:00
main.cpp LibVideo: Reorganize demuxer file hierarchy and rename Matroska files 2022-11-25 23:28:39 +01:00
VideoFrameWidget.cpp VideoPlayer: Start fleshing out the user interface 2022-10-31 14:47:13 +01:00
VideoFrameWidget.h VideoPlayer: Start fleshing out the user interface 2022-10-31 14:47:13 +01:00
VideoPlayerWidget.cpp LibVideo: Rewrite the video frame present function to be more readable 2022-11-25 23:28:39 +01:00
VideoPlayerWidget.h VideoPlayer/LibVideo: Implement the UI functionality for seeking 2022-11-25 23:28:39 +01:00