[vlc-commits] CI: Rename iOS aarch64 to arm64

2019-11-18 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Tue Nov 5 16:16:29 2019 +0100| [a73f4afb0415f2bd699504e1a491f14c5160af33] | committer: Marvin Scholz CI: Rename iOS aarch64 to arm64 Thats what the triplet is expected to be and the script accepts arm64 too. > http://git.videolan.org/gitweb.cgi/vlc.

[vlc-commits] CI: Fix suppressing mv errors

2019-11-18 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Mon Nov 18 12:26:34 2019 +0100| [84a1e711b6224a20fc406a2b3759b6109694f4c2] | committer: Marvin Scholz CI: Fix suppressing mv errors > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=84a1e711b6224a20fc406a2b3759b6109694f4c2 --- extras/ci/git

[vlc-commits] contrib: ass: Add patch to fix crash on macOS

2019-11-18 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Thu Nov 7 00:06:39 2019 +0100| [5259efcd4ac0111e393ca947fae0313af39d3b6b] | committer: Marvin Scholz contrib: ass: Add patch to fix crash on macOS Fixes a segfault in libass get_font_file function due to insufficient checks of return values. > h

[vlc-commits] freetype: fix error handling in getPathForFontDescription

2019-11-18 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Thu Nov 7 00:43:09 2019 +0100| [40f90b7660140d551bbdc2cb4d07d0c1b1955d95] | committer: Marvin Scholz freetype: fix error handling in getPathForFontDescription > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commi

[vlc-commits] macosx: Add -fno-stack-check to workaround Xcode 11 issue

2019-11-18 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Thu Nov 14 14:34:24 2019 +0100| [856ddd8d1af955712c7effb1876ca9544b688cab] | committer: Marvin Scholz macosx: Add -fno-stack-check to workaround Xcode 11 issue Compiling with Xcode 11 automatically enables the -fstack-check feature which causes stack

[vlc-commits] freetype: simplify error checking

2019-11-18 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Thu Nov 7 00:43:10 2019 +0100| [cbd47eb4299f74ec7b38ae3cfeba664d1c1b5afb] | committer: Marvin Scholz freetype: simplify error checking > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=cbd47eb4299f74ec7b38ae3cfeba664d1c1b5afb --- modu

[vlc-commits] freetype: remove unnecessary forward declarations

2019-11-18 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Mon Nov 18 15:38:06 2019 +0100| [a1dcfc3f0aad677f790af00552ccc237f0b9c5c4] | committer: Marvin Scholz freetype: remove unnecessary forward declarations > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=a1dcfc3f0aad677f790af00552ccc237f0b9c

[vlc-commits] aout/coreaudio: Use symbols directly instead of dlsym

2019-11-20 Thread Marvin Scholz
vlc/vlc-3.0 | branch: master | Marvin Scholz | Fri Aug 2 13:59:13 2019 +0200| [1526f998d3cbff0a8bceebd8f2be6430972bc763] | committer: Thomas Guillem aout/coreaudio: Use symbols directly instead of dlsym It is not needed to load the symbols using dlsym here, they will be automatically

[vlc-commits] darwin/thread: Ignore vlc_mutex_unlock failures

2019-12-02 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Mon Oct 28 18:24:44 2019 +0100| [778f2203177a9a0de7ca11da600e39b06eb8093e] | committer: Thomas Guillem darwin/thread: Ignore vlc_mutex_unlock failures macOS pthread implementation for pthread_cond_wait is buggy, causing sometimes the mutex to not be

[vlc-commits] CI: Use a specific SHA for the android build script

2019-12-02 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Mon Dec 2 15:33:31 2019 +0100| [09e5d5b7bab60739bbc4815df0ed8d15b331dff5] | committer: Marvin Scholz CI: Use a specific SHA for the android build script > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=09e5d5b7bab60739bbc4815df0ed8d15b331d

[vlc-commits] freetype: simplify error checking

2019-12-04 Thread Marvin Scholz
vlc/vlc-3.0 | branch: master | Marvin Scholz | Thu Nov 7 00:43:10 2019 +0100| [621211bcdaa3759a440fd14a00fc6538e15e06eb] | committer: Marvin Scholz freetype: simplify error checking (cherry picked from commit cbd47eb4299f74ec7b38ae3cfeba664d1c1b5afb) Signed-off-by: Marvin Scholz > h

[vlc-commits] contrib: ass: Add patch to fix crash on macOS

2019-12-04 Thread Marvin Scholz
vlc/vlc-3.0 | branch: master | Marvin Scholz | Thu Nov 7 00:06:39 2019 +0100| [03fb0731aae18258ba8965998fb3ec605318d25c] | committer: Marvin Scholz contrib: ass: Add patch to fix crash on macOS Fixes a segfault in libass get_font_file function due to insufficient checks of return values

