1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 12:38:12 +00:00
serenity/Userland/Libraries/LibVideo
FalseHonesty f9899fc17f LibVideo/VP9: Parse compressed header data
This patch adds compressed header parsing to the VP9 decoder (section
6.4 of the spec). This is the final decoder step before we can start to
decode tiles.
2021-06-30 11:03:51 +02:00
..
VP9 LibVideo/VP9: Parse compressed header data 2021-06-30 11:03:51 +02:00
CMakeLists.txt LibVideo/VP9: Add Decoder and begin parsing uncompressed header data 2021-06-12 22:48:28 +04:30
MatroskaDocument.h LibVideo: Scaffold LibVideo and implement simplistic Matroska parser 2021-06-06 17:47:00 +02:00
MatroskaReader.cpp LibVideo: Scaffold LibVideo and implement simplistic Matroska parser 2021-06-06 17:47:00 +02:00
MatroskaReader.h LibVideo: Scaffold LibVideo and implement simplistic Matroska parser 2021-06-06 17:47:00 +02:00