vlc.git
5 years agoMerge vlc (3.0.8-4) import into refs/heads/workingbranch
Sebastian Ramacher [Thu, 27 Feb 2020 20:44:49 +0000 (20:44 +0000)]
Merge vlc (3.0.8-4) import into refs/heads/workingbranch

5 years agoavahi: change discovered items type from file to directory
Pierre Lamot [Thu, 5 Sep 2019 10:19:54 +0000 (12:19 +0200)]
avahi: change discovered items type from file to directory

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
(cherry picked from commit a72b4e881c51522b9df603df66b82211485eee1a)
Signed-off-by: Thomas Guillem <thomas@gllm.fr>
Gbp-Pq: Name 0009-avahi-change-discovered-items-type-from-file-to-dire.patch

5 years agosd: avahi: fix use-after-free of renderer items
Thomas Guillem [Fri, 1 Feb 2019 14:25:53 +0000 (15:25 +0100)]
sd: avahi: fix use-after-free of renderer items

(cherry picked from commit 7e6756602054e4c32d4d4407ada7eaf9396e7023)
Signed-off-by: Thomas Guillem <thomas@gllm.fr>
Gbp-Pq: Name 0008-sd-avahi-fix-use-after-free-of-renderer-items.patch

5 years agosd: avahi: fix invalid release of renderer items
Thomas Guillem [Fri, 1 Feb 2019 14:25:42 +0000 (15:25 +0100)]
sd: avahi: fix invalid release of renderer items

(cherry picked from commit 49a917ddc37273522bbf44016d4b856edf873086)
Signed-off-by: Thomas Guillem <thomas@gllm.fr>
Gbp-Pq: Name 0007-sd-avahi-fix-invalid-release-of-renderer-items.patch

5 years agoavahi: Add support for chromecast renderer discovery
Stefan Brüns [Sat, 19 Jan 2019 21:41:14 +0000 (22:41 +0100)]
avahi: Add support for chromecast renderer discovery

Allow discovery of chromecast devices with the Avahi DNS-SD resolver.
Tested with a Chromecast version 2 (Audio/Video).

See: #19921
https://forum.videolan.org/viewtopic.php?t=146211
Signed-off-by: Thomas Guillem <thomas@gllm.fr>
(cherry picked from commit 070060d1815eb2bd00d5eff9f13d153c8e4ff00e)
Signed-off-by: Thomas Guillem <thomas@gllm.fr>
Gbp-Pq: Name 0006-avahi-Add-support-for-chromecast-renderer-discovery.patch

5 years agoavahi: Prepare code for support of renderer discovery
Stefan Brüns [Sat, 19 Jan 2019 21:41:13 +0000 (22:41 +0100)]
avahi: Prepare code for support of renderer discovery

Instead of passing the services_discovery_t as userdata for the callbacks,
use a struct discovery_sys_t which is common for both the input and renderer
private data structures.

The discovery_sys_t is embedded into the service type specific private
member structs, i.e. struct services_discovery_sys_t (done here) and
struct vlc_renderer_discovery_sys (next patch).

Signed-off-by: Thomas Guillem <thomas@gllm.fr>
(cherry picked from commit da019696fbc76b7afea69b33f2c537c85a350a59)
Signed-off-by: Thomas Guillem <thomas@gllm.fr>
Gbp-Pq: Name 0005-avahi-Prepare-code-for-support-of-renderer-discovery.patch

5 years agoavahi: Fix leaking AvahiServiceResolver in the error paths
Stefan Brüns [Sat, 19 Jan 2019 21:41:12 +0000 (22:41 +0100)]
avahi: Fix leaking AvahiServiceResolver in the error paths

Signed-off-by: Thomas Guillem <thomas@gllm.fr>
(cherry picked from commit 6d4afd268bbbf5c99609bd777d740a624cf7d705)
Signed-off-by: Thomas Guillem <thomas@gllm.fr>
Gbp-Pq: Name 0004-avahi-Fix-leaking-AvahiServiceResolver-in-the-error-.patch

