ladybird/Tests/LibVideo
Zaggy1024 074f771b59 LibVideo: Add VideoFrame class for decoded video frames
The class is virtual and has one subclass, SubsampledYUVFrame, which
is used by the VP9 decoder to return a single frame. The
output_to_bitmap(Bitmap&) function can be used to set pixels on an
existing bitmap of the correct size to the RGB values that
should be displayed. The to_bitmap() function will allocate a new bitmap
and fill it using output_to_bitmap.

This new class also implements bilinear scaling of the subsampled U and
V planes so that subsampled videos' colors will appear smoother.
2022-10-31 14:47:13 +01:00
..
CMakeLists.txt LibVideo: Allow the VP9 decoder to decode ultra high resolution video 2022-10-12 00:54:31 -06:00
TestVP9Decode.cpp LibVideo: Add VideoFrame class for decoded video frames 2022-10-31 14:47:13 +01:00
vp9_4k.webm LibVideo: Allow the VP9 decoder to decode ultra high resolution video 2022-10-12 00:54:31 -06:00
vp9_in_webm.webm LibVideo: Add test to ensure that a VP9 WebM file will decode 2022-10-09 20:32:40 -06:00