summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibVideo/Containers/Matroska/Reader.h
AgeCommit message (Expand)Author
2023-05-24AK: Rename Time to Durationkleines Filmröllchen
2023-05-14LibVideo: Add `PlaybackManager::from_mapped_file`Caoimhe
2023-03-06Everywhere: Remove NonnullOwnPtr.h includesAndreas Kling
2023-02-08LibVideo: Pass the current sample to demuxers to lazily seek betterZaggy1024
2023-01-27LibVideo: Remove declarations for non-existent methodsSam Atkins
2023-01-02Everywhere: Remove unused includes of AK/Concepts.hBen Wiederhake
2023-01-02Everywhere: Move AK/Debug.h include to using files or removeBen Wiederhake
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-11-25LibVideo: Implement Matroska Cues for faster keyframe lookupZaggy1024
2022-11-25LibVideo: Calculate Block timestamps for Matroska according to specZaggy1024
2022-11-25LibVideo: Implement Matroska keyframe search for when there are no CuesZaggy1024
2022-11-25LibVideo: Read Matroska lazily so that large files can start quicklyZaggy1024
2022-11-25LibVideo: Make Matroska element parsing functions staticZaggy1024
2022-11-25LibVideo: Parse Matroska from ReadonlyBytes and keep the start positionZaggy1024
2022-11-25LibVideo: Propagate decoder errors in the Matroska ReaderZaggy1024
2022-11-25LibVideo: Reorganize demuxer file hierarchy and rename Matroska filesZaggy1024