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
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-04-14
LibVideo/Matroska: Remove assertion that cue seeks find earlier samples
Zaggy1024
2023-04-07
LibVideo: Extract video metadata for public-facing video track data
Timothy Flynn
2023-03-06
Everywhere: Remove NonnullOwnPtr.h includes
Andreas Kling
2023-02-12
LibVideo/Matroska: Fix out-of-bounds access when seeking to cues
Zaggy1024
2023-02-09
LibVideo: Rename "ColorRange" to "VideoFullRangeFlag"
Nico Weber
2023-02-08
LibVideo/Matroska: Stop skipping a cue when seeking forward
Zaggy1024
2023-02-08
LibVideo/Matroska: Add debug logging for seeking to cues
Zaggy1024
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-09
AK+Everywhere: Rename FlyString to DeprecatedFlyString
Timothy Flynn
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-27
LibVideo: Fix two comment typos
Nico Weber
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: Give Matroska duration an absolute value getter
Zaggy1024
2022-11-25
LibVideo: Calculate Block timestamps for Matroska according to spec
Zaggy1024
2022-11-25
LibVideo: Add a fast seeking mode to seek only to keyframes
Zaggy1024
2022-11-25
LibVideo: Implement Matroska keyframe search for when there are no Cues
Zaggy1024
2022-11-25
LibVideo: Make Matroska Block and Cluster timestamps absolute
Zaggy1024
2022-11-25
LibVideo: Implement accurate seeking to inter frames in PlaybackManager
Zaggy1024
2022-11-25
VideoPlayer/LibVideo: Implement the UI functionality for seeking
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