[vlc-commits] freetype: fix error handling in getPathForFontDescription

2019-12-04 Thread Marvin Scholz
vlc/vlc-3.0 | branch: master | Marvin Scholz | Thu Nov 7 00:43:09 2019 +0100| [119b5d417ebc3c2fcb03e4764a81f4bff650a62e] | committer: Marvin Scholz freetype: fix error handling in getPathForFontDescription (cherry picked from commit 40f90b7660140d551bbdc2cb4d07d0c1b1955d95) Signed-off-by

[vlc-commits] Update NEWS

2019-12-04 Thread Marvin Scholz
vlc/vlc-3.0 | branch: master | Marvin Scholz | Wed Dec 4 11:46:54 2019 +0100| [9802a32b87eda0fd0161797dcaff4e5e054c0dd0] | committer: Marvin Scholz Update NEWS > http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commit;h=9802a32b87eda0fd0161797dcaff4e5e054c0dd0 --- NEWS | 3 +++ 1 f

[vlc-commits] NSIS: Add DAV file extension association

2019-12-09 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Wed Dec 4 15:19:14 2019 +0100| [608eff9a36cf096cf9398e65a4c9817e1f09fe42] | committer: Marvin Scholz NSIS: Add DAV file extension association > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=608eff9a36cf096cf9398e65a4c9817e1f09fe42 --- ext

[vlc-commits] NEWS: Mention DAV support

2019-12-09 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Wed Dec 4 15:19:35 2019 +0100| [ccbcf2324e0308384e5e7a57749bfd3951481019] | committer: Marvin Scholz NEWS: Mention DAV support > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=ccbcf2324e0308384e5e7a57749bfd3951481019 --- NEWS | 1 + 1 f

[vlc-commits] macosx: Add DAV file extension association

2019-12-09 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Wed Dec 4 15:19:20 2019 +0100| [d18a840b7b38b0a9cd3d189865219ec514b30f34] | committer: Marvin Scholz macosx: Add DAV file extension association > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=d18a840b7b38b0a9cd3d189865219ec514b30f34 --- sh

[vlc-commits] vlc_interface: Add DAV file extension

2019-12-09 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Wed Dec 4 15:51:52 2019 +0100| [d0cdf8e5e1589f7b933edc6c71a55dc9a2f6b7d5] | committer: Marvin Scholz vlc_interface: Add DAV file extension > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=d0cdf8e5e1589f7b933edc6c71a55dc9a2f6b7d5 --- incl

[vlc-commits] CI: Rebuild prebuilt contribs when changing CI scripts

2019-12-09 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Mon Dec 9 13:10:42 2019 +0100| [55261545ec34862dfab29b77427545a7aedba955] | committer: Marvin Scholz CI: Rebuild prebuilt contribs when changing CI scripts > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=55261545ec34862dfab29b77427545a7aedba

[vlc-commits] qt: use correct enums in switch case

2019-12-09 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Fri Nov 22 00:53:23 2019 +0100| [2374b642fd61f315af149ad696bf3a4fcd7e82e5] | committer: Marvin Scholz qt: use correct enums in switch case Fix for a enum-compare-switch warning: warning: comparison of two values with different enumeration types in

[vlc-commits] qt: add missing override specifiers

2019-12-09 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Fri Nov 22 00:48:02 2019 +0100| [498e3445026f53e68298b080aafcfc808af95b14] | committer: Marvin Scholz qt: add missing override specifiers > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=498e3445026f53e68298b080aafcfc808af95b14 --- modules/

[vlc-commits] configure: simplify chromaprint dependency check

2019-12-09 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Fri Nov 22 12:39:06 2019 +0100| [0d38d487088631435e40e48e9fdf9f93114ec476] | committer: Marvin Scholz configure: simplify chromaprint dependency check > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=0d38d487088631435e40e48e9fdf9f93114ec

[vlc-commits] demux: adaptive: add missing virtual destructors

2019-12-09 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Fri Nov 22 01:15:46 2019 +0100| [2f6e1f4ff24f46d92e41c4f3ee260511d534bfbe] | committer: Marvin Scholz demux: adaptive: add missing virtual destructors > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=2f6e1f4ff24f46d92e41c4f3ee260511d534b

[vlc-commits] configure: simplify chromaprint dependency check

2019-12-09 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Fri Nov 22 12:39:06 2019 +0100| [a258e1ef66fab01cb0df33f3c0554baadce4e09c] | committer: Marvin Scholz configure: simplify chromaprint dependency check > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=a258e1ef66fab01cb0df33f3c0554baadce4e

[vlc-commits] macosx: Fix Info.plist

