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-05-07
Everywhere: Run spellcheck on all documentation
Ben Wiederhake
2023-05-02
LibVideo/VP9: Revert framebuffer size reduction to allow OOB blocks
Zaggy1024
2023-04-30
LibVideo/VP9: Make inter-prediction fast path accumulators 32-bit
Zaggy1024
2023-04-25
LibVideo: Fast-path converting colors by only matrix coefficients
Zaggy1024
2023-04-25
LibVideo/VP9: Force inlining of `inverse_transform_2d()` and the IDCT
Zaggy1024
2023-04-25
LibVideo/VP9: Pre-calculate the quantizers at the start of each frame
Zaggy1024
2023-04-25
LibVideo/VP9: Use an enum to select segment features
Zaggy1024
2023-04-25
LibVideo/VP9: Make a lookup table for bit reversals
Zaggy1024
2023-04-25
LibVideo/VP9: Specialize transforms on their block size
Zaggy1024
2023-04-25
LibVideo/Color: Always inline `convert_yuv_to_full_range_rgb()`
Zaggy1024
2023-04-25
LibVideo/VP9: Implement unscaled fast paths in inter prediction
Zaggy1024
2023-04-25
LibVideo/VP9: Use the Y scale value in `predict_inter_block()`
Zaggy1024
2023-04-25
LibVideo: Convert subsampled frames in a vectorization-friendly way
Zaggy1024
2023-04-25
LibVideo/VP9: Consolidate frame size calculations
Zaggy1024
2023-04-25
LibVideo/VP9: Fix rounding of components in the motion vector selection
Zaggy1024
2023-04-25
LibVideo: Remove hook to override LibVideo's playback timers
Timothy Flynn
2023-04-25
LibVideo/VP9: Wait for workers to finish when there are decoding errors
Zaggy1024
2023-04-25
LibVideo: Allocate Vector2D underlying storage with new, not malloc
Timothy Flynn
2023-04-24
LibVideo: Do not invoke Vector2D's destructor in order to resize it
Timothy Flynn
2023-04-23
LibVideo/VP9: Implement threaded tile column decoding
Zaggy1024
2023-04-23
LibVideo/VP9: Count syntax elements in TileContext, and sum at the end
Zaggy1024
2023-04-23
LibVideo/VP9: Fallibly allocate the probability tables
Zaggy1024
2023-04-23
LibVideo/VP9: Return Corrupted error when tile range decoder init fails
Zaggy1024
2023-04-17
LibVideo: Remove hook to notify clients upon reaching end of the stream
Timothy Flynn
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
[next]