1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 21:08:12 +00:00
serenity/Userland/Libraries/LibVideo/Containers/Matroska
Zaggy1024 1f650088a0 LibVideo/Matroska: Stop skipping a cue when seeking forward
This would cause seeks where the approximate starting cue index was one
cue before the optimal cue to not change the sample iterator position.
Fixing this issue improves accurate seek speeds significantly.
2023-02-08 21:52:42 +01:00
..
Document.h AK+Everywhere: Rename FlyString to DeprecatedFlyString 2023-01-09 23:00:24 +00:00
MatroskaDemuxer.cpp LibVideo: Pass the current sample to demuxers to lazily seek better 2023-02-08 21:52:42 +01:00
MatroskaDemuxer.h LibVideo: Pass the current sample to demuxers to lazily seek better 2023-02-08 21:52:42 +01:00
Reader.cpp LibVideo/Matroska: Stop skipping a cue when seeking forward 2023-02-08 21:52:42 +01:00
Reader.h LibVideo: Pass the current sample to demuxers to lazily seek better 2023-02-08 21:52:42 +01:00