2019-12-09 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Mon Dec 9 19:01:31 2019 +0100| [76240175dff951c4f680b10309f5e601782ff938] | committer: Marvin Scholz macosx: Fix Info.plist > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=76240175dff951c4f680b10309f5e601782ff938 --- share/Info.plist.in

[vlc-commits] upnp: Do not crash without an active interface on macOS

2019-12-10 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Tue Dec 10 11:50:43 2019 +0100| [7000b96ea7ecea5109048913fcef4bc8af8ac143] | committer: Marvin Scholz upnp: Do not crash without an active interface on macOS > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commi

[vlc-commits] Update NEWS

2019-12-10 Thread Marvin Scholz
vlc/vlc-3.0 | branch: master | Marvin Scholz | Tue Dec 10 12:01:50 2019 +0100| [1f92a0de090762fc3c830e75bc237da499aaf90d] | committer: Marvin Scholz Update NEWS > http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commit;h=1f92a0de090762fc3c830e75bc237da499aaf90d --- NEWS | 1 + 1 f

[vlc-commits] upnp: Do not crash without an active interface on macOS

2019-12-10 Thread Marvin Scholz
vlc/vlc-3.0 | branch: master | Marvin Scholz | Tue Dec 10 11:58:45 2019 +0100| [bd391a39db694c5241e1c60ef63c70cbdaa999ed] | committer: Marvin Scholz upnp: Do not crash without an active interface on macOS (manually cherry-picked from 7000b96ea7ecea5109048913fcef4bc8af8ac143) Signed-off-by

[vlc-commits] demux/vobsub: Fix out-of-bounds array read

2019-12-10 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Tue Dec 10 13:42:46 2019 +0100| [edc61c637b6ff04f374c4eb16421e071e557ea4b] | committer: Marvin Scholz demux/vobsub: Fix out-of-bounds array read > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=edc61c637b6ff04f374c4eb16421e071e557e

[vlc-commits] apple/build: Add FIXME

2019-12-10 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Tue Dec 10 15:16:28 2019 +0100| [fd6a0aa839f97cf1f7902b4241094cec615e104b] | committer: Marvin Scholz apple/build: Add FIXME > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=fd6a0aa839f97cf1f7902b4241094cec615e104b --- extras/package/ap

[vlc-commits] apple/build: Fix workaround for cross-compilation

2019-12-10 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Tue Dec 10 15:16:15 2019 +0100| [aa28053ba22c108697fcebfff3943080e7e5e904] | committer: Marvin Scholz apple/build: Fix workaround for cross-compilation This fixes the workaround for cross-compilation for the iOS Simulator introduced in

[vlc-commits] demux/vobsub: Fix out-of-bounds array read

2019-12-10 Thread Marvin Scholz
vlc/vlc-3.0 | branch: master | Marvin Scholz | Tue Dec 10 13:42:46 2019 +0100| [781634e12e8630238fad216dba4a3ce877498f62] | committer: Marvin Scholz demux/vobsub: Fix out-of-bounds array read (cherry picked from commit edc61c637b6ff04f374c4eb16421e071e557ea4b) Signed-off-by: Marvin Scholz

[vlc-commits] apple/build: Fix incorrect assignment

2019-12-10 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Tue Dec 10 16:22:34 2019 +0100| [274144fdddcfe80269632c0dfa779662abada39c] | committer: Marvin Scholz apple/build: Fix incorrect assignment > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=274144fdddcfe80269632c0dfa779662abada39c --- ext

[vlc-commits] contrib: gpg-error: do not try to cp file to the same location

2019-12-10 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Wed Dec 11 01:32:12 2019 +0100| [822643977949630904cb03241f25ef54bf977d7e] | committer: Marvin Scholz contrib: gpg-error: do not try to cp file to the same location > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commi

[vlc-commits] video_filter/fps: Prevent division by 0

2019-12-13 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Wed Dec 11 18:23:02 2019 +0100| [e037f2129ec6432db6a13a6632bd36290e920ac9] | committer: Marvin Scholz video_filter/fps: Prevent division by 0 > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=e037f2129ec6432db6a13a6632bd36290e920ac9 --- modu

[vlc-commits] video_filter/fps: Prevent division by 0

2019-12-13 Thread Marvin Scholz
vlc/vlc-3.0 | branch: master | Marvin Scholz | Wed Dec 11 18:23:02 2019 +0100| [46d459f405b19764e23b622fd2e07ca7b28b5186] | committer: Marvin Scholz video_filter/fps: Prevent division by 0 (cherry picked from commit e037f2129ec6432db6a13a6632bd36290e920ac9) Signed-off-by: Marvin Scholz

[vlc-commits] contrib: pkg-rewrite-absolute: Fix .pc file parser

2019-12-19 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Thu Dec 19 11:21:48 2019 +0100| [87a78f0696b9e59845b8abcba50a409b3c7b6b2b] | committer: Marvin Scholz contrib: pkg-rewrite-absolute: Fix .pc file parser > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=87a78f0696b9e59845b8abcba50a409b3c7b6