5 years agoavahi: Explicitly handle AVAHI_BROWSER_REMOVE events
Stefan Brüns [Sat, 19 Jan 2019 21:41:11 +0000 (22:41 +0100)]
avahi: Explicitly handle AVAHI_BROWSER_REMOVE events

name is only set for AVAHI_BROWSER_NEW and AVAHI_BROWSER_REMOVE. Explicitly
check for REMOVE instead of deducing the event type from the name being
set.

Signed-off-by: Thomas Guillem <thomas@gllm.fr>
(cherry picked from commit aaba1daa2683a403ab4adefffa1abd59f9339d2b)
Signed-off-by: Thomas Guillem <thomas@gllm.fr>
Gbp-Pq: Name 0003-avahi-Explicitly-handle-AVAHI_BROWSER_REMOVE-events.patch

5 years agoRevert "configure: Require libmodplug >= 0.8.9"
Sebastian Ramacher [Mon, 19 Aug 2019 19:04:56 +0000 (21:04 +0200)]
Revert "configure: Require libmodplug >= 0.8.9"

This reverts commit 48f014768dc22ecad23d0e9f53c38805a3aff832.

Gbp-Pq: Name 0002-Revert-configure-Require-libmodplug-0.8.9.patch

5 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

5 years agovlc (3.0.8-4) unstable; urgency=medium
Sebastian Ramacher [Thu, 27 Feb 2020 20:44:49 +0000 (20:44 +0000)]
vlc (3.0.8-4) unstable; urgency=medium

  * debian/control: Bump Standards-Version
  * debian/upstream: Apply upstream patches for chromechast support in avahi
  * debian/: Disable microdns plugin

[dgit import unpatched vlc 3.0.8-4]

5 years agoImport vlc_3.0.8-4.debian.tar.xz
Sebastian Ramacher [Thu, 27 Feb 2020 20:44:49 +0000 (20:44 +0000)]
Import vlc_3.0.8-4.debian.tar.xz

[dgit import tarball vlc 3.0.8-4 vlc_3.0.8-4.debian.tar.xz]

6 years agoMerge vlc (3.0.8-3) import into refs/heads/workingbranch
Sebastian Ramacher [Mon, 18 Nov 2019 21:38:08 +0000 (21:38 +0000)]
Merge vlc (3.0.8-3) import into refs/heads/workingbranch

6 years agoRevert "configure: Require libmodplug >= 0.8.9"
Sebastian Ramacher [Mon, 19 Aug 2019 19:04:56 +0000 (21:04 +0200)]
Revert "configure: Require libmodplug >= 0.8.9"

This reverts commit 48f014768dc22ecad23d0e9f53c38805a3aff832.

Gbp-Pq: Name 0002-Revert-configure-Require-libmodplug-0.8.9.patch

6 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

6 years agovlc (3.0.8-3) unstable; urgency=medium
Sebastian Ramacher [Mon, 18 Nov 2019 21:38:08 +0000 (21:38 +0000)]
vlc (3.0.8-3) unstable; urgency=medium

  * debian/control:
    - Replace libfreetype6-dev with libfreetype-dev
    - Bump Standards-Version
  * debian/: Build srt access plugin

[dgit import unpatched vlc 3.0.8-3]

6 years agoImport vlc_3.0.8-3.debian.tar.xz
Sebastian Ramacher [Mon, 18 Nov 2019 21:38:08 +0000 (21:38 +0000)]
Import vlc_3.0.8-3.debian.tar.xz

[dgit import tarball vlc 3.0.8-3 vlc_3.0.8-3.debian.tar.xz]

6 years agoMerge vlc (3.0.8-2) import into refs/heads/workingbranch
Sebastian Ramacher [Mon, 19 Aug 2019 19:07:34 +0000 (20:07 +0100)]
Merge vlc (3.0.8-2) import into refs/heads/workingbranch

6 years agoRevert "configure: Require libmodplug >= 0.8.9"
Sebastian Ramacher [Mon, 19 Aug 2019 19:04:56 +0000 (21:04 +0200)]
Revert "configure: Require libmodplug >= 0.8.9"

This reverts commit 48f014768dc22ecad23d0e9f53c38805a3aff832.

Gbp-Pq: Name 0002-Revert-configure-Require-libmodplug-0.8.9.patch

