caca: fix to newer version
Manual backport of
2c7b5e004f1a968077973b4105d7d65dca7539e9
Gbp-Pq: Name 0005-caca-fix-to-newer-version.patch
dav1d: limit the number of extra frames needed by the decoder
The i_extra_picture_buffers is used to add pictures to the pool that the core
will allocate. dav1d is actually using n_threads frames. And the core is
allocating 10 frames per default for AV1. So we need to add the missing ones.
(cherry picked from commit
a32031dc0f5f32083fc54a21397bce732742ccbe) (rebased)
rebased:
- the code dav1d 1.0.0 in 3.0 uses different max versions
Signed-off-by: Steve Lhomme <robux4@ycbcr.xyz>
Gbp-Pq: Name 0004-dav1d-limit-the-number-of-extra-frames-needed-by-the.patch
dav1d: fix compilation with (upcoming) dav1d 1.0
(cherry picked from commit
dbf45cea2a8abdfbef897b8a71f3eb782bb1b712) (edited)
edited:
- 3.0 has the 128 pixels padding elsewhere
- 3.0 has an extra parameter for add_integer_with_range()
- 3.0 was setting i_extra_picture_buffers further down in the code
- 3.0 uses 16 threads max
Signed-off-by: Steve Lhomme <robux4@ycbcr.xyz>
Gbp-Pq: Name 0003-dav1d-fix-compilation-with-upcoming-dav1d-1.0.patch
vlc (3.0.17.4-5) unstable; urgency=medium
* debian/rules:
- Revert "Disable libva support"
- Do not pass any libva flags (Closes: #
1021032) (LP: #
1991457)
[dgit import unpatched vlc 3.0.17.4-5]