[vlc-commits] apple/build: Fix libvlc-full-static.a build

2019-12-21 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Sat Dec 21 01:12:52 2019 +0100| [ef076e36bdf1389174195eebf6cc12ec14bee2c4] | committer: Marvin Scholz apple/build: Fix libvlc-full-static.a build The CFLAGS were not honored so the module list was always compiled for the native compiler. When later

[vlc-commits] contrib: vpx: Fix iOS cross-build

2019-12-21 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Fri Dec 20 21:12:29 2019 +0100| [993b246b746b79bc5966b2e108fc3ba6fff82d1e] | committer: Marvin Scholz contrib: vpx: Fix iOS cross-build > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=993b246b746b79bc5966b2e108fc3ba6fff82d1e --- contrib/

[vlc-commits] contrib: dav1d: remove nonexistent win32_ver option

2019-12-21 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Sun Dec 22 00:14:50 2019 +0100| [7387bf6a84a5db76d42976a05044c25dcc6fdc8c] | committer: Marvin Scholz contrib: dav1d: remove nonexistent win32_ver option > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=7387bf6a84a5db76d42976a05044c25dcc6fd

[vlc-commits] contrib: fix meson cross-compilation

2019-12-21 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Sat Dec 21 22:39:45 2019 +0100| [a9938752fb1a1b4a6573c7bcd8cc20cbe40f678e] | committer: Marvin Scholz contrib: fix meson cross-compilation Additionally clarify some comments about why some things are done in a specific way. > http://git.videolan.

[vlc-commits] contrib: libdsm: Create empty config.rpath file

2019-12-21 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Wed Jun 19 13:38:26 2019 +0200| [832fb0450dc56b9f5d97ab0f42aa50146c060d47] | committer: Marvin Scholz contrib: libdsm: Create empty config.rpath file Workaround for autoreconf failure: configure.ac:38: error: required file './config.rpath'

[vlc-commits] videotoolbox: switch to C instead of Objective-C

2020-01-13 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Fri Jan 10 17:19:25 2020 +0100| [007d34c5f8592fe5e08a2bdd8e346f8b38210bfa] | committer: Marvin Scholz videotoolbox: switch to C instead of Objective-C > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=007d34c5f8592fe5e08a2bdd8e346f8b38210

[vlc-commits] videotoolbox: only use CoreFoundation

2020-01-13 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Fri Jan 10 17:15:57 2020 +0100| [9af5d93eb3ee1a43123079ae3377b29b554297a1] | committer: Marvin Scholz videotoolbox: only use CoreFoundation In preparation for the module to be changed to C only instead of Objective-C > http://git.videolan.org/gitweb.

[vlc-commits] videotoolbox: switch to C instead of Objective-C

2020-01-13 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Fri Jan 10 17:19:25 2020 +0100| [14de06e2924c4f1d86c8d19670fd4f9d7d0c271a] | committer: Marvin Scholz videotoolbox: switch to C instead of Objective-C > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=14de06e2924c4f1d86c8d19670fd4f9d7d0c2

[vlc-commits] contrib: libdsm: Create empty config.rpath file

2020-01-21 Thread Marvin Scholz
vlc/vlc-3.0 | branch: master | Marvin Scholz | Wed Jun 19 13:38:26 2019 +0200| [3b81bf0c63928d1e8386a8bd5d61253d0dfea19b] | committer: Thomas Guillem contrib: libdsm: Create empty config.rpath file Workaround for autoreconf failure: configure.ac:38: error: required file './config.rpath

[vlc-commits] videotoolbox: Do not set unsupported properties for iOS

2020-01-24 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Fri Jan 24 12:52:42 2020 +0100| [6e1c6c7ba4876683074f29029116b3a0dc61a93f] | committer: Marvin Scholz videotoolbox: Do not set unsupported properties for iOS Instead of defining these constants when not building for macOS and setting them anyway on iOS

[vlc-commits] videotoolbox: Do not use TRUE/FALSE for Booleans

2020-01-24 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Fri Jan 24 15:21:23 2020 +0100| [5c511fda34c94390208517ef27aa527732515499] | committer: Marvin Scholz videotoolbox: Do not use TRUE/FALSE for Booleans Remaining artifact of the Objective-C times of this module. > http://git.videolan.org/gitweb.

[vlc-commits] videotoolbox: Do not use nil

2020-01-24 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Fri Jan 24 12:45:56 2020 +0100| [1434701fc30317c4f83547d4ba2bc18f9b5f3075] | committer: Marvin Scholz videotoolbox: Do not use nil Remaining artifact of the Objective-C times of this module. > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commi

