Skip to content
Snippets Groups Projects
Commit 3d6a9694 authored by Felix Paul Kühne's avatar Felix Paul Kühne
Browse files

libvlc: rebase vlc!1759

This updates the checkout of the mainline VLC MR to its current state.
parent 88cdadbb
No related branches found
Tags 3.4.1b6
No related merge requests found
Showing
with 20 additions and 20 deletions
From f341d615592c7328826d65a8c90a4cc249f6fa91 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Felix=20Paul=20K=C3=BChne?= <fkuehne@videolan.org>
Date: Thu, 18 Dec 2014 22:14:55 +0100
Subject: [PATCH 01/76] arm_neon: work-around libtool issue
Subject: [PATCH 01/77] arm_neon: work-around libtool issue
---
modules/arm_neon/Makefile.am | 2 ++
......
From 1896a386954226fd3deed65aba9ad3e82cd92ce3 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Felix=20Paul=20K=C3=BChne?= <fkuehne@videolan.org>
Date: Wed, 10 Dec 2014 22:14:55 +0100
Subject: [PATCH 02/76] disable neon volume plugin
Subject: [PATCH 02/77] disable neon volume plugin
---
modules/arm_neon/Makefile.am | 1 -
......
From 7b8b26594d573b12744adbb80b9b3f5f57516f8c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Felix=20Paul=20K=C3=BChne?= <fkuehne@videolan.org>
Date: Fri, 22 Jul 2016 11:11:44 +0200
Subject: [PATCH 03/76] Enable System DL
Subject: [PATCH 03/77] Enable System DL
---
contrib/src/ffmpeg/patch-as-patch-can.patch | 20 ++++++++++++++++++++
......
From 4be9a3aa4b5cc8aaeff6c26e5211a1f2ade296ac Mon Sep 17 00:00:00 2001
From: Thomas Guillem <thomas@gllm.fr>
Date: Fri, 16 Sep 2016 15:51:10 +0200
Subject: [PATCH 04/76] http: add vlc_http_cookies_clear
Subject: [PATCH 04/77] http: add vlc_http_cookies_clear
Clear all cookies without deleting the jar.
---
......
From d08a1888d1a381ef6aec2339090b1cf353e17605 Mon Sep 17 00:00:00 2001
From: Thomas Guillem <thomas@gllm.fr>
Date: Fri, 16 Sep 2016 15:51:11 +0200
Subject: [PATCH 05/76] libvlc_media: add cookie_jar API
Subject: [PATCH 05/77] libvlc_media: add cookie_jar API
---
include/vlc/libvlc_media.h | 35 +++++++++++++++++++++++++++++++++++
......
From 35ca44a4e7ef1627aa2b9d3b01120e3839117ff3 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Felix=20Paul=20K=C3=BChne?= <fkuehne@videolan.org>
Date: Sun, 7 Dec 2014 20:02:18 +0100
Subject: [PATCH 06/76] contrib/gcrypt: work-around a libtool limitation
Subject: [PATCH 06/77] contrib/gcrypt: work-around a libtool limitation
---
contrib/src/gcrypt/rules.mak | 1 +
......
From 22d19c726522077c07321805984714dfccf4ec45 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Felix=20Paul=20K=C3=BChne?= <fkuehne@videolan.org>
Date: Sat, 3 Oct 2015 22:45:14 +0200
Subject: [PATCH 07/76] contrib/gcrypt: fix tvOS compilation
Subject: [PATCH 07/77] contrib/gcrypt: fix tvOS compilation
---
.../src/gcrypt/fix-sha1-ssse3-for-clang.patch | 16 ++++++++++++++++
......
From bb0980770f216618bed8a71cd2a634e6eb3666b5 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Felix=20Paul=20K=C3=BChne?= <fkuehne@videolan.org>
Date: Mon, 12 Sep 2016 17:03:37 +0200
Subject: [PATCH 08/76] contrib/gcrypt: update patches
Subject: [PATCH 08/77] contrib/gcrypt: update patches
---
.../src/gcrypt/fix-sha1-ssse3-for-clang.patch | 308 +++++++++++++++++-
......
From 18b3dab2d9438f47a3538fc25dbc8009978ef50b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Hugo=20Beauz=C3=A9e-Luyssen?= <hugo@beauzee.fr>
Date: Fri, 29 Nov 2019 15:41:08 +0100
Subject: [PATCH 09/76] input: Extract attachment also when preparsing
Subject: [PATCH 09/77] input: Extract attachment also when preparsing
---
include/vlc/libvlc_events.h | 10 +
......
From c22337143d9fabeaceb83eb4b94a90c5f7743c2a Mon Sep 17 00:00:00 2001
From: Thomas Guillem <thomas@gllm.fr>
Date: Mon, 17 Jul 2017 17:03:24 +0200
Subject: [PATCH 10/76] Replace thread local with pthread TSD
Subject: [PATCH 10/77] Replace thread local with pthread TSD
---
src/misc/interrupt.c | 59 ++++++++++++++++++++++++++++++++++++++++++++
......
From 501dd52875f2eb5436d6ea516ed3dd4ed20fb9f2 Mon Sep 17 00:00:00 2001
From: Carola Nitz <nitz.carola@googlemail.com>
Date: Fri, 29 Sep 2017 14:49:02 +0200
Subject: [PATCH 11/76] contrib: use live555 version that is compatible with
Subject: [PATCH 11/77] contrib: use live555 version that is compatible with
LGPL2
---
......
From 3ca63158e377585c9b50d960419ec01504fc5323 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Felix=20Paul=20K=C3=BChne?= <felix@feepk.net>
Date: Sun, 17 Dec 2017 18:05:40 +0100
Subject: [PATCH 12/76] libvlc: add a basic API to change freetype's color,
Subject: [PATCH 12/77] libvlc: add a basic API to change freetype's color,
bold, font and size variables on-the-fly
---
......
From f5817d8f9ce5c02df8f0890770b667be6574d46c Mon Sep 17 00:00:00 2001
From: Carola Nitz <nitz.carola@googlemail.com>
Date: Fri, 23 Feb 2018 13:16:41 +0100
Subject: [PATCH 13/76] Work around lack of __thread storage qualifier on old
Subject: [PATCH 13/77] Work around lack of __thread storage qualifier on old
macOS
---
......
From f3d7d6963013aca8a7760d4c907e9db3d429cc80 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Hugo=20Beauz=C3=A9e-Luyssen?= <hugo@beauzee.fr>
Date: Mon, 26 Mar 2018 16:44:44 +0200
Subject: [PATCH 14/76] modules:common: Use the full module name as MODULE_NAME
Subject: [PATCH 14/77] modules:common: Use the full module name as MODULE_NAME
This avoid conflicts when linking modules staticly on platforms that don't
have objdump
......
From 91dcb129e4af9890234618109341fee03ba9571f Mon Sep 17 00:00:00 2001
From: Luis Fernandes <zipleen@gmail.com>
Date: Mon, 30 Apr 2018 14:33:08 +0100
Subject: [PATCH 15/76] add auto deinterlacer-mode which is also valid
Subject: [PATCH 15/77] add auto deinterlacer-mode which is also valid
---
lib/video.c | 3 ++-
......
From fb56c1c8a2a4c68bda696bc56947f41a42abe6b2 Mon Sep 17 00:00:00 2001
From: Luis Fernandes <zipleen@gmail.com>
Date: Wed, 9 May 2018 10:44:43 +0100
Subject: [PATCH 16/76] Users will be able to change the deinterlace mode
Subject: [PATCH 16/77] Users will be able to change the deinterlace mode
without forcing it.
---
......
From 9af31ab1301c3e88fd2d84b36a701e4dcdfac969 Mon Sep 17 00:00:00 2001
From: Thomas Guillem <thomas@gllm.fr>
Date: Tue, 27 Mar 2018 16:49:34 +0200
Subject: [PATCH 17/76] contrib: ffmpeg: enable videotoolbox encoder
Subject: [PATCH 17/77] contrib: ffmpeg: enable videotoolbox encoder
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
......
From 43c114a83977f763aa1add9c4d8032656d358baf Mon Sep 17 00:00:00 2001
From: Thomas Guillem <thomas@gllm.fr>
Date: Tue, 27 Mar 2018 16:52:35 +0200
Subject: [PATCH 18/76] chromecast: use vt encoder from avcodec
Subject: [PATCH 18/77] chromecast: use vt encoder from avcodec
---
modules/stream_out/chromecast/cast.cpp | 13 +++++++++++++
......
From db2a62e7c38864ce414fb61efacf0e79f8b9a151 Mon Sep 17 00:00:00 2001
From: Thomas Guillem <thomas@gllm.fr>
Date: Wed, 17 Jan 2018 10:06:13 +0200
Subject: [PATCH 19/76] core: expose config_AutoSaveConfigFile
Subject: [PATCH 19/77] core: expose config_AutoSaveConfigFile
---
include/vlc_configuration.h | 2 ++
......
From 7f707dbfacc255bed16be2ef9b3e8e2fd18e154f Mon Sep 17 00:00:00 2001
From: Thomas Guillem <thomas@gllm.fr>
Date: Wed, 17 Jan 2018 10:06:13 +0200
Subject: [PATCH 20/76] lib: save configuration after playback/parse
Subject: [PATCH 20/77] lib: save configuration after playback/parse
The configuration is also saved when the libvlc instance is terminated but this
doesn't happen often. Indeed, apps using libvlc will generally hold the libvlc
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment