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
2021-07-10
LibVideo/VP9: Implement MV reading & rectify MV storage issues
FalseHonesty
2021-07-10
LibVideo/VP9: Finish implementing block decoding (6.4.4)
FalseHonesty
2021-07-10
LibVideo/VP9: Implement parsing Token and MoreCoefs trees
FalseHonesty
2021-07-10
LibVideo/VP9: Implement token parsing (6.4.24-6.4.26)
FalseHonesty
2021-07-10
LibVideo/VP9: Implement sections 6.1.2 and 8.4.1-8.4.4
FalseHonesty
2021-07-10
LibVideo/VP9: Begin reference frame update process (8.10)
FalseHonesty
2021-07-10
LibVideo/VP9: Rename Decoder -> Parser & create an actual Decoder class
FalseHonesty
2021-07-10
LibVideo/VP9: Start parsing residuals (6.4.21-6.4.23)
FalseHonesty
2021-07-10
LibVideo/VP9: Refactor how above & left contexts are stored & cleared
FalseHonesty
2021-07-10
LibVideo/VP9: Specify which spec section defines certain behaviors
FalseHonesty
2021-07-10
LibVideo/VP9: Clean up formatting & use range-based for loops
FalseHonesty
2021-07-10
LibVideo/VP9: Implement simple FIXMEs that use now supported data
FalseHonesty
2021-07-10
LibVideo/VP9: Implement more TreeParser probability calculations
FalseHonesty
2021-07-10
LibVideo/VP9: Implement syntax element counting for supported elements
FalseHonesty
2021-06-30
LibVideo: Migrate to east-const style & apply other minor fixes
FalseHonesty
2021-06-30
LibVideo/VP9: Implement most of block_mode_info methods (6.4.15-6.4.18)
FalseHonesty
2021-06-30
LibVideo/VP9: Implement most of inter_frame_mode_info (6.4.11-6.4.14)
FalseHonesty
2021-06-30
LibVideo/VP9: Implement intra_frame_mode_info procedure (6.4.6)
FalseHonesty
2021-06-30
LibVideo/VP9: Add SAFE_CALL macro to help propagate failure state
FalseHonesty
2021-06-30
LibVideo/VP9: Refactor how TreeParser accesses decoder data
FalseHonesty
2021-06-30
LibVideo/VP9: Begin decoding VP9 blocks
FalseHonesty
2021-06-30
LibVideo/VP9: Successfully parse partition syntax element
FalseHonesty
2021-06-30
LibVideo/VP9: Begin creating a tree parser to parse syntax elements
FalseHonesty
2021-06-30
LibVideo/VP9: Begin decoding tiles
FalseHonesty
2021-06-30
LibVideo/VP9: Parse compressed header data
FalseHonesty
2021-06-12
LibVideo/VP9: Add Decoder and begin parsing uncompressed header data
FalseHonesty
2021-06-12
LibVideo/VP9: Implement a bit stream to decode VP9 data
FalseHonesty
2021-06-12
LibVideo/VP9: Implement syntax element counter
FalseHonesty
2021-06-12
LibVideo/VP9: Add probability table constants
FalseHonesty
2021-06-12
LibVideo/VP9: Define all VP9 symbols and enum constants
FalseHonesty
2021-06-06
LibVideo: Scaffold LibVideo and implement simplistic Matroska parser
FalseHonesty