[vlc-commits] videotoolbox: Remove deinterlace properties

2020-01-24 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Fri Jan 24 15:04:08 2020 +0100| [aa3d3bb11de513e5438ee9dfecb467909ee36f19] | committer: Marvin Scholz videotoolbox: Remove deinterlace properties These properties seem to not influence the deinterlace behavior by VT at all. > http://git.videolan.

[vlc-commits] videotoolbox: Remove own CPUFAMILY_ARM_TWISTER define

2020-01-24 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Fri Jan 24 12:49:00 2020 +0100| [44938464a592354da584aed0d3746bcafae2cf21] | committer: Marvin Scholz videotoolbox: Remove own CPUFAMILY_ARM_TWISTER define This was needed for older SDKs, but we no longer support building with those. > h

[vlc-commits] vout/macosx: Ensure context exists when calling vout_display_opengl_New

2016-12-29 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Wed Dec 28 17:45:25 2016 +0100| [0486aecc1913cc77358cbe37be862813a060516e] | committer: Thomas Guillem vout/macosx: Ensure context exists when calling vout_display_opengl_New vout_display_opengl_New seems to require a valid context, therefore we need to

[vlc-commits] opengl: Replace vlc_gl_Destroy in macosx, glwin32, caopengllayer vouts

2016-12-29 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Wed Dec 28 17:45:24 2016 +0100| [1117ff946a67dfaae27a21b54e2dc679bb500e23] | committer: Thomas Guillem opengl: Replace vlc_gl_Destroy in macosx, glwin32, caopengllayer vouts Some vouts like macosx and glwin32 do not use vlc_gl_Create to create a vlc_gl_t

[vlc-commits] macOS: Forgot to rename logwindow xib in package.mak

2017-01-28 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Sat Jan 28 21:25:19 2017 +0100| [32427fa49511d4f422abc0635e9ce6ca841df605] | committer: Marvin Scholz macOS: Forgot to rename logwindow xib in package.mak This is a fixup for 3886295 > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commi

[vlc-commits] macOS: Autosave log window state and make it a panel

2017-01-29 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Sun Jan 29 23:38:01 2017 +0100| [add6f3a869d8f397b6cd6463a50eb66a6579ce87] | committer: Marvin Scholz macOS: Autosave log window state and make it a panel > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=add6f3a869d8f397b6cd6463a50eb66a6579c

[vlc-commits] macOS: Remove BGHUDAppKit in build scripts

2017-01-31 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Mon Jan 30 12:15:23 2017 +0100| [6b536f65fdf037203fa73a9a3a9b78a42b22a056] | committer: Jean-Baptiste Kempf macOS: Remove BGHUDAppKit in build scripts This removes BGHUDAppKit from the Xcode project, package and codesign script. Signed-off-by: Jean

[vlc-commits] contrib: macOS: Remove BGHUDAppKit

2017-01-31 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Mon Jan 30 12:15:24 2017 +0100| [c992007b6e0e3d3a624662f0ab26763c4314f109] | committer: Jean-Baptiste Kempf contrib: macOS: Remove BGHUDAppKit Signed-off-by: Jean-Baptiste Kempf > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commi

[vlc-commits] macOS: Remove all BGHUD classes from XIBs

2017-01-31 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Mon Jan 30 12:15:21 2017 +0100| [344d85748efe7b3c6938306c684709fc76df6dc4] | committer: Jean-Baptiste Kempf macOS: Remove all BGHUD classes from XIBs This is done in preparation for more minimal replacement classes that do custom drawing for OS X < 10

[vlc-commits] macOS: Update HUD panel tab views

2017-01-31 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Mon Jan 30 12:15:25 2017 +0100| [1be5af6432250928092e702e567767ed5f059f7d] | committer: Jean-Baptiste Kempf macOS: Update HUD panel tab views Sets the tab view to tabless and adds a segmented control on top of the panel with a line below. Using the tabs

[vlc-commits] macOS: Avoid double-seeking to the same position

2017-02-01 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Wed Feb 1 11:57:55 2017 +0100| [1fe7c233bf5fc86cafebaf658c7c6ea13b4dd3c9] | committer: Marvin Scholz macOS: Avoid double-seeking to the same position The sliders for seeking are continuous, that means they send events for every action, which is useful

[vlc-commits] macOS: Build script changes

2017-02-09 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Thu Feb 9 20:17:16 2017 +0100| [0f648d409120d05ef000d924d8a8941e406c84d8] | committer: Marvin Scholz macOS: Build script changes > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=0f648d409120d05ef000d924d8a8941e406c84d8 --- configure

[vlc-commits] liveleak.lua: Improve URL probe function

2017-02-09 Thread Marvin Scholz
vlc/vlc-2.2 | branch: master | Marvin Scholz | Tue Oct 25 09:47:52 2016 +0200| [f4926fd9a27acbd1caad0ff46df724906c755fcf] | committer: Pierre Ynard liveleak.lua: Improve URL probe function Improve the URL probe function to not match URLs like http://example.org/www.liveleak.com/view?i

[vlc-commits] macOS: Fix Xcode project and remove broken schemes

2017-02-09 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Fri Feb 10 00:25:50 2017 +0100| [2b2f264988284a6214b21e6e1e5ab71bdf3177b1] | committer: Marvin Scholz macOS: Fix Xcode project and remove broken schemes > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=2b2f264988284a6214b21e6e1e5ab71bdf317

[vlc-commits] macOS: Fix LogMessageWindow requiring Xcode 8

2017-02-10 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Fri Feb 10 14:28:04 2017 +0100| [3e5fcc56a7f2bd3d233a50687a7d5027602a4844] | committer: Marvin Scholz macOS: Fix LogMessageWindow requiring Xcode 8 There is no reason for this requirement, unfortunately Xcode 8 re-adds it whenever opening the document

[vlc-commits] macOS: Move Button icons all to one folder

2017-02-10 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Fri Feb 10 16:08:19 2017 +0100| [de070b03d37316e720d96dd042bfa4357bac3765] | committer: Marvin Scholz macOS: Move Button icons all to one folder This moves the button icons (PDF template images) all to one folder so it is easier to find them in the

[vlc-commits] macOS: Restructure images a bit

2017-02-10 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Fri Feb 10 16:34:53 2017 +0100| [d2324e20a2af4667d778de3af759611bd5601a36] | committer: Marvin Scholz macOS: Restructure images a bit This renames the very generic-named icons folder to better match what it actually contains, File Icons. App Icons are

[vlc-commits] macOS: Remove border from table in Log Message Window

2017-02-10 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Fri Feb 10 17:01:21 2017 +0100| [7e3991cf7d209e3e5bb4c62643bc53ed2836c4e7] | committer: Marvin Scholz macOS: Remove border from table in Log Message Window > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=7e3991cf7d209e3e5bb4c62643bc53ed2836c

[vlc-commits] macOS: Add initialization of breakpad crash reporter

2017-02-17 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Tue Feb 14 23:50:29 2017 +0100| [9fe1c7c2ca01e433427edbd1a244cff745aa8c85] | committer: Marvin Scholz macOS: Add initialization of breakpad crash reporter > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=9fe1c7c2ca01e433427edbd1a244cff745aa8

[vlc-commits] macOS: Add breakpad to buildsystem

2017-02-17 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Tue Feb 14 23:49:17 2017 +0100| [eec7a5f40c0d3e0c85a464f50b0d633d4317f6d9] | committer: Marvin Scholz macOS: Add breakpad to buildsystem > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=eec7a5f40c0d3e0c85a464f50b0d633d4317f6d9 ---

[vlc-commits] contribs: Add breakpad crash reporter to contribs

2017-02-17 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Tue Feb 14 20:07:45 2017 +0100| [c03d83fcd31878faef7f9a0f40a78cb4b42aa29b] | committer: Marvin Scholz contribs: Add breakpad crash reporter to contribs macOS only for the moment. > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commi

[vlc-commits] configure: adjust Breakpad detection for macOS

2017-02-17 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Sat Feb 18 01:25:58 2017 +0100| [027032dcf85090edd32c9f5434c0ecad7b7191e2] | committer: Marvin Scholz configure: adjust Breakpad detection for macOS > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=027032dcf85090edd32c9f5434c0ecad7b719

[vlc-commits] configure: adjust Breakpad detection for macOS

2017-02-18 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Sat Feb 18 01:25:58 2017 +0100| [699d0cb8a7d00912d9157a8dbf04684388c86e2a] | committer: Jean-Baptiste Kempf configure: adjust Breakpad detection for macOS > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=699d0cb8a7d00912d9157a8dbf04684388c86

[vlc-commits] macOS: Add pseudo-bundle to buildsystem

2017-02-18 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Sat Feb 18 17:51:37 2017 +0100| [4121b9ee942b84f0922edfe1055cb3c0c02de21f] | committer: Marvin Scholz macOS: Add pseudo-bundle to buildsystem The pseudo-bundle allows the vlc-osx-static binary to properly find the Info.plist and Resources like Icons and

[vlc-commits] macOS: Remove unnecessary .nib suffix from Makefile

2017-02-18 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Sat Feb 18 17:50:03 2017 +0100| [884c8d06949438130668c16c9a0b799c84f721bf] | committer: Marvin Scholz macOS: Remove unnecessary .nib suffix from Makefile > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=884c8d06949438130668c16c9a0b799c84f72

[vlc-commits] macOS: Use absolute paths for symlinks in pseudo-bundle

2017-02-18 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Sat Feb 18 18:20:38 2017 +0100| [31abbfe13188287f158e04d6f6d1ecc37bb21d82] | committer: Marvin Scholz macOS: Use absolute paths for symlinks in pseudo-bundle > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commi

[vlc-commits] macOS: Simplify buildsystem, fix VLC.app

2017-02-19 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Sun Feb 19 23:37:35 2017 +0100| [475d57d04ce851bdf09495a9c02c0ba33d6e7592] | committer: Marvin Scholz macOS: Simplify buildsystem, fix VLC.app This simplifies package.mak by removing unnecessary VLC-tmp, making VLC.app properly depend on install and

[vlc-commits] macOS: Re-work dmg packaging

2017-02-20 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Mon Feb 20 14:49:09 2017 +0100| [4e080f7ae4e0669b59de9b65e9833ac778bfd160] | committer: Marvin Scholz macOS: Re-work dmg packaging This removes the dmg_setup.scpt and instead a template diskimage is used (VLCDMGTemplate.sparseimage.bz2). > h

[vlc-commits] macOS: Revert accidental dmg name change

2017-02-20 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Mon Feb 20 16:08:31 2017 +0100| [952024562e9b184fa78a8234beca1ded063b6112] | committer: Marvin Scholz macOS: Revert accidental dmg name change > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=952024562e9b184fa78a8234beca1ded063b6112 --- ext

[vlc-commits] macOS: Rework dmg creation

2017-02-25 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Sat Feb 25 19:30:23 2017 +0100| [a7847f6fd681c9bc7c90b501f4dcb766072f240b] | committer: Marvin Scholz macOS: Rework dmg creation This adds the possibility to build fancy DMGs with background, dmg icon and special icon positions using the dmgbuild python

[vlc-commits] configure: Check for dmgbuild on macOS

2017-02-25 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Sat Feb 25 19:22:16 2017 +0100| [5074dc0c5cfe7f3a1232a8721c072596103fc226] | committer: Marvin Scholz configure: Check for dmgbuild on macOS > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=5074dc0c5cfe7f3a1232a8721c072596103fc

[vlc-commits] securetransport: Fix compilation

2017-02-26 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Sun Feb 26 13:23:44 2017 +0100| [34567da2e6e6a042e46c040f8159d2b4d8fc6387] | committer: Marvin Scholz securetransport: Fix compilation > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=34567da2e6e6a042e46c040f8159d2b4d8fc6387 --- modules/m

[vlc-commits] macOS package: Remove unnecessary build-package.sh

2017-02-27 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Mon Feb 27 16:10:50 2017 +0100| [dbddc5c8d8883ca012ca6fc55460d75579637a74] | committer: Marvin Scholz macOS package: Remove unnecessary build-package.sh > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=dbddc5c8d8883ca012ca6fc55460d75579637

[vlc-commits] NSSpeechSynthesizer: Add missing $(AM_LDFLAGS)

2017-02-27 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Mon Feb 27 17:15:19 2017 +0100| [3ac5f1f5b696ed1c811d85208a80b10d3ffefa6e] | committer: Marvin Scholz NSSpeechSynthesizer: Add missing $(AM_LDFLAGS) This prevents that a versioned dylib is built, as it is unwanted for modules. > http://git.videolan.

[vlc-commits] macOS buildsystem: Adjust rpath and install_name

2017-02-27 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Mon Feb 27 15:59:58 2017 +0100| [2b5baef57f7dfbaa91ba2f5c6b7ba9727f7c32f3] | committer: Marvin Scholz macOS buildsystem: Adjust rpath and install_name > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=2b5baef57f7dfbaa91ba2f5c6b7ba9727f7c3

[vlc-commits] macOS package: Change how VLC.app is created

2017-02-27 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Mon Feb 27 16:24:36 2017 +0100| [f6e51b027f3bd458af1626f90b05de36ad6621ef] | committer: Marvin Scholz macOS package: Change how VLC.app is created The build-package.sh is not longer requires, now that the rpath and install_name it set correctly. Just

[vlc-commits] macOS: Move asset source files to a subfolder

2017-03-01 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Wed Mar 1 19:19:56 2017 +0100| [35781cf1eb476981777934902efddc5b1de1de4f] | committer: Marvin Scholz macOS: Move asset source files to a subfolder > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=35781cf1eb476981777934902efddc5b1de1d

[vlc-commits] macOS: Remove unnecessary asset sources

2017-03-01 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Wed Mar 1 19:49:35 2017 +0100| [1e3c18f081098feee100e6e41fa161cdcc754870] | committer: Marvin Scholz macOS: Remove unnecessary asset sources The status icon is a PDF vector one anyway, in Resources and the fullscreen panel looks completely different now

[vlc-commits] macOS: Move some classes to their own files

2017-03-15 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Wed Mar 15 14:43:32 2017 +0100| [4a22637a340db3a4834aa499482645e2ba557de5] | committer: Marvin Scholz macOS: Move some classes to their own files Put VLCSimplePrefsWindow and VLCHotkeyChangeWindow in their own files as they do not belong inside the

[vlc-commits] macOS: Rename simple_prefs to VLCSimplePrefsController

2017-03-15 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Wed Mar 15 14:42:20 2017 +0100| [ad63b98e0e175b383a66813c37d4ede3723e9f9a] | committer: Marvin Scholz macOS: Rename simple_prefs to VLCSimplePrefsController VLCSimplePrefsController describes better what it is. > http://git.videolan.org/gitweb.

[vlc-commits] macOS: Move NSSound category to its own file

2017-03-16 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Thu Mar 16 09:15:16 2017 +0100| [2e87ed387f435833768b134da36c340ce9efda61] | committer: Marvin Scholz macOS: Move NSSound category to its own file This makes it easier to find the relevant code and additionally has the benefit that imports can be more

[vlc-commits] macOS: Warn for overwriting dealloc in NSAnimation category

2017-03-16 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Thu Mar 16 09:26:29 2017 +0100| [9951257c0f501b42daceb70c0f03b447ee74a605] | committer: Marvin Scholz macOS: Warn for overwriting dealloc in NSAnimation category > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commi

[vlc-commits] macOS: Add compatibility typedef for NSWindowStyleMask

2017-03-16 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Thu Mar 16 11:13:51 2017 +0100| [095642c60e7de64fe4b05b27339242016d3f05a2] | committer: Marvin Scholz macOS: Add compatibility typedef for NSWindowStyleMask NSWindowStyleMask was introduced in 10.12 SDK, and used for methods like

[vlc-commits] macOS: Simplify Windows.m animations

2017-03-16 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Thu Mar 16 10:55:10 2017 +0100| [17cf96429e76dff0c103ca55958388a0f3011b0c] | committer: Marvin Scholz macOS: Simplify Windows.m animations > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=17cf96429e76dff0c103ca55958388a0f3011b0c --- modules/

[vlc-commits] macOS: Enable ARC in Xcode project

2017-03-16 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Thu Mar 16 11:58:57 2017 +0100| [9b1fc2dd46c49ff6d3880d2c768f9459ebe123a4] | committer: Marvin Scholz macOS: Enable ARC in Xcode project This does not actually has any effect for the build, but is necessary to get rid of some warnings about ARC in Xcode

[vlc-commits] tests: Do not use -no-install on darwin

2017-03-16 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Thu Mar 16 12:17:18 2017 +0100| [7f459923d1c95280c04bda47ed532c1c7b1daaa5] | committer: Marvin Scholz tests: Do not use -no-install on darwin > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=7f459923d1c95280c04bda47ed532c1c7b1daaa5 --- t

[vlc-commits] macOS: Move NSScreen category to its own file

2017-03-16 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Thu Mar 16 13:11:06 2017 +0100| [e1a4b4eea46e394676844e4e93428a2723093afd] | committer: Marvin Scholz macOS: Move NSScreen category to its own file > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=e1a4b4eea46e394676844e4e93428a2723093

[vlc-commits] tests: Do not use -static for hxxx on darwin

2017-03-16 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Thu Mar 16 12:16:56 2017 +0100| [9ad6bcd9fcb2436694d34774ba1fee08a869eb0b] | committer: Marvin Scholz tests: Do not use -static for hxxx on darwin > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=9ad6bcd9fcb2436694d34774ba1fee08a869e

[vlc-commits] macOS: Move NSScreen category to its own file

2017-03-16 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Thu Mar 16 13:11:06 2017 +0100| [f4bced161ae49dbb5813aed79e83310cc804cd4d] | committer: Marvin Scholz macOS: Move NSScreen category to its own file > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=f4bced161ae49dbb5813aed79e83310cc804c

[vlc-commits] macOS: Remove NSLog logging in VLCExtensionsManager

2017-04-03 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Mon Apr 3 09:25:02 2017 +0200| [d3bcb3b6fc088a98d0ef4bf25e74f25b53af448d] | committer: Marvin Scholz macOS: Remove NSLog logging in VLCExtensionsManager > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=d3bcb3b6fc088a98d0ef4bf25e74f25b53af4

[vlc-commits] macOS: Fix ownership in ExtensionsDialogProvider

2017-04-03 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Mon Apr 3 09:32:26 2017 +0200| [710da35f7949c970c692ef4af069cee64ca9fe90] | committer: Marvin Scholz macOS: Fix ownership in ExtensionsDialogProvider Fix #17912 > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commi

<    1   2   3   4   5   6   7   8   9   10   >