6 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

6 years agovlc (3.0.8-2) unstable; urgency=medium
Sebastian Ramacher [Mon, 19 Aug 2019 19:07:34 +0000 (20:07 +0100)]
vlc (3.0.8-2) unstable; urgency=medium

  * debian/: Revert "Switch back to libmodplug-dev since vlc now requires
    0.8.9.". Patch configure.ac instead.

[dgit import unpatched vlc 3.0.8-2]

6 years agoImport vlc_3.0.8-2.debian.tar.xz
Sebastian Ramacher [Mon, 19 Aug 2019 19:07:34 +0000 (20:07 +0100)]
Import vlc_3.0.8-2.debian.tar.xz

[dgit import tarball vlc 3.0.8-2 vlc_3.0.8-2.debian.tar.xz]

6 years agoImport vlc_3.0.8.orig.tar.xz
Sebastian Ramacher [Mon, 19 Aug 2019 16:50:39 +0000 (17:50 +0100)]
Import vlc_3.0.8.orig.tar.xz

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

6 years agoMerge vlc (3.0.7.1-3) import into refs/heads/workingbranch
Sebastian Ramacher [Sat, 20 Jul 2019 08:17:45 +0000 (09:17 +0100)]
Merge vlc (3.0.7.1-3) import into refs/heads/workingbranch

6 years agovout: opengl: converter: prevent FPE with cropped empty spu
Francois Cartegnie [Wed, 29 Aug 2018 09:07:38 +0000 (11:07 +0200)]
vout: opengl: converter: prevent FPE with cropped empty spu

Gbp-Pq: Name 0005-vout-opengl-converter-prevent-FPE-with-cropped-empty.patch

6 years agomp4: fix integer underflow
Rémi Denis-Courmont [Thu, 27 Jun 2019 20:19:38 +0000 (23:19 +0300)]
mp4: fix integer underflow

Reported-by: Hyeon-Ju Lee <zorurione@gmail.com>
(cherry picked from commit 8e8e0d72447f8378244f5b4a3dcde036dbeb1491)

Gbp-Pq: Name 0004-mp4-fix-integer-underflow.patch

6 years agomp4: fix integer underflow
Rémi Denis-Courmont [Thu, 27 Jun 2019 20:19:38 +0000 (23:19 +0300)]
mp4: fix integer underflow

Reported-by: Hyeon-Ju Lee <zorurione@gmail.com>
(cherry picked from commit b2b157076d9e94df34502dd8df0787deb940e938)

Gbp-Pq: Name 0003-mp4-fix-integer-underflow.patch

