index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibVideo
/
PlaybackManager.cpp
Age
Commit message (
Expand
)
Author
2022-11-27
LibVideo: Don't crash when a decoder error is encountered while seeking
Zaggy1024
2022-11-25
LibVideo: Implement Matroska Cues for faster keyframe lookup
Zaggy1024
2022-11-25
LibVideo: Add a fast seeking mode to seek only to keyframes
Zaggy1024
2022-11-25
LibVideo: Implement accurate seeking to inter frames in PlaybackManager
Zaggy1024
2022-11-25
LibVideo: Rewrite the video frame present function to be more readable
Zaggy1024
2022-11-25
VideoPlayer/LibVideo: Implement the UI functionality for seeking
Zaggy1024
2022-11-25
LibVideo: Only print non-fatal playback errors when debug mode is on
Zaggy1024
2022-11-25
LibVideo: Read Matroska lazily so that large files can start quickly
Zaggy1024
2022-11-25
LibVideo: Reorganize demuxer file hierarchy and rename Matroska files
Zaggy1024
2022-11-25
LibVideo: Make all PlaybackManager Timer::start calls set an interval
Zaggy1024
2022-11-14
VideoPlayer: Make PlaybackManager use OwnPtr
Zaggy1024
2022-11-12
LibVideo: Allow the VP9 decoder to queue multiple frames
Zaggy1024
2022-11-11
LibVideo: Treat BT.601/709/2020 input transfer characteristics as sRGB
Zaggy1024
2022-11-10
LibVideo: Handle corrupted video errors without spamming dialogs
Zaggy1024
2022-10-31
LibVideo: Add PlaybackManager to load and decode videos
Zaggy1024