1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 21:08:12 +00:00
serenity/Userland/Libraries/LibVideo/Containers
Zaggy1024 5c2cede2c9 LibVideo: Implement accurate seeking to inter frames in PlaybackManager
This implements the PlaybackManager portion of seeking, so that it can
seek to any frame in the video by dropping all preceding frames until
it reaches the seek point.

MatroskaDemuxer currently will only seek to the start of the video.
That means that every seek has to drop all the frames until it comes
across the target timestamp.
2022-11-25 23:28:39 +01:00
..
Matroska LibVideo: Implement accurate seeking to inter frames in PlaybackManager 2022-11-25 23:28:39 +01:00
Demuxer.h VideoPlayer/LibVideo: Implement the UI functionality for seeking 2022-11-25 23:28:39 +01:00