ladybird/Userland
Zaggy1024 ef99e701b7 LibMedia/Matroska: Handle negative timestamp offsets correctly
The timestamp offset of a block was being converted from i16 to u64, so
negative values would overflow and cause timestamps that fall before
the cluster's timestamp from being close to the minimum representable
i64.

The math is also now done using saturating operations to prevent any
other similar issues from occurring.
2024-06-24 12:41:32 -06:00
..
Libraries LibMedia/Matroska: Handle negative timestamp offsets correctly 2024-06-24 12:41:32 -06:00
Services LibTLS: Remove key-logging debug feature 2024-06-24 09:45:41 -06:00
Utilities Utilities: Remove zip and unzip 2024-06-24 09:45:41 -06:00