Commits on Source (5)
-
It's used to compare sequence headers.
507808e3 -
When the super resolution of AV1 is used, some frames may be encoded smaller than the max resolution, but they are actually decoded at the max resolution by dav1d. So we need to provide a buffer large enough. Ref. #28002
7e9333f0 -
d59fdf9c
-
When decoding AV1 bitstreams using super resolution, we end up deadlocking in the decoder pool because we don't have engouh pictures. We need to add more pictures to the pool so that the decoder works properly. It seems to need only one extra when using a single thread and 2 when using more that one thread. Ref. #28002
213ba82e -
If the AV1 extra data in the container don't match the bitstream (invalid file) we end up missing some pictures when using extra resolution. This can be triggered by this bug in Handbrake with SVT-AV1: https://github.com/HandBrake/HandBrake/issues/5081 Ref. #28002
47486d99