vlc.git
3 years agodav1d: limit the number of extra frames needed by the decoder
Steve Lhomme [Mon, 21 Mar 2022 14:53:52 +0000 (15:53 +0100)]
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

3 years agodav1d: fix compilation with (upcoming) dav1d 1.0
Steve Lhomme [Fri, 18 Mar 2022 10:42:49 +0000 (11:42 +0100)]
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

3 years agoDo not generate cache during build
Sebastian Ramacher [Mon, 6 Jul 2020 22:18:39 +0000 (00:18 +0200)]
Do not generate cache during build

The generated cache is not used in the package. It causes spurious build
failures on the arm64 and ppc64el builds, that are not reproducible
elsewhere.

Gbp-Pq: Name 0002-Do-not-generate-cache-during-build.patch

3 years agoconfigure: fix linking on RISC-V ISA
Rémi Denis-Courmont [Sat, 16 Jun 2018 18:31:45 +0000 (21:31 +0300)]
configure: fix linking on RISC-V ISA

Gbp-Pq: Name 0001-configure-fix-linking-on-RISC-V-ISA.patch

3 years agovlc (3.0.17.4-3) unstable; urgency=medium
Sebastian Ramacher [Fri, 17 Jun 2022 17:37:03 +0000 (18:37 +0100)]
vlc (3.0.17.4-3) unstable; urgency=medium

  * debian/control: Move vlc-plugin-pipewire to Suggests
    The pipewire plugin fails to recognize some configurations where pipewire
    is available but not used as sound server.
  * debian/patches: Fix build with caca 0.99.beta20

[dgit import unpatched vlc 3.0.17.4-3]

3 years agoImport vlc_3.0.17.4-3.debian.tar.xz
Sebastian Ramacher [Fri, 17 Jun 2022 17:37:03 +0000 (18:37 +0100)]
Import vlc_3.0.17.4-3.debian.tar.xz

[dgit import tarball vlc 3.0.17.4-3 vlc_3.0.17.4-3.debian.tar.xz]

3 years agoImport vlc_3.0.17.4.orig.tar.xz
Sebastian Ramacher [Sat, 23 Apr 2022 13:37:39 +0000 (14:37 +0100)]
Import vlc_3.0.17.4.orig.tar.xz

[dgit import orig vlc_3.0.17.4.orig.tar.xz]