1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 11:48:10 +00:00
serenity/Userland/Libraries/LibVideo/Containers/Matroska
Zaggy1024 2a9fb8b439 LibVideo: Give Matroska duration an absolute value getter
Previously, the duration had to be multiplied by timestamp_scale and
converted to a Time object, now SegmentInformation::duration() does it
itself.
2022-11-25 23:28:39 +01:00
..
Document.h LibVideo: Give Matroska duration an absolute value getter 2022-11-25 23:28:39 +01:00
MatroskaDemuxer.cpp LibVideo: Give Matroska duration an absolute value getter 2022-11-25 23:28:39 +01:00
MatroskaDemuxer.h LibVideo: Add a fast seeking mode to seek only to keyframes 2022-11-25 23:28:39 +01:00
Reader.cpp LibVideo: Give Matroska duration an absolute value getter 2022-11-25 23:28:39 +01:00
Reader.h LibVideo: Calculate Block timestamps for Matroska according to spec 2022-11-25 23:28:39 +01:00