mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-30 04:39:06 +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
Notes:
sideshowbarker
2024-07-18 12:46:09 +09:00
Author: https://github.com/FalseHonesty
Commit: 403bb07443
Pull-request: https://github.com/SerenityOS/serenity/pull/7828
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