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-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
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
2022-11-30
LibVideo/VP9: Split/clean up the token tree-parsing context function
Zaggy1024
2022-11-30
LibVideo/VP9: Store m_mode_context in BlockContext
Zaggy1024
2022-11-30
LibVideo/VP9: Move the m_use_prev_frame_mvs field to FrameContext
Zaggy1024
2022-11-30
LibVideo/VP9: Remove the m_use_hp field from Parser
Zaggy1024
2022-11-30
LibVideo/VP9: Remove m_tokens and m_token_cache from Parser
Zaggy1024
2022-11-30
LibVideo/VP9: Fully qualify all reference frame type enum values
Zaggy1024
2022-11-30
LibVideo/VP9: Convert TransformMode to an enum class
Zaggy1024
2022-11-30
LibVideo/VP9: Change all names containing tx_size to transform_size
Zaggy1024
2022-11-30
LibVideo/VP9: Prefix TransformSize with Transform_ instead of TX_
Zaggy1024
2022-11-30
LibVideo/VP9: Rename TX(Mode|Size) to Transform(Mode|Size)
Zaggy1024
2022-11-30
LibVideo/VP9: Specify more units in Parser::residual()
Zaggy1024
2022-11-30
LibVideo/VP9: Move persistent context storage to a different header
Zaggy1024
2022-11-30
LibVideo/VP9: Replace (DCT|ADST)_(DCT_ADST) with struct TransformSet
Zaggy1024
2022-11-30
LibVideo/VP9: Convert token scan order indices to u16
Zaggy1024
2022-11-30
LibVideo/VP9: Pass the sub-block transform type around as a parameter
Zaggy1024
2022-11-30
LibVideo/VP9: Move segmentation parameters to FrameContext
Zaggy1024
2022-11-30
LibVideo/VP9: Use a bitwise enum for motion vector joint selection
Zaggy1024
2022-11-30
LibVideo/VP9: Index inter-frame references with named fields or an enum
Zaggy1024
2022-11-30
LibVideo/VP9: Move reference frame type fields to FrameContext
Zaggy1024
2022-11-30
LibVideo/VP9: Move the transform mode field from Parser to FrameContext
Zaggy1024
2022-11-30
LibVideo/VP9: Retain adjacent block contexts storage between frames
Zaggy1024
2022-11-30
LibVideo/VP9: Select and read motion vectors without fields in Parser
Zaggy1024
2022-11-30
LibVideo/VP9: Store tile counts in FrameContext
Zaggy1024
2022-11-30
LibVideo/VP9: Move more block fields into the BlockContext struct
Zaggy1024
2022-11-30
LibVideo/VP9: Move quantizer indices into FrameContext
Zaggy1024
2022-11-30
LibVideo/VP9: Move loop filter parameters to FrameContext
Zaggy1024
2022-11-30
LibVideo/VP9: Move fields set in uncompressed_header() to FrameContext
Zaggy1024
2022-11-30
LibVideo/VP9: Store color config in the frame context
Zaggy1024
2022-11-30
LibVideo/VP9: Add a FIXME to keep render_and_frame_size_different
Zaggy1024
2022-11-30
LibVideo/VP9: Choose whether/how to show new frames using an enum
Zaggy1024
2022-11-30
LibVideo/VP9: Add Frame, Tile and Block context structs
Zaggy1024
2022-11-30
LibVideo/VP9: Create Vector2DView to limit writable ranges of contexts
Zaggy1024
2022-11-30
LibVideo/VP9: Remove m_eob_total field from parser
Zaggy1024
2022-11-30
LibVideo/VP9: Remove m_mi_row and col fields from the parser
Zaggy1024
2022-11-30
LibVideo/VP9: Use a struct for block context to keep between frames
Zaggy1024
[next]