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-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