mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 17:37:37 +00:00
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.
This commit is contained in:
parent
6a15bd06cb
commit
403bb07443
7 changed files with 840 additions and 0 deletions
|
@ -101,6 +101,8 @@ set(LOCK_TRACE_DEBUG ON)
|
|||
set(LOOKUPSERVER_DEBUG ON)
|
||||
set(MALLOC_DEBUG ON)
|
||||
set(MARKDOWN_DEBUG ON)
|
||||
set(MATROSKA_DEBUG ON)
|
||||
set(MATROSKA_TRACE_DEBUG ON)
|
||||
set(MASTERPTY_DEBUG ON)
|
||||
set(MBR_DEBUG ON)
|
||||
set(MEMORY_DEBUG ON)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue