1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-16 20:15:07 +00:00
serenity/Userland/Libraries/LibVideo/VP9
FalseHonesty baff94e44d LibVideo/VP9: Add Decoder and begin parsing uncompressed header data
This patch brings all of the previous work together and starts to
actually parse and decode frame information. Currently it only parses
the uncompressed header data (section 6.2 of the spec).
2021-06-12 22:48:28 +04:30
..
BitStream.cpp LibVideo/VP9: Implement a bit stream to decode VP9 data 2021-06-12 22:48:28 +04:30
BitStream.h LibVideo/VP9: Implement a bit stream to decode VP9 data 2021-06-12 22:48:28 +04:30
Decoder.cpp LibVideo/VP9: Add Decoder and begin parsing uncompressed header data 2021-06-12 22:48:28 +04:30
Decoder.h LibVideo/VP9: Add Decoder and begin parsing uncompressed header data 2021-06-12 22:48:28 +04:30
Enums.h LibVideo/VP9: Define all VP9 symbols and enum constants 2021-06-12 22:48:28 +04:30
LookupTables.h LibVideo/VP9: Add Decoder and begin parsing uncompressed header data 2021-06-12 22:48:28 +04:30
ProbabilityTables.cpp LibVideo/VP9: Add probability table constants 2021-06-12 22:48:28 +04:30
ProbabilityTables.h LibVideo/VP9: Add probability table constants 2021-06-12 22:48:28 +04:30
Symbols.h LibVideo/VP9: Define all VP9 symbols and enum constants 2021-06-12 22:48:28 +04:30
SyntaxElementCounter.cpp LibVideo/VP9: Implement syntax element counter 2021-06-12 22:48:28 +04:30
SyntaxElementCounter.h LibVideo/VP9: Implement syntax element counter 2021-06-12 22:48:28 +04:30