1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-23 20:57:41 +00:00
serenity/Userland/Libraries/LibVideo
FalseHonesty 403bb07443 LibVideo: Scaffold LibVideo and implement simplistic Matroska parser
This commit initializes the LibVideo library and implements parsing
basic Matroska container files. Currently, it will only parse audio
and video tracks.
2021-06-06 17:47:00 +02:00
..
CMakeLists.txt LibVideo: Scaffold LibVideo and implement simplistic Matroska parser 2021-06-06 17:47:00 +02:00
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