summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibVideo/PlaybackManager.cpp
AgeCommit message (Expand)Author
2022-11-27LibVideo: Don't crash when a decoder error is encountered while seekingZaggy1024
2022-11-25LibVideo: Implement Matroska Cues for faster keyframe lookupZaggy1024
2022-11-25LibVideo: Add a fast seeking mode to seek only to keyframesZaggy1024
2022-11-25LibVideo: Implement accurate seeking to inter frames in PlaybackManagerZaggy1024
2022-11-25LibVideo: Rewrite the video frame present function to be more readableZaggy1024
2022-11-25VideoPlayer/LibVideo: Implement the UI functionality for seekingZaggy1024
2022-11-25LibVideo: Only print non-fatal playback errors when debug mode is onZaggy1024
2022-11-25LibVideo: Read Matroska lazily so that large files can start quicklyZaggy1024
2022-11-25LibVideo: Reorganize demuxer file hierarchy and rename Matroska filesZaggy1024
2022-11-25LibVideo: Make all PlaybackManager Timer::start calls set an intervalZaggy1024
2022-11-14VideoPlayer: Make PlaybackManager use OwnPtrZaggy1024
2022-11-12LibVideo: Allow the VP9 decoder to queue multiple framesZaggy1024
2022-11-11LibVideo: Treat BT.601/709/2020 input transfer characteristics as sRGBZaggy1024
2022-11-10LibVideo: Handle corrupted video errors without spamming dialogsZaggy1024
2022-10-31LibVideo: Add PlaybackManager to load and decode videosZaggy1024