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
/
VP9
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/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/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/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/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-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-09
Everywhere: Remove unused DeprecatedString includes
Ben Wiederhake
2023-02-13
LibVideo/VP9: Convert the Parser to use AK/BitStream.h
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-09
LibVideo: Rename "ColorRange" to "VideoFullRangeFlag"
Nico Weber
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-24
LibVideo/VP9: Move TreeSelection class to TreeParser.cpp
Zaggy1024
2022-12-27
LibVideo: Fix two comment typos
Nico Weber
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
2022-11-30
LibVideo/VP9: Move segmentation id prediction context to TileContext
Zaggy1024
2022-11-30
LibVideo/VP9: Add FIXME about implementation of tiled decoding
Zaggy1024
2022-11-30
LibVideo/VP9: Move the above non-zero tokens context into decode_tiles
Zaggy1024
2022-11-30
LibVideo/VP9: Move the left non-zero tokens context to TileContext
Zaggy1024
[next]