1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 02:27:35 +00:00
serenity/Userland/Libraries/LibVideo/VP9
FalseHonesty 988e17ed05 LibVideo: Migrate to east-const style & apply other minor fixes
This patch brings all of LibVideo up to the east-const style in the
project. Additionally, it applies a few fixes from the reviews in #8170
that referred to older LibVideo code.
2021-06-30 11:03:51 +02:00
..
BitStream.cpp LibVideo/VP9: Implement a bit stream to decode VP9 data 2021-06-12 22:48:28 +04:30
BitStream.h LibVideo: Migrate to east-const style & apply other minor fixes 2021-06-30 11:03:51 +02:00
Decoder.cpp LibVideo: Migrate to east-const style & apply other minor fixes 2021-06-30 11:03:51 +02:00
Decoder.h LibVideo: Migrate to east-const style & apply other minor fixes 2021-06-30 11:03:51 +02:00
Enums.h LibVideo/VP9: Implement intra_frame_mode_info procedure (6.4.6) 2021-06-30 11:03:51 +02:00
LookupTables.h LibVideo/VP9: Implement intra_frame_mode_info procedure (6.4.6) 2021-06-30 11:03:51 +02:00
ProbabilityTables.cpp LibVideo: Migrate to east-const style & apply other minor fixes 2021-06-30 11:03:51 +02:00
ProbabilityTables.h LibVideo: Migrate to east-const style & apply other minor fixes 2021-06-30 11:03:51 +02:00
Symbols.h LibVideo/VP9: Define all VP9 symbols and enum constants 2021-06-12 22:48:28 +04:30
SyntaxElementCounter.cpp LibVideo/VP9: Successfully parse partition syntax element 2021-06-30 11:03:51 +02:00
SyntaxElementCounter.h LibVideo/VP9: Successfully parse partition syntax element 2021-06-30 11:03:51 +02:00
TreeParser.cpp LibVideo: Migrate to east-const style & apply other minor fixes 2021-06-30 11:03:51 +02:00
TreeParser.h LibVideo: Migrate to east-const style & apply other minor fixes 2021-06-30 11:03:51 +02:00