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
Age
Commit message (
Expand
)
Author
2023-04-14
LibVideo/VP9: Extend the borders on reference frames to avoid branching
Zaggy1024
2023-04-14
LibVideo/VP9: Clamp reference frame prediction coords outside loops
Zaggy1024
2023-04-14
LibVideo/VP9: Pre-calculate inter-frames' reference frame scale factors
Zaggy1024
2023-04-14
LibVideo/VP9: Copy data to reference frames row by row
Zaggy1024
2023-04-14
LibVideo/Matroska: Remove assertion that cue seeks find earlier samples
Zaggy1024
2023-04-14
LibVideo: Remove Starting playback state in favor of Seeking to zero
Zaggy1024
2023-04-14
LibVideo: Add a method to get the playback state from `PlaybackManager`
Zaggy1024
2023-04-14
LibVideo: Always present a frame when not fast-exiting seek
Zaggy1024
2023-04-14
LibVideo: Dispatch PlaybackManager state changes after `on_enter()`
Zaggy1024
2023-04-14
LibVideo: Improve logging when PLAYBACK_MANAGER_DEBUG=on
Zaggy1024
2023-04-12
LibVideo: Don't shadow `m_playing` in ResumingStateHandler classes
Zaggy1024
2023-04-11
LibVideo: Add a hook to notify clients upon reaching end of the stream
Timothy Flynn
2023-04-09
LibVideo: Add a forwarding header
Timothy Flynn
2023-04-09
LibVideo: Add a getter for the PlaybackManager's selected track
Timothy Flynn
2023-04-09
LibVideo: Add a factory to create a PlaybackManager from in-memory data
Timothy Flynn
2023-04-09
LibVideo+VideoPlayer: Convert playback event handler to callbacks
Timothy Flynn
2023-04-09
LibVideo: Initialize primitive member variables in PlaybackManager
Timothy Flynn
2023-04-09
Everywhere: Remove unused DeprecatedString includes
Ben Wiederhake
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-13
LibVideo/VP9: Convert the Parser to use AK/BitStream.h
Zaggy1024
2023-02-12
LibVideo: Create Resuming handler for seek/buffer handlers to inherit
Zaggy1024
2023-02-12
LibVideo/VideoPlayer: Dispatch state change events and update play icon
Zaggy1024
2023-02-12
LibVideo: Display the first frame when paused after opening a video
Zaggy1024
2023-02-12
LibVideo: Add StartingStateHandler to prepare the first frames of video
Zaggy1024
2023-02-12
LibVideo: Check whether it's time to present frames before doing so
Zaggy1024
2023-02-12
LibVideo: Delay playback errors by their sample timestamps when we can
Zaggy1024
2023-02-12
LibVideo: Deduplicate logic for dispatching video frame queue items
Zaggy1024
2023-02-12
LibVideo/Matroska: Fix out-of-bounds access when seeking to cues
Zaggy1024
2023-02-10
LibVideo/VP9: Rename `round_2()` to `rounded_right_shift()` for clarity
Zaggy1024
2023-02-10
LibVideo/VP9: Drop the decoder intermediate bounds checks
Zaggy1024
2023-02-10
AK+Everywhere: Do not implicitly copy variables in TRY macros
Timothy Flynn
2023-02-10
Everywhere: Remove needless copies of Error / ErrorOr instances
Timothy Flynn
2023-02-09
LibVideo: Add a video_full_range_flag_to_string() function
Nico Weber
2023-02-09
LibVideo: Rename "ColorRange" to "VideoFullRangeFlag"
Nico Weber
2023-02-08
VideoPlayer/LibVideo: Seek accurately when scrolling in the seek bar
Zaggy1024
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-02-08
LibVideo/PlaybackManager: Organize playback states into virtual classes
Zaggy1024
2023-02-08
LibVideo: Rename Status -> State in `PlaybackStatusChangeEvent` class
Zaggy1024
2023-02-08
LibVideo/VP9: Clamp motion vectors again in find_mv_refs function
Zaggy1024
2023-02-08
LibVideo/VP9: Remove magic numbers for the uncompressed ref frames
Zaggy1024
2023-02-08
LibVideo/VP9: Remove debug output from TreeParser
Zaggy1024
2023-02-03
LibVideo/VP9: Use proper indices for updating inter_mode probabilities
Zaggy1024
2023-02-03
LibVideo/VP9: Use u32 to store the parsed value counts
Zaggy1024
2023-02-03
LibVideo/VP9: Prevent negation overflow in BitStream::read_s
Zaggy1024
2023-02-03
LibVideo/VP9: Correct the mode/partition probability adaption counts
Zaggy1024
2023-02-03
LibVideo/VP9: Increase the size of summed boolean counts in merge_probs
Zaggy1024
2023-01-28
AK: Remove `try_` prefix from FixedArray creation functions
Linus Groh
[next]