1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-14 08:40:59 +00:00
serenity/Userland/Applications/VideoPlayer
Zaggy1024 9cf7e8c5aa LibVideo: Reorganize demuxer file hierarchy and rename Matroska files
As new demuxers are added, this will get quite full of files, so it'll
be good to have a separate folder for these.

To avoid too many chained namespaces, the Containers subdirectory is
not also a namespace, but the Matroska folder is for the sake of
separating the multiple classes for parsed information entering the
Video namespace.
2022-11-25 23:28:39 +01:00
..
CMakeLists.txt Base+VideoPlayer: Add an icon for video player 2022-11-06 22:27:22 -08:00
main.cpp LibVideo: Reorganize demuxer file hierarchy and rename Matroska files 2022-11-25 23:28:39 +01:00
VideoFrameWidget.cpp VideoPlayer: Start fleshing out the user interface 2022-10-31 14:47:13 +01:00
VideoFrameWidget.h VideoPlayer: Start fleshing out the user interface 2022-10-31 14:47:13 +01:00
VideoPlayerWidget.cpp VideoPlayer: Make PlaybackManager use OwnPtr 2022-11-14 10:05:56 +00:00
VideoPlayerWidget.h VideoPlayer: Make PlaybackManager use OwnPtr 2022-11-14 10:05:56 +00:00