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
/
Parser.cpp
Age
Commit message (
Expand
)
Author
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: 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
2022-11-30
LibVideo/VP9: Remove dump_frame_info() function from Decoder
Zaggy1024
2022-11-30
LibVideo/VP9: Use a class to store 2D context information
Zaggy1024
2022-11-30
LibVideo/VP9: Store data used between decode_block calls in a struct
Zaggy1024
2022-11-30
LibVideo/VP9: Change fields within decode_partition() to variables
Zaggy1024
2022-11-30
LibVideo/VP9: Don't store the default_intra_mode in a field
Zaggy1024
2022-11-30
LibVideo/VP9: Apply higher optimization levels to Decoder and Parser
Zaggy1024
2022-11-12
LibVideo: Create TokensContext struct for token parsing parameters
Zaggy1024
2022-11-12
LibVideo: Parameterize all tree parsing for motion vectors in VP9
Zaggy1024
2022-11-12
LibVideo: Parameterize parsing single reference frame selection in VP9
Zaggy1024
2022-11-12
LibVideo: Parameterize parsing compound references in the VP9 decoder
Zaggy1024
2022-11-12
LibVideo: Parameterize compound mode parsing in the VP9 decoder
Zaggy1024
2022-11-12
LibVideo: Parameterize parsing if a block is inter predicted in VP9
Zaggy1024
2022-11-12
LibVideo: Parameterize TXSize parsing for the VP9 decoder
Zaggy1024
2022-11-12
LibVideo: Parameterize coefficient skip parsing for VP9
Zaggy1024
2022-11-12
LibVideo: Parameterize segment ID parsing for the VP9 decoder
Zaggy1024
2022-11-12
LibVideo: Parameterize interpolation filter parsing for the VP9 decoder
Zaggy1024
2022-11-12
LibVideo: Parameterize inter mode parsing in the VP9 decoder
Zaggy1024
2022-11-12
LibVideo: Parameterize UV mode parsing in the VP9 decoder
Zaggy1024
2022-11-12
LibVideo: Parameterize intra prediction mode parsing for VP9
Zaggy1024
2022-11-12
LibVideo: Parameterize parsing the default UV prediction mode for VP9
Zaggy1024
2022-11-12
LibVideo: Parameterize parsing of the default VP9 intra mode tree
Zaggy1024
2022-11-12
LibVideo: Move parsing of Partition to its own TreeParser function
Zaggy1024
2022-11-12
LibVideo: Use the BlockSubsize enum where appropriate in the VP9 parser
Zaggy1024
2022-11-12
LibVideo: Combine VP9's Intra- and InterMode enums into PredictionMode
Zaggy1024
[next]