1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 07:08:10 +00:00
serenity/Userland/Libraries/LibVideo
Zaggy1024 13ccde8637 LibVideo: Improve error reporting for VP9 range decoder
init_bool will now check whether there is enough data in the bitstream
for the range coding size to be fully read.

exit_bool will now read the entire padding element regardless of size,
which the spec does not specify a limit on.
2022-10-09 20:32:40 -06:00
..
VP9 LibVideo: Improve error reporting for VP9 range decoder 2022-10-09 20:32:40 -06:00
CMakeLists.txt LibVideo: Remove headers from CMakeLists.txt 2022-10-09 20:32:40 -06:00
MatroskaDocument.h LibVideo: Migrate to east-const style & apply other minor fixes 2021-06-30 11:03:51 +02: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