summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibVideo/VP9/BitStream.cpp
AgeCommit message (Collapse)Author
2021-06-12LibVideo/VP9: Implement a bit stream to decode VP9 dataFalseHonesty
The VP9 specification requires a special decoding process to parse a lot of the data read from a frame, so this BitStream wrapper implements that behavior. These processes are defined in section 9 of the VP9 spec.