Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-06-12 | LibVideo/VP9: Implement a bit stream to decode VP9 data | FalseHonesty | |
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. |