Age | Commit message (Expand) | Author |
---|---|---|
2021-07-10 | LibVideo/VP9: Implement MV reading & rectify MV storage issues | 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-06-30 | LibVideo/VP9: Begin creating a tree parser to parse syntax elements | 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 |