6 years agocodec: subsvtt: unbreak rendering (fix #22425)
Francois Cartegnie [Fri, 14 Jun 2019 08:27:31 +0000 (10:27 +0200)]
codec: subsvtt: unbreak rendering (fix #22425)

5ef3830f385bfa6a47e9088f9a0d13062cd61c3a regression

(cherry picked from commit 749b7b3729a5892d1a07036ef0974c17ddbe9e2e)

Gbp-Pq: Name 0002-codec-subsvtt-unbreak-rendering-fix-22425.patch

6 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

6 years agovlc (3.0.7.1-3) unstable; urgency=medium
Sebastian Ramacher [Sat, 20 Jul 2019 08:17:45 +0000 (09:17 +0100)]
vlc (3.0.7.1-3) unstable; urgency=medium

  * debian/patches: Apply upstream patch to fix SIGFPE when playing DVDs.
    (Closes: #929491, #923017, #932182)

[dgit import unpatched vlc 3.0.7.1-3]

6 years agoImport vlc_3.0.7.1-3.debian.tar.xz
Sebastian Ramacher [Sat, 20 Jul 2019 08:17:45 +0000 (09:17 +0100)]
Import vlc_3.0.7.1-3.debian.tar.xz

[dgit import tarball vlc 3.0.7.1-3 vlc_3.0.7.1-3.debian.tar.xz]

6 years agoMerge vlc (3.0.7.1-2) import into refs/heads/workingbranch
Sebastian Ramacher [Mon, 15 Jul 2019 17:55:05 +0000 (18:55 +0100)]
Merge vlc (3.0.7.1-2) import into refs/heads/workingbranch

6 years agomp4: fix integer underflow
Rémi Denis-Courmont [Thu, 27 Jun 2019 20:19:38 +0000 (23:19 +0300)]
mp4: fix integer underflow

Reported-by: Hyeon-Ju Lee <zorurione@gmail.com>
(cherry picked from commit 8e8e0d72447f8378244f5b4a3dcde036dbeb1491)

Gbp-Pq: Name 0004-mp4-fix-integer-underflow.patch

6 years agomp4: fix integer underflow
Rémi Denis-Courmont [Thu, 27 Jun 2019 20:19:38 +0000 (23:19 +0300)]
mp4: fix integer underflow

Reported-by: Hyeon-Ju Lee <zorurione@gmail.com>
(cherry picked from commit b2b157076d9e94df34502dd8df0787deb940e938)

Gbp-Pq: Name 0003-mp4-fix-integer-underflow.patch

6 years agocodec: subsvtt: unbreak rendering (fix #22425)
Francois Cartegnie [Fri, 14 Jun 2019 08:27:31 +0000 (10:27 +0200)]
codec: subsvtt: unbreak rendering (fix #22425)

5ef3830f385bfa6a47e9088f9a0d13062cd61c3a regression

(cherry picked from commit 749b7b3729a5892d1a07036ef0974c17ddbe9e2e)

Gbp-Pq: Name 0002-codec-subsvtt-unbreak-rendering-fix-22425.patch

6 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

6 years agovlc (3.0.7.1-2) unstable; urgency=medium
Sebastian Ramacher [Mon, 15 Jul 2019 17:55:05 +0000 (18:55 +0100)]
vlc (3.0.7.1-2) unstable; urgency=medium

  * debian/: Remove obsolete maintscripts.
  * debian/control:
    - Remove obsolete transitional package.
    - Remove obsolete Breaks+Replaces.
    - Bump Standards-Version.
  * debian/patches: Apply upstream patches to
    - unbreak rendering in subsvtt.
    - fix integer underflows in mp4. (CVE-2019-13602) (Closes: #932131)

[dgit import unpatched vlc 3.0.7.1-2]

6 years agoImport vlc_3.0.7.1-2.debian.tar.xz
Sebastian Ramacher [Mon, 15 Jul 2019 17:55:05 +0000 (18:55 +0100)]
Import vlc_3.0.7.1-2.debian.tar.xz

[dgit import tarball vlc 3.0.7.1-2 vlc_3.0.7.1-2.debian.tar.xz]

6 years agoImport vlc_3.0.7.1.orig.tar.xz
Sebastian Ramacher [Mon, 24 Jun 2019 07:08:03 +0000 (08:08 +0100)]
Import vlc_3.0.7.1.orig.tar.xz

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

6 years agoMerge vlc (3.0.7.1-1) import into refs/heads/workingbranch
Sebastian Ramacher [Mon, 24 Jun 2019 07:08:03 +0000 (08:08 +0100)]
Merge vlc (3.0.7.1-1) import into refs/heads/workingbranch

6 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

6 years agovlc (3.0.7.1-1) unstable; urgency=medium
Sebastian Ramacher [Mon, 24 Jun 2019 07:08:03 +0000 (08:08 +0100)]
vlc (3.0.7.1-1) unstable; urgency=medium

  * New upstream release.

[dgit import unpatched vlc 3.0.7.1-1]

6 years agoImport vlc_3.0.7.1-1.debian.tar.xz
Sebastian Ramacher [Mon, 24 Jun 2019 07:08:03 +0000 (08:08 +0100)]
Import vlc_3.0.7.1-1.debian.tar.xz

[dgit import tarball vlc 3.0.7.1-1 vlc_3.0.7.1-1.debian.tar.xz]

6 years agoMerge vlc (3.0.7-1) import into refs/heads/workingbranch
Sebastian Ramacher [Thu, 6 Jun 2019 23:08:14 +0000 (00:08 +0100)]
Merge vlc (3.0.7-1) import into refs/heads/workingbranch

6 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

6 years agovlc (3.0.7-1) unstable; urgency=high
Sebastian Ramacher [Thu, 6 Jun 2019 23:08:14 +0000 (00:08 +0100)]
vlc (3.0.7-1) unstable; urgency=high

  * New upstream release.
    - Fix multiple integer overflows.
    - Fix multiple buffer overflows.
    - Fix use-after-free issue.
    - Fix NULL pointer dereference.
    - Fix other memory access bugs and infinite loops.
  * debian/rules: Be explicit about --enable-debug/disable-debug.

[dgit import unpatched vlc 3.0.7-1]

6 years agoImport vlc_3.0.7.orig.tar.xz
Sebastian Ramacher [Thu, 6 Jun 2019 23:08:14 +0000 (00:08 +0100)]
Import vlc_3.0.7.orig.tar.xz

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

6 years agoImport vlc_3.0.7-1.debian.tar.xz
Sebastian Ramacher [Thu, 6 Jun 2019 23:08:14 +0000 (00:08 +0100)]
Import vlc_3.0.7-1.debian.tar.xz

[dgit import tarball vlc 3.0.7-1 vlc_3.0.7-1.debian.tar.xz]

6 years agoMerge vlc (3.0.6-1) import into refs/heads/workingbranch
Sebastian Ramacher [Thu, 10 Jan 2019 19:03:32 +0000 (19:03 +0000)]
Merge vlc (3.0.6-1) import into refs/heads/workingbranch

6 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

6 years agovlc (3.0.6-1) unstable; urgency=medium
Sebastian Ramacher [Thu, 10 Jan 2019 19:03:32 +0000 (19:03 +0000)]
vlc (3.0.6-1) unstable; urgency=medium

  * New upstream release.

[dgit import unpatched vlc 3.0.6-1]

6 years agoImport vlc_3.0.6.orig.tar.xz
Sebastian Ramacher [Thu, 10 Jan 2019 19:03:32 +0000 (19:03 +0000)]
Import vlc_3.0.6.orig.tar.xz

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

6 years agoImport vlc_3.0.6-1.debian.tar.xz
Sebastian Ramacher [Thu, 10 Jan 2019 19:03:32 +0000 (19:03 +0000)]
Import vlc_3.0.6-1.debian.tar.xz

[dgit import tarball vlc 3.0.6-1 vlc_3.0.6-1.debian.tar.xz]

6 years agoMerge vlc (3.0.5-2) import into refs/heads/workingbranch
Sebastian Ramacher [Fri, 4 Jan 2019 17:08:58 +0000 (17:08 +0000)]
Merge vlc (3.0.5-2) import into refs/heads/workingbranch

6 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

6 years agovlc (3.0.5-2) unstable; urgency=medium
Sebastian Ramacher [Fri, 4 Jan 2019 17:08:58 +0000 (17:08 +0000)]
vlc (3.0.5-2) unstable; urgency=medium

  * debian/control: Bump libbluray-dev to >= 1.0.0.
  * debian/: Bump debhelper compat to 12.
  * debian/copyright: Remove paragraphs for no longer existing files.

[dgit import unpatched vlc 3.0.5-2]

6 years agoImport vlc_3.0.5-2.debian.tar.xz
Sebastian Ramacher [Fri, 4 Jan 2019 17:08:58 +0000 (17:08 +0000)]
Import vlc_3.0.5-2.debian.tar.xz

[dgit import tarball vlc 3.0.5-2 vlc_3.0.5-2.debian.tar.xz]

6 years agoMerge vlc (3.0.5-1) import into refs/heads/workingbranch
Sebastian Ramacher [Thu, 27 Dec 2018 18:11:50 +0000 (18:11 +0000)]
Merge vlc (3.0.5-1) import into refs/heads/workingbranch

6 years agoImport vlc_3.0.5.orig.tar.xz
Sebastian Ramacher [Thu, 27 Dec 2018 18:11:50 +0000 (18:11 +0000)]
Import vlc_3.0.5.orig.tar.xz

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

6 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

6 years agovlc (3.0.5-1) unstable; urgency=medium
Sebastian Ramacher [Thu, 27 Dec 2018 18:11:50 +0000 (18:11 +0000)]
vlc (3.0.5-1) unstable; urgency=medium

  [ Mateusz Łukasik ]
  * New upstream release:
    - Remove patches included upstream.

  [ Sebastian Ramacher ]
  * debian/control: Bump Standards-Version.
  * debian/vlc-plugin-base.install: Install 10-bit x264 plugin.

[dgit import unpatched vlc 3.0.5-1]

6 years agoImport vlc_3.0.5-1.debian.tar.xz
Sebastian Ramacher [Thu, 27 Dec 2018 18:11:50 +0000 (18:11 +0000)]
Import vlc_3.0.5-1.debian.tar.xz

[dgit import tarball vlc 3.0.5-1 vlc_3.0.5-1.debian.tar.xz]

7 years agoMerge vlc (3.0.4-4) import into refs/heads/workingbranch
Sebastian Ramacher [Sun, 9 Dec 2018 20:02:57 +0000 (20:02 +0000)]
Merge vlc (3.0.4-4) import into refs/heads/workingbranch

7 years agocaf: fix integer underflow
Rémi Denis-Courmont [Sat, 1 Dec 2018 21:32:18 +0000 (23:32 +0200)]
caf: fix integer underflow

Pointed-out-by: Hans Jerry Illikainen <hji@dyntopia.com>
(cherry picked from commit 0cc5ea748ee5ff7705dde61ab15dff8f58be39d0)
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
Gbp-Pq: Name 0004-caf-fix-integer-underflow.patch

7 years agovout_opengl: update for libplacebo 0.6 API
Niklas Haas [Fri, 28 Sep 2018 17:18:44 +0000 (19:18 +0200)]
vout_opengl: update for libplacebo 0.6 API

This removed a superfluous field from the pl_shader_alloc signature.

Signed-off-by: Thomas Guillem <thomas@gllm.fr>
(cherry picked from commit b90995ef08c2d72a0222c527e1ef3d586d00bccd)
Signed-off-by: Thomas Guillem <thomas@gllm.fr>
Gbp-Pq: Name 0003-vout_opengl-update-for-libplacebo-0.6-API.patch

7 years agox264: drop <148 build support and fix 10bit support
Ilkka Ollakka [Sat, 24 Mar 2018 11:23:33 +0000 (13:23 +0200)]
x264: drop <148 build support and fix 10bit support

Drop old #if as 148 is not that recent anymore.

fixes #19581

Gbp-Pq: Name 0002-x264-drop-148-build-support-and-fix-10bit-support.patch

7 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

7 years agovlc (3.0.4-4) unstable; urgency=medium
Sebastian Ramacher [Sun, 9 Dec 2018 20:02:57 +0000 (20:02 +0000)]
vlc (3.0.4-4) unstable; urgency=medium

  * debian/patches: Apply upstream patch to fix integer underflow
    (CVE-2018-19857). (Closes: #915760)

[dgit import unpatched vlc 3.0.4-4]

7 years agoImport vlc_3.0.4-4.debian.tar.xz
Sebastian Ramacher [Sun, 9 Dec 2018 20:02:57 +0000 (20:02 +0000)]
Import vlc_3.0.4-4.debian.tar.xz

[dgit import tarball vlc 3.0.4-4 vlc_3.0.4-4.debian.tar.xz]

7 years agoMerge vlc (3.0.4-3) import into refs/heads/workingbranch
Sebastian Ramacher [Thu, 11 Oct 2018 16:53:22 +0000 (17:53 +0100)]
Merge vlc (3.0.4-3) import into refs/heads/workingbranch

7 years agovout_opengl: update for libplacebo 0.6 API
Niklas Haas [Fri, 28 Sep 2018 17:18:44 +0000 (19:18 +0200)]
vout_opengl: update for libplacebo 0.6 API

This removed a superfluous field from the pl_shader_alloc signature.

Signed-off-by: Thomas Guillem <thomas@gllm.fr>
(cherry picked from commit b90995ef08c2d72a0222c527e1ef3d586d00bccd)
Signed-off-by: Thomas Guillem <thomas@gllm.fr>
Gbp-Pq: Name 0003-vout_opengl-update-for-libplacebo-0.6-API.patch

7 years agox264: drop <148 build support and fix 10bit support
Ilkka Ollakka [Sat, 24 Mar 2018 11:23:33 +0000 (13:23 +0200)]
x264: drop <148 build support and fix 10bit support

Drop old #if as 148 is not that recent anymore.

fixes #19581

Gbp-Pq: Name 0002-x264-drop-148-build-support-and-fix-10bit-support.patch

7 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

7 years agovlc (3.0.4-3) unstable; urgency=medium
Sebastian Ramacher [Thu, 11 Oct 2018 16:53:22 +0000 (17:53 +0100)]
vlc (3.0.4-3) unstable; urgency=medium

  * debian/patches: Add support for libplacebo 0.6.

[dgit import unpatched vlc 3.0.4-3]

7 years agoImport vlc_3.0.4-3.debian.tar.xz
Sebastian Ramacher [Thu, 11 Oct 2018 16:53:22 +0000 (17:53 +0100)]
Import vlc_3.0.4-3.debian.tar.xz

[dgit import tarball vlc 3.0.4-3 vlc_3.0.4-3.debian.tar.xz]

7 years agoMerge vlc (3.0.4-2) import into refs/heads/workingbranch
Sebastian Ramacher [Thu, 20 Sep 2018 18:08:29 +0000 (19:08 +0100)]
Merge vlc (3.0.4-2) import into refs/heads/workingbranch

7 years agox264: drop <148 build support and fix 10bit support
Ilkka Ollakka [Sat, 24 Mar 2018 11:23:33 +0000 (13:23 +0200)]
x264: drop <148 build support and fix 10bit support

Drop old #if as 148 is not that recent anymore.

fixes #19581

Gbp-Pq: Name 0002-x264-drop-148-build-support-and-fix-10bit-support.patch

7 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

7 years agovlc (3.0.4-2) unstable; urgency=medium
Sebastian Ramacher [Thu, 20 Sep 2018 18:08:29 +0000 (19:08 +0100)]
vlc (3.0.4-2) unstable; urgency=medium

  * debian/: Build AOM plugin.

[dgit import unpatched vlc 3.0.4-2]

7 years agoImport vlc_3.0.4-2.debian.tar.xz
Sebastian Ramacher [Thu, 20 Sep 2018 18:08:29 +0000 (19:08 +0100)]
Import vlc_3.0.4-2.debian.tar.xz

[dgit import tarball vlc 3.0.4-2 vlc_3.0.4-2.debian.tar.xz]

7 years agoImport vlc_3.0.4.orig.tar.xz
Sebastian Ramacher [Fri, 31 Aug 2018 17:35:02 +0000 (18:35 +0100)]
Import vlc_3.0.4.orig.tar.xz

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

7 years agoMerge vlc (3.0.4-1) import into refs/heads/workingbranch
Sebastian Ramacher [Fri, 31 Aug 2018 17:35:02 +0000 (18:35 +0100)]
Merge vlc (3.0.4-1) import into refs/heads/workingbranch

7 years agox264: drop <148 build support and fix 10bit support
Ilkka Ollakka [Sat, 24 Mar 2018 11:23:33 +0000 (13:23 +0200)]
x264: drop <148 build support and fix 10bit support

Drop old #if as 148 is not that recent anymore.

fixes #19581

Gbp-Pq: Name 0002-x264-drop-148-build-support-and-fix-10bit-support.patch

7 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

7 years agovlc (3.0.4-1) unstable; urgency=medium
Sebastian Ramacher [Fri, 31 Aug 2018 17:35:02 +0000 (18:35 +0100)]
vlc (3.0.4-1) unstable; urgency=medium

  * New upstream release.
    - Fix OpenGL output for single plane devices. (LP: #1774119)
    - Decode AV1 streams. (LP: #1789715)
  * debian/patches: Drop patches merged upstream.

[dgit import unpatched vlc 3.0.4-1]

7 years agoImport vlc_3.0.4-1.debian.tar.xz
Sebastian Ramacher [Fri, 31 Aug 2018 17:35:02 +0000 (18:35 +0100)]
Import vlc_3.0.4-1.debian.tar.xz

[dgit import tarball vlc 3.0.4-1 vlc_3.0.4-1.debian.tar.xz]

7 years agoMerge vlc (3.0.3-1-3) import into refs/heads/workingbranch
Sebastian Ramacher [Sat, 4 Aug 2018 16:26:19 +0000 (17:26 +0100)]
Merge vlc (3.0.3-1-3) import into refs/heads/workingbranch

7 years agoqt: fix build against Qt 5.11
Dominique Leuenberger [Thu, 17 May 2018 15:40:37 +0000 (17:40 +0200)]
qt: fix build against Qt 5.11

Qt 5.11 is in RC phase now, and some headers need to be explicitly
included in order to build successfully.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
Gbp-Pq: Name 0003-qt-fix-build-against-Qt-5.11.patch

7 years agofribidi: update for version 1.0
Shaleen Jain [Sun, 25 Feb 2018 13:12:27 +0000 (18:42 +0530)]
fribidi: update for version 1.0

Update functions deprecated in version 1.0 when building with release 1.0 and
above.

Signed-off-by: Thomas Guillem <thomas@gllm.fr>
Gbp-Pq: Name 0002-fribidi-update-for-version-1.0.patch

7 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

7 years agovlc (3.0.3-1-3) unstable; urgency=medium
Sebastian Ramacher [Sat, 4 Aug 2018 16:26:19 +0000 (17:26 +0100)]
vlc (3.0.3-1-3) unstable; urgency=medium

  * debian/: Enable libspatialaudio.
  * debian/control: Bump Standards-Version.

[dgit import unpatched vlc 3.0.3-1-3]

7 years agoImport vlc_3.0.3-1-3.debian.tar.xz
Sebastian Ramacher [Sat, 4 Aug 2018 16:26:19 +0000 (17:26 +0100)]
Import vlc_3.0.3-1-3.debian.tar.xz

[dgit import tarball vlc 3.0.3-1-3 vlc_3.0.3-1-3.debian.tar.xz]

7 years agoMerge vlc (3.0.3-1-2) import into refs/heads/workingbranch
Sebastian Ramacher [Thu, 19 Jul 2018 17:08:55 +0000 (18:08 +0100)]
Merge vlc (3.0.3-1-2) import into refs/heads/workingbranch

7 years agoqt: fix build against Qt 5.11
Dominique Leuenberger [Thu, 17 May 2018 15:40:37 +0000 (17:40 +0200)]
qt: fix build against Qt 5.11

Qt 5.11 is in RC phase now, and some headers need to be explicitly
included in order to build successfully.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
Gbp-Pq: Name 0003-qt-fix-build-against-Qt-5.11.patch

7 years agofribidi: update for version 1.0
Shaleen Jain [Sun, 25 Feb 2018 13:12:27 +0000 (18:42 +0530)]
fribidi: update for version 1.0

Update functions deprecated in version 1.0 when building with release 1.0 and
above.

Signed-off-by: Thomas Guillem <thomas@gllm.fr>
Gbp-Pq: Name 0002-fribidi-update-for-version-1.0.patch

7 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

7 years agovlc (3.0.3-1-2) unstable; urgency=medium
Sebastian Ramacher [Thu, 19 Jul 2018 17:08:55 +0000 (18:08 +0100)]
vlc (3.0.3-1-2) unstable; urgency=medium

  * debian/patches: Apply upstream patch to fix build with Qt 5.11.

[dgit import unpatched vlc 3.0.3-1-2]

7 years agoImport vlc_3.0.3-1-2.debian.tar.xz
Sebastian Ramacher [Thu, 19 Jul 2018 17:08:55 +0000 (18:08 +0100)]
Import vlc_3.0.3-1-2.debian.tar.xz

[dgit import tarball vlc 3.0.3-1-2 vlc_3.0.3-1-2.debian.tar.xz]

7 years agoMerge vlc (3.0.3-2) import into refs/heads/workingbranch
Sebastian Ramacher [Sat, 30 Jun 2018 08:01:23 +0000 (09:01 +0100)]
Merge vlc (3.0.3-2) import into refs/heads/workingbranch

7 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