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-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
2023-01-27
LibVideo: Remove declarations for non-existent methods
Sam Atkins
2023-01-26
LibGfx: Remove `try_` prefix from bitmap creation functions
Tim Schumacher
2023-01-24
LibVideo/VP9: Move TreeSelection class to TreeParser.cpp
Zaggy1024
2023-01-15
Everywhere: Fully qualify IsLvalueReference in TRY() macros
Andrew Kaster
2023-01-13
AK+Everywhere: Disallow returning a reference from a fallible expression
Timothy Flynn
2023-01-13
AK: Add support for "debug only" formatters
MacDue
2023-01-12
Userland: Use Core::Timer::create_foo() factory functions where possible
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: Remove unused includes of AK/Format.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
Everywhere: Rename to_{string => deprecated_string}() where applicable
Linus Groh
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-11-30
LibVideo/VP9: Make get_tile_offset static and remove magic numbers
Zaggy1024
2022-11-30
LibVideo/VP9: Put reference frames into a struct
Zaggy1024
2022-11-30
LibVideo/VP9: Remove now-unused clear_context function from Parser
Zaggy1024
2022-11-30
LibVideo/VP9: Move partitioning contexts to TileContext
Zaggy1024
2022-11-30
LibVideo/VP9: Use unit conversion functions in BlockContext
Zaggy1024
[next]