1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-10-30 23:18:11 +02:00
Files
FFmpeg/libavcodec
Mark Thompson a1b6a6907b cbs_av1: Reject thirty-two zero bits in uvlc code
The spec allows at least thirty-two zero bits followed by a one to mean
2^32-1, with no constraint on the number of zeroes.  The libaom
reference decoder does not match this, instead reading thirty-two zeroes
but not the following one to mean 2^32-1.  These two interpretations are
incompatible and other implementations may follow one or the other.
Therefore reject thirty-two zeroes because the intended behaviour is not
clear.

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
(cherry picked from commit 7110a36ba0)
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2024-07-24 16:52:31 +02:00
..
2023-10-09 19:52:51 +03:00
2023-11-10 02:06:21 +01:00
2024-05-25 00:31:07 +02:00
2024-05-25 00:31:18 +02:00
2023-10-09 19:52:51 +03:00
2023-10-09 19:52:51 +03:00
2024-05-25 00:31:17 +02:00
2024-05-25 00:31:09 +02:00
2024-07-24 16:52:16 +02:00
2024-06-24 00:14:04 +02:00
2024-04-03 02:03:53 +02:00
2023-10-05 22:05:21 +02:00
2023-10-10 00:22:55 +02:00
2024-05-25 00:31:19 +02:00
2024-07-24 16:52:16 +02:00