mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 16:57:36 +00:00
LibVideo: Abstract media container format demuxing
This creates an abstract Demuxer class to allow multiple container container formats to be easily used by video playback systems.
This commit is contained in:
parent
3a2f6c700d
commit
0a4def1208
8 changed files with 327 additions and 36 deletions
|
@ -2,6 +2,7 @@ set(SOURCES
|
|||
Color/ColorConverter.cpp
|
||||
Color/ColorPrimaries.cpp
|
||||
Color/TransferCharacteristics.cpp
|
||||
MatroskaDemuxer.cpp
|
||||
MatroskaReader.cpp
|
||||
VideoFrame.cpp
|
||||
VP9/BitStream.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue