1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 14:38:11 +00:00
serenity/Userland/Libraries/LibVideo/Containers
Timothy Flynn c978beb18b LibVideo: Extract video metadata for public-facing video track data
This copies the video data from the Matroska document into the Track
structure that outside users have access to. Because Track can actually
represent other media types, this is set up such that the Track can hold
metadata for those other types when they are needed.

This is needed for LibWeb's HTMLMediaElement implementation.
2023-04-07 16:02:22 +02:00
..
Matroska LibVideo: Extract video metadata for public-facing video track data 2023-04-07 16:02:22 +02:00
Demuxer.h LibVideo: Pass the current sample to demuxers to lazily seek better 2023-02-08 21:52:42 +01:00