vlc.git
3 years agocaca: fix to newer version
Jean-Baptiste Kempf [Thu, 26 May 2022 14:52:11 +0000 (16:52 +0200)]
caca: fix to newer version

Manual backport of 2c7b5e004f1a968077973b4105d7d65dca7539e9

Gbp-Pq: Name 0005-caca-fix-to-newer-version.patch

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-5) unstable; urgency=medium
Sebastian Ramacher [Mon, 3 Oct 2022 20:07:16 +0000 (21:07 +0100)]
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]

3 years agoImport vlc_3.0.17.4-5.debian.tar.xz
Sebastian Ramacher [Mon, 3 Oct 2022 20:07:16 +0000 (21:07 +0100)]
Import vlc_3.0.17.4-5.debian.tar.xz

[dgit import tarball vlc 3.0.17.4-5 vlc_3.0.17.4-5.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]