index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibVideo
/
Containers
/
Matroska
/
Reader.h
Age
Commit message (
Expand
)
Author
2023-05-24
AK: Rename Time to Duration
kleines Filmröllchen
2023-05-14
LibVideo: Add `PlaybackManager::from_mapped_file`
Caoimhe
2023-03-06
Everywhere: Remove NonnullOwnPtr.h includes
Andreas Kling
2023-02-08
LibVideo: Pass the current sample to demuxers to lazily seek better
Zaggy1024
2023-01-27
LibVideo: Remove declarations for non-existent methods
Sam Atkins
2023-01-02
Everywhere: Remove unused includes of AK/Concepts.h
Ben Wiederhake
2023-01-02
Everywhere: Move AK/Debug.h include to using files or remove
Ben Wiederhake
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-11-25
LibVideo: Implement Matroska Cues for faster keyframe lookup
Zaggy1024
2022-11-25
LibVideo: Calculate Block timestamps for Matroska according to spec
Zaggy1024
2022-11-25
LibVideo: Implement Matroska keyframe search for when there are no Cues
Zaggy1024
2022-11-25
LibVideo: Read Matroska lazily so that large files can start quickly
Zaggy1024
2022-11-25
LibVideo: Make Matroska element parsing functions static
Zaggy1024
2022-11-25
LibVideo: Parse Matroska from ReadonlyBytes and keep the start position
Zaggy1024
2022-11-25
LibVideo: Propagate decoder errors in the Matroska Reader
Zaggy1024
2022-11-25
LibVideo: Reorganize demuxer file hierarchy and rename Matroska files
Zaggy1024