Age | Commit message (Expand) | Author |
---|---|---|
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: Rename Decoder -> Parser & create an actual Decoder class | FalseHonesty |
2021-07-10 | LibVideo/VP9: Specify which spec section defines certain behaviors | FalseHonesty |
2021-07-10 | LibVideo/VP9: Implement more TreeParser probability calculations | FalseHonesty |
2021-06-30 | LibVideo: Migrate to east-const style & apply other minor fixes | 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: 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 |