1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 18:18:12 +00:00
serenity/Userland/Libraries/LibVideo
Zaggy1024 be0760871e LibVideo: Add support for VP9 superframes
This allows the second shown frame of the VP9 test video to be decoded,
as the second chunk uses a superframe to encode a reference frame and
a second to inter predict between the keyframe and the reference frame.
2022-10-09 20:32:40 -06:00
..
VP9 LibVideo: Add support for VP9 superframes 2022-10-09 20:32:40 -06:00
CMakeLists.txt LibVideo: Add MotionVector lookup tables as constant expressions 2022-10-09 20:32:40 -06:00
DecoderError.h LibVideo: Implement VP9 intra-predicted frame decoding 2022-10-09 20:32:40 -06:00
MatroskaDocument.h VideoPlayer: Display frames from the VP9 decoder 2022-10-09 20:32:40 -06:00
MatroskaReader.cpp Everywhere: Add sv suffix to strings relying on StringView(char const*) 2022-07-12 23:11:35 +02:00
MatroskaReader.h AK: Move integral log2 and exp to IntegerMath.h 2022-02-06 17:52:33 +00:00