Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
VLCKit
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
76
Issues
76
List
Boards
Labels
Service Desk
Milestones
Merge Requests
3
Merge Requests
3
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
VideoLAN
VLCKit
Commits
23b1b34e
Commit
23b1b34e
authored
Sep 24, 2017
by
Felix Paul Kühne
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update libvlc with vout improvements
parent
a7b7557e
Changes
15
Hide whitespace changes
Inline
Side-by-side
Showing
15 changed files
with
18 additions
and
18 deletions
+18
-18
Resources/MobileVLCKit/patches/0001-arm_neon-added-function-macro-to-handle-the-undersco.patch
...rm_neon-added-function-macro-to-handle-the-undersco.patch
+1
-1
Resources/MobileVLCKit/patches/0002-deinterlace-merge-use-a-macro-to-fix-compilation-for.patch
...einterlace-merge-use-a-macro-to-fix-compilation-for.patch
+1
-1
Resources/MobileVLCKit/patches/0003-arm_neon-work-around-libtool-issue.patch
...Kit/patches/0003-arm_neon-work-around-libtool-issue.patch
+1
-1
Resources/MobileVLCKit/patches/0004-arm_neon-fix-iOS-linking.patch
.../MobileVLCKit/patches/0004-arm_neon-fix-iOS-linking.patch
+1
-1
Resources/MobileVLCKit/patches/0005-disable-neon-volume-plugin.patch
...obileVLCKit/patches/0005-disable-neon-volume-plugin.patch
+1
-1
Resources/MobileVLCKit/patches/0006-Enable-System-DL.patch
Resources/MobileVLCKit/patches/0006-Enable-System-DL.patch
+1
-1
Resources/MobileVLCKit/patches/0007-deinterlace-merge-arm64-fix-linking-on-appleOS.patch
...0007-deinterlace-merge-arm64-fix-linking-on-appleOS.patch
+1
-1
Resources/MobileVLCKit/patches/0008-http-add-vlc_http_cookies_clear.patch
...VLCKit/patches/0008-http-add-vlc_http_cookies_clear.patch
+3
-3
Resources/MobileVLCKit/patches/0009-libvlc_media-add-cookie_jar-API.patch
...VLCKit/patches/0009-libvlc_media-add-cookie_jar-API.patch
+2
-2
Resources/MobileVLCKit/patches/0010-contrib-gcrypt-work-around-a-libtool-limitation.patch
...010-contrib-gcrypt-work-around-a-libtool-limitation.patch
+1
-1
Resources/MobileVLCKit/patches/0011-contrib-gcrypt-fix-tvOS-compilation.patch
...it/patches/0011-contrib-gcrypt-fix-tvOS-compilation.patch
+1
-1
Resources/MobileVLCKit/patches/0012-contrib-gcrypt-update-patches.patch
...leVLCKit/patches/0012-contrib-gcrypt-update-patches.patch
+1
-1
Resources/MobileVLCKit/patches/0013-build-rename-exported-symbols-by-module.patch
...atches/0013-build-rename-exported-symbols-by-module.patch
+1
-1
Resources/MobileVLCKit/patches/0014-Replace-thread-local-with-pthread-TSD.patch
.../patches/0014-Replace-thread-local-with-pthread-TSD.patch
+1
-1
buildMobileVLCKit.sh
buildMobileVLCKit.sh
+1
-1
No files found.
Resources/MobileVLCKit/patches/0001-arm_neon-added-function-macro-to-handle-the-undersco.patch
View file @
23b1b34e
From
a2747128e9e682640bfe3bfb313dc935cf1a0264
Mon Sep 17 00:00:00 2001
From
bfa34e1b7df1d80c08a115dbb3b44d1476b78a96
Mon Sep 17 00:00:00 2001
From: David Geldreich <david.geldreich@free.fr>
From: David Geldreich <david.geldreich@free.fr>
Date: Fri, 20 Apr 2012 16:41:19 +0200
Date: Fri, 20 Apr 2012 16:41:19 +0200
Subject: [PATCH 01/14] arm_neon: added function macro to handle the underscore
Subject: [PATCH 01/14] arm_neon: added function macro to handle the underscore
...
...
Resources/MobileVLCKit/patches/0002-deinterlace-merge-use-a-macro-to-fix-compilation-for.patch
View file @
23b1b34e
From
e48dc19bfa4fdf61a27981603e2355dc1549dfbd
Mon Sep 17 00:00:00 2001
From
705363bb70efd67a6e6af4fa501c12cd31f043e7
Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Felix=20Paul=20K=C3=BChne?= <fkuehne@videolan.org>
From: =?UTF-8?q?Felix=20Paul=20K=C3=BChne?= <fkuehne@videolan.org>
Date: Fri, 10 Aug 2012 16:02:07 +0200
Date: Fri, 10 Aug 2012 16:02:07 +0200
Subject: [PATCH 02/14] deinterlace/merge: use a macro to fix compilation for
Subject: [PATCH 02/14] deinterlace/merge: use a macro to fix compilation for
...
...
Resources/MobileVLCKit/patches/0003-arm_neon-work-around-libtool-issue.patch
View file @
23b1b34e
From
c3b57ed59a7bf53782990dafecf69b043b170893
Mon Sep 17 00:00:00 2001
From
af01161e7a035b6b5355dfb4cd6059288c57faaa
Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Felix=20Paul=20K=C3=BChne?= <fkuehne@videolan.org>
From: =?UTF-8?q?Felix=20Paul=20K=C3=BChne?= <fkuehne@videolan.org>
Date: Thu, 18 Dec 2014 22:14:55 +0100
Date: Thu, 18 Dec 2014 22:14:55 +0100
Subject: [PATCH 03/14] arm_neon: work-around libtool issue
Subject: [PATCH 03/14] arm_neon: work-around libtool issue
...
...
Resources/MobileVLCKit/patches/0004-arm_neon-fix-iOS-linking.patch
View file @
23b1b34e
From
f7f6a5875d8c7907fb7af5fc69259d370588abbb
Mon Sep 17 00:00:00 2001
From
56e92e9c436cfa07998285ffc134958181a2a7c0
Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Felix=20Paul=20K=C3=BChne?= <fkuehne@videolan.org>
From: =?UTF-8?q?Felix=20Paul=20K=C3=BChne?= <fkuehne@videolan.org>
Date: Wed, 10 Dec 2014 22:14:55 +0100
Date: Wed, 10 Dec 2014 22:14:55 +0100
Subject: [PATCH 04/14] arm_neon: fix iOS linking
Subject: [PATCH 04/14] arm_neon: fix iOS linking
...
...
Resources/MobileVLCKit/patches/0005-disable-neon-volume-plugin.patch
View file @
23b1b34e
From
c70dccebb53fa81ea95402ede8aabf058e0f1b75
Mon Sep 17 00:00:00 2001
From
eb0d3b6becaa92768d62c873fa9dcdc9f6eab246
Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Felix=20Paul=20K=C3=BChne?= <fkuehne@videolan.org>
From: =?UTF-8?q?Felix=20Paul=20K=C3=BChne?= <fkuehne@videolan.org>
Date: Wed, 10 Dec 2014 22:14:55 +0100
Date: Wed, 10 Dec 2014 22:14:55 +0100
Subject: [PATCH 05/14] disable neon volume plugin
Subject: [PATCH 05/14] disable neon volume plugin
...
...
Resources/MobileVLCKit/patches/0006-Enable-System-DL.patch
View file @
23b1b34e
From
277e071c76896ef63e202c50fce511aa17bff871
Mon Sep 17 00:00:00 2001
From
cf74a8c7973a1632dabdbf29717d01efbdd77d98
Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Felix=20Paul=20K=C3=BChne?= <fkuehne@videolan.org>
From: =?UTF-8?q?Felix=20Paul=20K=C3=BChne?= <fkuehne@videolan.org>
Date: Fri, 22 Jul 2016 11:11:44 +0200
Date: Fri, 22 Jul 2016 11:11:44 +0200
Subject: [PATCH 06/14] Enable System DL
Subject: [PATCH 06/14] Enable System DL
...
...
Resources/MobileVLCKit/patches/0007-deinterlace-merge-arm64-fix-linking-on-appleOS.patch
View file @
23b1b34e
From
5cb4cb24f59df343e5a7db2334b4eccc75c3b815
Mon Sep 17 00:00:00 2001
From
74f0dadd51c8fcd96044a3660665867c61a4702f
Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Felix=20Paul=20K=C3=BChne?= <fkuehne@videolan.org>
From: =?UTF-8?q?Felix=20Paul=20K=C3=BChne?= <fkuehne@videolan.org>
Date: Mon, 12 Sep 2016 17:04:05 +0200
Date: Mon, 12 Sep 2016 17:04:05 +0200
Subject: [PATCH 07/14] deinterlace-merge-arm64: fix linking on appleOS
Subject: [PATCH 07/14] deinterlace-merge-arm64: fix linking on appleOS
...
...
Resources/MobileVLCKit/patches/0008-http-add-vlc_http_cookies_clear.patch
View file @
23b1b34e
From
ab7f0035a4eb7f74c6af0a81d752df201a498d57
Mon Sep 17 00:00:00 2001
From
544391ca227ed3fd2d952a1793ae07e8aae8fd95
Mon Sep 17 00:00:00 2001
From: Thomas Guillem <thomas@gllm.fr>
From: Thomas Guillem <thomas@gllm.fr>
Date: Fri, 16 Sep 2016 15:51:10 +0200
Date: Fri, 16 Sep 2016 15:51:10 +0200
Subject: [PATCH 08/14] http: add vlc_http_cookies_clear
Subject: [PATCH 08/14] http: add vlc_http_cookies_clear
...
@@ -23,10 +23,10 @@ index ed7e1613da..da1fe4ef1a 100644
...
@@ -23,10 +23,10 @@ index ed7e1613da..da1fe4ef1a 100644
/**
/**
diff --git a/src/libvlccore.sym b/src/libvlccore.sym
diff --git a/src/libvlccore.sym b/src/libvlccore.sym
index
4f0bf20dbc..0e24d0aeac
100644
index
5b1a8bfee8..39e8b59cc7
100644
--- a/src/libvlccore.sym
--- a/src/libvlccore.sym
+++ b/src/libvlccore.sym
+++ b/src/libvlccore.sym
@@ -1
31,6 +131
,7 @@
vlc_http_auth_ParseAuthenticationInfoHeader
@@ -1
28,6 +128
,7 @@
vlc_http_auth_ParseAuthenticationInfoHeader
vlc_http_auth_FormatAuthorizationHeader
vlc_http_auth_FormatAuthorizationHeader
vlc_http_cookies_new
vlc_http_cookies_new
vlc_http_cookies_destroy
vlc_http_cookies_destroy
...
...
Resources/MobileVLCKit/patches/0009-libvlc_media-add-cookie_jar-API.patch
View file @
23b1b34e
From
b64b07ccaac8c66f1358b1b711fb33cf94725627
Mon Sep 17 00:00:00 2001
From
33b5c11f4bd689e6f4637fe5642403581cf7afcf
Mon Sep 17 00:00:00 2001
From: Thomas Guillem <thomas@gllm.fr>
From: Thomas Guillem <thomas@gllm.fr>
Date: Fri, 16 Sep 2016 15:51:11 +0200
Date: Fri, 16 Sep 2016 15:51:11 +0200
Subject: [PATCH 09/14] libvlc_media: add cookie_jar API
Subject: [PATCH 09/14] libvlc_media: add cookie_jar API
...
@@ -138,7 +138,7 @@ index 5a67e9ff60..0f0341e260 100644
...
@@ -138,7 +138,7 @@ index 5a67e9ff60..0f0341e260 100644
/* Media Descriptor */
/* Media Descriptor */
diff --git a/lib/media_player.c b/lib/media_player.c
diff --git a/lib/media_player.c b/lib/media_player.c
index
b5677ae7ec..14d1c6a1a4
100644
index
7da1bf25a8..94c9e8064d
100644
--- a/lib/media_player.c
--- a/lib/media_player.c
+++ b/lib/media_player.c
+++ b/lib/media_player.c
@@ -620,6 +620,7 @@
libvlc_media_player_new( libvlc_instance_t *instance )
@@ -620,6 +620,7 @@
libvlc_media_player_new( libvlc_instance_t *instance )
...
...
Resources/MobileVLCKit/patches/0010-contrib-gcrypt-work-around-a-libtool-limitation.patch
View file @
23b1b34e
From
ad09210ef4be3f2d241e90e9ca2147615c1f5cba
Mon Sep 17 00:00:00 2001
From
6f41c200ccc274a255cd727cbcbcbfb581c574ac
Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Felix=20Paul=20K=C3=BChne?= <fkuehne@videolan.org>
From: =?UTF-8?q?Felix=20Paul=20K=C3=BChne?= <fkuehne@videolan.org>
Date: Sun, 7 Dec 2014 20:02:18 +0100
Date: Sun, 7 Dec 2014 20:02:18 +0100
Subject: [PATCH 10/14] contrib/gcrypt: work-around a libtool limitation
Subject: [PATCH 10/14] contrib/gcrypt: work-around a libtool limitation
...
...
Resources/MobileVLCKit/patches/0011-contrib-gcrypt-fix-tvOS-compilation.patch
View file @
23b1b34e
From
e44f2cf66ec764a5360eedd3ac9fea558f29dd6d
Mon Sep 17 00:00:00 2001
From
6a38ccb497cf1b0b36dfb2899b6cff6108b1644b
Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Felix=20Paul=20K=C3=BChne?= <fkuehne@videolan.org>
From: =?UTF-8?q?Felix=20Paul=20K=C3=BChne?= <fkuehne@videolan.org>
Date: Sat, 3 Oct 2015 22:45:14 +0200
Date: Sat, 3 Oct 2015 22:45:14 +0200
Subject: [PATCH 11/14] contrib/gcrypt: fix tvOS compilation
Subject: [PATCH 11/14] contrib/gcrypt: fix tvOS compilation
...
...
Resources/MobileVLCKit/patches/0012-contrib-gcrypt-update-patches.patch
View file @
23b1b34e
From
02ba5f23ab54ff0a842f1276286381209429eb75
Mon Sep 17 00:00:00 2001
From
e47d63e4a7331d95fe30e71b7dbf215f53c55e51
Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Felix=20Paul=20K=C3=BChne?= <fkuehne@videolan.org>
From: =?UTF-8?q?Felix=20Paul=20K=C3=BChne?= <fkuehne@videolan.org>
Date: Mon, 12 Sep 2016 17:03:37 +0200
Date: Mon, 12 Sep 2016 17:03:37 +0200
Subject: [PATCH 12/14] contrib/gcrypt: update patches
Subject: [PATCH 12/14] contrib/gcrypt: update patches
...
...
Resources/MobileVLCKit/patches/0013-build-rename-exported-symbols-by-module.patch
View file @
23b1b34e
From
498e6e260d05ddee45e934b91b7e5b26aa503fd9
Mon Sep 17 00:00:00 2001
From
13e9a60f4e52df7012ca26ce54fef82ebca1ac7c
Mon Sep 17 00:00:00 2001
From: Thomas Guillem <thomas@gllm.fr>
From: Thomas Guillem <thomas@gllm.fr>
Date: Tue, 11 Apr 2017 15:15:26 +0200
Date: Tue, 11 Apr 2017 15:15:26 +0200
Subject: [PATCH 13/14] build: rename exported symbols by module
Subject: [PATCH 13/14] build: rename exported symbols by module
...
...
Resources/MobileVLCKit/patches/0014-Replace-thread-local-with-pthread-TSD.patch
View file @
23b1b34e
From
9f5842c37d2f63025a8c44ff82bdbab562d923ac
Mon Sep 17 00:00:00 2001
From
bbe96651ce201e069d28c6113d0729baf7f554b1
Mon Sep 17 00:00:00 2001
From: Thomas Guillem <thomas@gllm.fr>
From: Thomas Guillem <thomas@gllm.fr>
Date: Mon, 17 Jul 2017 17:03:24 +0200
Date: Mon, 17 Jul 2017 17:03:24 +0200
Subject: [PATCH 14/14] Replace thread local with pthread TSD
Subject: [PATCH 14/14] Replace thread local with pthread TSD
...
...
buildMobileVLCKit.sh
View file @
23b1b34e
...
@@ -22,7 +22,7 @@ OSVERSIONMINLDFLAG=ios_version_min
...
@@ -22,7 +22,7 @@ OSVERSIONMINLDFLAG=ios_version_min
ROOT_DIR
=
empty
ROOT_DIR
=
empty
FARCH
=
"all"
FARCH
=
"all"
TESTEDHASH
=
b
a3c32e03
TESTEDHASH
=
b
b7e8b5a
if
[
-z
"
$MAKE_JOBS
"
]
;
then
if
[
-z
"
$MAKE_JOBS
"
]
;
then
CORE_COUNT
=
`
sysctl
-n
machdep.cpu.core_count
`
CORE_COUNT
=
`
sysctl
-n
machdep.cpu.core_count
`
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment