[vlc-commits] macos Info.plist: Reorder long arrays to the end

2019-05-19 Thread David Fuhrmann
vlc | branch: master | David Fuhrmann | Sun May 19 12:02:10 2019 +0200| [bfcfe2c5ddb1b75b3a6e50cc7b59556cd9e69312] | committer: David Fuhrmann macos Info.plist: Reorder long arrays to the end First come misc options, then all translatable string, then the long arrays describing supported

[vlc-commits] macos info.plist strings: Factorize translatable strings

2019-05-19 Thread David Fuhrmann
vlc | branch: master | David Fuhrmann | Sun May 19 11:53:24 2019 +0200| [17ff486e0c3b42cb15840fbaebe648c85993c969] | committer: David Fuhrmann macos info.plist strings: Factorize translatable strings Some strings do not need to be translated here. CFBundleGetInfoString is replaced by

[vlc-commits] macosx vout: Always call glViewport on macOS 10.14

2019-05-18 Thread David Fuhrmann
vlc/vlc-3.0 | branch: master | David Fuhrmann | Sat May 18 12:51:16 2019 +0200| [a8539f7e41e9086ff6a1a15c323044ef18031d9e] | committer: David Fuhrmann macosx vout: Always call glViewport on macOS 10.14 macOS 10.14 can unexpectedly change the viewport, e.g. when opening some main menus. This

[vlc-commits] macosx vout: Always call glViewport on macOS 10.14

2019-05-18 Thread David Fuhrmann
vlc | branch: master | David Fuhrmann | Sat May 18 12:51:16 2019 +0200| [77dedc587367a83999ef0c3980e103d7e2a52baf] | committer: David Fuhrmann macosx vout: Always call glViewport on macOS 10.14 macOS 10.14 can unexpectedly change the viewport, e.g. when opening some main menus. This also

[vlc-commits] upnp: Fix compilation for linux IPV6 branch

2019-05-18 Thread David Fuhrmann
vlc | branch: master | David Fuhrmann | Sat May 18 18:36:04 2019 +0200| [f3b9b41a15f0fc96c43b19b46a69ab91198c57c5] | committer: David Fuhrmann upnp: Fix compilation for linux IPV6 branch > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=f3b9b41a15f0fc96c43b19b46a69ab91198c5

[vlc-commits] package: macosx: Fix make distcheck

2019-05-02 Thread David Fuhrmann
vlc/vlc-3.0 | branch: master | David Fuhrmann | Thu May 2 18:42:15 2019 +0200| [8724157c7b0425d09d72d2d63da8901f4a1c4a35] | committer: David Fuhrmann package: macosx: Fix make distcheck > http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commit;h=8724157c7b0425d09d72d2d63da8901f4a1c4

[vlc-commits] macosx: Rename VLC.xcodeproj to lower case vlc.xcodeproj

2019-05-01 Thread David Fuhrmann
vlc/vlc-3.0 | branch: master | David Fuhrmann | Wed May 1 22:55:58 2019 +0200| [114f7917340a8e0291085dcb6ac1ac0aefe238cb] | committer: David Fuhrmann macosx: Rename VLC.xcodeproj to lower case vlc.xcodeproj This will help selecting different projects in different git checkouts, vlc.git and

[vlc-commits] macosx Info.plist: Update update URL

2019-05-01 Thread David Fuhrmann
vlc/vlc-3.0 | branch: master | David Fuhrmann | Sun Feb 17 21:36:09 2019 +0100| [949012ba53829bf5dd545e45607c6ea6aceefb6e] | committer: David Fuhrmann macosx Info.plist: Update update URL (cherry picked from commit 6fc3c589e17f3750e5754095ce228ea4b78372ca) Signed-off-by: David Fuhrmann

[vlc-commits] macosx: Clean up potentially old update URL

2019-05-01 Thread David Fuhrmann
vlc/vlc-3.0 | branch: master | David Fuhrmann | Sun Feb 17 21:35:31 2019 +0100| [1585b2909777901080875c4422ae1c0eec6d5b1b] | committer: David Fuhrmann macosx: Clean up potentially old update URL (cherry picked from commit 9259e320099bafe5da2a6d45be5b02e269dce313) Signed-off-by: David Fuhrmann

[vlc-commits] osx notifications: Use the players on_current_media_changed hook

2019-04-15 Thread David Fuhrmann
vlc | branch: master | David Fuhrmann | Tue Apr 16 00:32:49 2019 +0200| [16b173aef53c34dfce09d8e26e759a2ea4094429] | committer: David Fuhrmann osx notifications: Use the players on_current_media_changed hook The previous implementation consistently used the old input item to show its data

[vlc-commits] osx notifications: Do not leak input item object

2019-04-15 Thread David Fuhrmann
vlc | branch: master | David Fuhrmann | Mon Apr 15 23:59:00 2019 +0200| [0a7be713b7d5ea6115bb58f4d65cf448414995aa] | committer: David Fuhrmann osx notifications: Do not leak input item object > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=0a7be713b7d5ea6115bb58f4d65cf44841499

[vlc-commits] macosx: Document latest changes in vlc_player_cbs

2019-04-15 Thread David Fuhrmann
vlc | branch: master | David Fuhrmann | Mon Apr 15 23:57:27 2019 +0200| [19fc035bb946ff285728e39bfd29051798cdc9fe] | committer: David Fuhrmann macosx: Document latest changes in vlc_player_cbs > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=19fc035bb946ff285728e39bfd29051798cdc

[vlc-commits] macosx: player controller: Deindent code

2019-04-15 Thread David Fuhrmann
vlc | branch: master | David Fuhrmann | Mon Apr 15 23:46:57 2019 +0200| [a4bc6cc0da3f838d5ad0e7f0a2ca62a5b06234b7] | committer: David Fuhrmann macosx: player controller: Deindent code > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=a4bc6cc0da3f838d5ad0e7f0a2ca62a5b0623

[vlc-commits] macosx: Fix short seeks

2019-04-15 Thread David Fuhrmann
vlc | branch: master | David Fuhrmann | Mon Apr 15 23:18:37 2019 +0200| [bc12f6c8eecd9799c8f6938551cf040b501a5059] | committer: David Fuhrmann macosx: Fix short seeks Player needs to be locked here. > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commi

[vlc-commits] macosx: Fix title changed callback

2019-04-15 Thread David Fuhrmann
vlc | branch: master | David Fuhrmann | Mon Apr 15 23:17:11 2019 +0200| [5c4bb8b17c0ddf7d9894cdf70a2fa3f68ca8680b] | committer: David Fuhrmann macosx: Fix title changed callback p_titles can be NULL, which cannot be retained. > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commi

[vlc-commits] macOS packaging: Simplify copy rule for libvlc

2019-04-15 Thread David Fuhrmann
vlc | branch: master | David Fuhrmann | Sun Apr 14 13:37:29 2019 +0200| [c06bb4bbb10a84607f6fb582fc345c7a9917adbc] | committer: David Fuhrmann macOS packaging: Simplify copy rule for libvlc > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=c06bb4bbb10a84607f6fb582fc345c7a9917a

[vlc-commits] macOS packaging: Quote source paths, use designated variables

2019-04-15 Thread David Fuhrmann
vlc | branch: master | David Fuhrmann | Sun Apr 14 13:56:10 2019 +0200| [62c9996de80d50bb9cc70aaf7f98fc8faac62772] | committer: David Fuhrmann macOS packaging: Quote source paths, use designated variables > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commi

[vlc-commits] src: darwin/dirs: Implement fallbacks for posix style installations

2019-03-27 Thread David Fuhrmann
vlc | branch: master | David Fuhrmann | Fri Mar 22 18:29:40 2019 +0100| [e7120799cc5fb34cacc90d2c3604647d37f08012] | committer: David Fuhrmann src: darwin/dirs: Implement fallbacks for posix style installations For posix-style installations, use the defined directories for libraries and data

[vlc-commits] darwinvlc: Set rpath appliciable for POSIX installation

2019-03-27 Thread David Fuhrmann
vlc | branch: master | David Fuhrmann | Wed Mar 27 19:28:09 2019 +0100| [5b8554d5eab4870ce1b27261ff63246b2b4621f9] | committer: David Fuhrmann darwinvlc: Set rpath appliciable for POSIX installation This enables us to just run the vlc executable from an installed directory like on any other

[vlc-commits] macosx: Do not return potentially uninitialized pointer

2019-03-27 Thread David Fuhrmann
vlc | branch: master | David Fuhrmann | Wed Mar 27 18:38:13 2019 +0100| [955f033f7a5149b35e1d1f4422bb8ca0c0104fbe] | committer: David Fuhrmann macosx: Do not return potentially uninitialized pointer > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commi

[vlc-commits] macOS packaging: Set VLC_LIB_PATH for vlc-cache-gen call

2019-03-27 Thread David Fuhrmann
vlc | branch: master | David Fuhrmann | Wed Mar 27 19:30:39 2019 +0100| [ec108a8cc29ae37597b7450dd9378eb3815c051d] | committer: David Fuhrmann macOS packaging: Set VLC_LIB_PATH for vlc-cache-gen call Previously, both the installation dir and the plugins dir in VLC.app were scanned. This lead

[vlc-commits] contrib: x264: Fix build by using UNPACK_DIR

2019-03-22 Thread David Fuhrmann
vlc | branch: master | David Fuhrmann | Fri Mar 22 08:06:37 2019 +0100| [f87092a889ea00f60e6c34140a5fbf807eac0626] | committer: Steve Lhomme contrib: x264: Fix build by using UNPACK_DIR UNPACK_DIR instead of x264-git is expected for the following contrib macros (UPDATE_AUTOCONFIG, APPLY

[vlc-commits] extras/tools: Require at least nasm 2.13.02

2019-03-20 Thread David Fuhrmann
vlc/vlc-3.0 | branch: master | David Fuhrmann | Wed Mar 20 19:21:47 2019 +0100| [12ce8cd7f6b788376621384329aabf39b374c9eb] | committer: David Fuhrmann extras/tools: Require at least nasm 2.13.02 This is needed at least for the latest dav1d release to build. (cherry picked from commit

[vlc-commits] configure.ac: Require at least srt 1.3.0

2019-03-20 Thread David Fuhrmann
vlc | branch: master | David Fuhrmann | Wed Mar 20 21:11:19 2019 +0100| [80b149ddf92226d12e71d4de6e6233f52b1ea2bb] | committer: David Fuhrmann configure.ac: Require at least srt 1.3.0 Recent commits use defines like SRT_LIVE_DEF_PLSIZE, which are only available starting with that srt version

[vlc-commits] src: darwin: Compile dirs.c as an ObjC file

2019-03-20 Thread David Fuhrmann
vlc | branch: master | David Fuhrmann | Sat Mar 16 23:42:31 2019 +0100| [7e5d600a52c5239ad08babfa017ce012d0f25a05] | committer: David Fuhrmann src: darwin: Compile dirs.c as an ObjC file > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=7e5d600a52c5239ad08babfa017ce012d0f25

[vlc-commits] src: darwin/dirs: Package libraries and modules into Frameworks directory

2019-03-20 Thread David Fuhrmann
vlc | branch: master | David Fuhrmann | Mon Mar 18 19:56:50 2019 +0100| [965c4a0294c4130f10d80338d98ac4923c0da932] | committer: David Fuhrmann src: darwin/dirs: Package libraries and modules into Frameworks directory This is the correct place for bundling shared libraries (even if they are

[vlc-commits] macOS package: Simplify optional copying of locales

2019-03-20 Thread David Fuhrmann
vlc | branch: master | David Fuhrmann | Mon Mar 18 20:02:47 2019 +0100| [3b8bb2911db3b31a73e705ebcb10b59a9a020469] | committer: David Fuhrmann macOS package: Simplify optional copying of locales > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=3b8bb2911db3b31a73e705ebcb10b59a9a020

[vlc-commits] src: darwin/dirs: Use NSBundle to get library directoriess

2019-03-20 Thread David Fuhrmann
vlc | branch: master | David Fuhrmann | Sun Mar 17 23:45:59 2019 +0100| [6eb00721ac2232c6fd08162e38e11dae4ce32d6d] | committer: David Fuhrmann src: darwin/dirs: Use NSBundle to get library directoriess This removes old code hardcoding multiple variants of binary names. > h

[vlc-commits] extras/tools: Require at least nasm 2.13.02

2019-03-20 Thread David Fuhrmann
vlc | branch: master | David Fuhrmann | Wed Mar 20 19:21:47 2019 +0100| [38af7b8ee5ef9720b1eaad24ce3477b73ff0ef03] | committer: David Fuhrmann extras/tools: Require at least nasm 2.13.02 This is neeeded at least for the latest dav1d release to build. > http://git.videolan.org/gitweb.

[vlc-commits] macOS package: Do not package includes

2019-03-20 Thread David Fuhrmann
vlc | branch: master | David Fuhrmann | Mon Mar 18 20:06:03 2019 +0100| [4765f0aa47ac94fe97a940bed1f3767463ff377a] | committer: David Fuhrmann macOS package: Do not package includes Those do not belong into an app bundle, and they also do not belong into the MacOS subdirectory. > h

[vlc-commits] macOS codesign: Do not explicitly sign resources

2019-03-20 Thread David Fuhrmann
vlc | branch: master | David Fuhrmann | Mon Mar 18 21:11:23 2019 +0100| [6a0bcd325de8728c7f3e331ca70c0ebcd448a673] | committer: David Fuhrmann macOS codesign: Do not explicitly sign resources Resource files or headers do not need to be explicitly signed. Once the bundle itself is signed, all

[vlc-commits] macOS codesign: Adapt to new packaging changes

2019-03-20 Thread David Fuhrmann
vlc | branch: master | David Fuhrmann | Mon Mar 18 20:50:46 2019 +0100| [45e88665da454ab6447861cfedc910dc86dfb7a9] | committer: David Fuhrmann macOS codesign: Adapt to new packaging changes > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=45e88665da454ab6447861cfedc910dc86dfb

[vlc-commits] macosx: Add darwin specific core files to Xcode project

2019-03-20 Thread David Fuhrmann
vlc | branch: master | David Fuhrmann | Sat Mar 16 23:44:26 2019 +0100| [79df1fe1301c503f0d6a291deb9e6e9ac5217a5d] | committer: David Fuhrmann macosx: Add darwin specific core files to Xcode project > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commi

[vlc-commits] Revert "macosx: clean access to the aout/vout threads"

2019-03-20 Thread David Fuhrmann
vlc | branch: master | David Fuhrmann | Sat Mar 16 21:39:01 2019 +0100| [b39f7e46331c20ed566b53beda5ccc4d7b61dc20] | committer: David Fuhrmann Revert "macosx: clean access to the aout/vout threads" This commit immediately crashes VLC at startup. This reve

[vlc-commits] src: darwin/dirs: Simplify getAppDependentDir and use NSBundle

2019-03-20 Thread David Fuhrmann
vlc | branch: master | David Fuhrmann | Mon Mar 18 19:11:57 2019 +0100| [39854f0cbdbbf8cfbde09937522c2ef7e2d8e038] | committer: David Fuhrmann src: darwin/dirs: Simplify getAppDependentDir and use NSBundle Use NSBundle instead of CoreFoundation types. > http://git.videolan.org/gitweb.

[vlc-commits] src: darwin/dirs: Package share data in Resources subdirectory

2019-03-20 Thread David Fuhrmann
vlc | branch: master | David Fuhrmann | Mon Mar 18 19:36:16 2019 +0100| [a62cf6abea1a7309ecb27d1879e352aa32c167a9] | committer: David Fuhrmann src: darwin/dirs: Package share data in Resources subdirectory share data (including translations), are now moved from the MacOS directory to

[vlc-commits] contribs: Drop syslibroot link flag for contribs

2019-03-16 Thread David Fuhrmann
vlc | branch: master | David Fuhrmann | Sat Mar 16 21:03:29 2019 +0100| [60b470b804f45bb99c60f814df4ff361ab391bb0] | committer: David Fuhrmann contribs: Drop syslibroot link flag for contribs This does not seem to be needed anymore if its passed over LDFLAGS, passing isysroot is enough

[vlc-commits] macosx Info.plist: Update update URL

2019-03-16 Thread David Fuhrmann
vlc | branch: master | David Fuhrmann | Sun Feb 17 21:36:09 2019 +0100| [6fc3c589e17f3750e5754095ce228ea4b78372ca] | committer: David Fuhrmann macosx Info.plist: Update update URL > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=6fc3c589e17f3750e5754095ce228ea4b78372ca --- sh

[vlc-commits] ci filters: Remove runtime check for kCGColorSpaceITUR_709

2019-03-16 Thread David Fuhrmann
vlc | branch: master | David Fuhrmann | Sat Mar 16 21:30:12 2019 +0100| [4e55ea70dae0125f3c7cb26482517f9a9a5418ee] | committer: David Fuhrmann ci filters: Remove runtime check for kCGColorSpaceITUR_709 This is now available in all supported versions (iOS 9, macOS 10.11). > h

[vlc-commits] macosx: Clean up potentially old update URL

2019-03-16 Thread David Fuhrmann
vlc | branch: master | David Fuhrmann | Sun Feb 17 21:35:31 2019 +0100| [9259e320099bafe5da2a6d45be5b02e269dce313] | committer: David Fuhrmann macosx: Clean up potentially old update URL > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=9259e320099bafe5da2a6d45be5b02e269dce

[vlc-commits] contrib: gnutls: Drop getentropy patch for macOS

2019-02-16 Thread David Fuhrmann
vlc | branch: master | David Fuhrmann | Sat Feb 16 00:02:24 2019 +0100| [58d4ea7d6274be17dd8189406f506bd7e76ef81a] | committer: David Fuhrmann contrib: gnutls: Drop getentropy patch for macOS getentropy is correctly annotated since the macOS 10.13 SDK (at least), and the gnutls check includes

[vlc-commits] contrib: gnutls: Drop connectx patch

2019-02-16 Thread David Fuhrmann
vlc | branch: master | David Fuhrmann | Sat Feb 16 12:25:50 2019 +0100| [dae2fff630562c5838098cb13cb6227a5ce05508] | committer: David Fuhrmann contrib: gnutls: Drop connectx patch connectx is available since macOS 10.11 and iOS 9, so this is not needed anymore. Note, this cannot be

[vlc-commits] contrib: smb2: Fix macOS compilation

2019-02-13 Thread David Fuhrmann
vlc | branch: master | David Fuhrmann | Wed Feb 13 18:42:58 2019 +0100| [dbd816319d091f88cf6ab0bb516a7d2ad5f7c426] | committer: David Fuhrmann contrib: smb2: Fix macOS compilation > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=dbd816319d091f88cf6ab0bb516a7d2ad5f7c426 --- ...

[vlc-commits] macosx: New directory structure for the macOS UI

2019-02-03 Thread David Fuhrmann
vlc | branch: master | David Fuhrmann | Fri Feb 1 17:54:34 2019 +0100| [ba6ad45fbd4f8130139c32901c46cbab875d0871] | committer: David Fuhrmann macosx: New directory structure for the macOS UI This orders existing files into a new directory structure, to group related elements together. The

[vlc-commits] macosx: InfoPlist: Add strings for ressource usages

2019-02-02 Thread David Fuhrmann
vlc | branch: master | David Fuhrmann | Sat Feb 2 11:25:28 2019 +0100| [33c51004531a10f5daa895f74690376ac2deb67c] | committer: David Fuhrmann macosx: InfoPlist: Add strings for ressource usages Those strings must be provided once VLC is compiled with 10.14 sdk, otherwise VLC crashes. One

[vlc-commits] vout: macosx: Include config.h as first statement

2019-02-01 Thread David Fuhrmann
vlc | branch: master | David Fuhrmann | Thu Jan 24 08:37:54 2019 +0100| [6c223666d5e0b850d088ff8f295ad441fcba51f8] | committer: David Fuhrmann vout: macosx: Include config.h as first statement > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=6c223666d5e0b850d088ff8f295ad441fcba5

[vlc-commits] cvpx: Include config.h as first statement

2019-02-01 Thread David Fuhrmann
vlc | branch: master | David Fuhrmann | Thu Jan 24 08:38:29 2019 +0100| [8d2b2c35438f40948a637b2c868dbcb3104eead0] | committer: David Fuhrmann cvpx: Include config.h as first statement > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=8d2b2c35438f40948a637b2c868dbcb3104ee

[vlc-commits] contrib: bluray: Add an explicit path to find shared libraries

2019-01-07 Thread David Fuhrmann
vlc/vlc-3.0 | branch: master | David Fuhrmann | Mon Jan 7 19:43:17 2019 +0100| [85a99a15c3f8672616aa9304ac2a16b86ca0d69d] | committer: David Fuhrmann contrib: bluray: Add an explicit path to find shared libraries This is needed because runtime hardening does not automatically look for

[vlc-commits] contrib: bluray: Add an explicit path to find shared libraries

2019-01-07 Thread David Fuhrmann
vlc | branch: master | David Fuhrmann | Mon Jan 7 19:43:17 2019 +0100| [2ed07256dbbf21bf33cd5f9a58478178a4f0987d] | committer: David Fuhrmann contrib: bluray: Add an explicit path to find shared libraries This is needed because runtime hardening does not automatically look for libraries

[vlc-commits] contrib: srt: Remove downgrade of availability error

2018-12-29 Thread David Fuhrmann
vlc | branch: master | David Fuhrmann | Sat Dec 29 17:16:33 2018 +0100| [2b678c7d84517f1b1b64fd1383ff80fbd8d5a97e] | committer: David Fuhrmann contrib: srt: Remove downgrade of availability error This is not needed anymore (and did not really work in some situations). > h

[vlc-commits] macOS build.sh: Fix make clean for contribs

2018-12-29 Thread David Fuhrmann
vlc | branch: master | David Fuhrmann | Sat Dec 29 12:16:52 2018 +0100| [3b9f2b4fbdb7358dae99c9b1460b5802ff90c14d] | committer: David Fuhrmann macOS build.sh: Fix make clean for contribs If an old contrib folder exists, bootstrap recognizes those as "system-available" libraries and

[vlc-commits] macOS build.sh: Detect local installation of python3

2018-12-29 Thread David Fuhrmann
vlc | branch: master | David Fuhrmann | Sat Dec 29 18:55:28 2018 +0100| [5842f62b4475fdd15d3f5279dec20f4c2940d1ce] | committer: David Fuhrmann macOS build.sh: Detect local installation of python3 Since python3 is now mandatory for meson and co, try to detect a packaged install and add it to

[vlc-commits] macosx: Workaround graphical issues with fullscreen panel buttons

2018-12-20 Thread David Fuhrmann
vlc/vlc-3.0 | branch: master | David Fuhrmann | Thu Dec 20 10:09:20 2018 +0100| [653c0c1ca86afffbd86b7c1259eea7f9d8fa801b] | committer: David Fuhrmann macosx: Workaround graphical issues with fullscreen panel buttons On macOS Mojave only, those buttons are wrongly rendered (they look as they

[vlc-commits] macosx: Workaround graphical issues with fullscreen panel buttons

2018-12-20 Thread David Fuhrmann
vlc | branch: master | David Fuhrmann | Thu Dec 20 10:09:20 2018 +0100| [cb0b0fc8d2c31704301afce87e8bd98c6474a07a] | committer: David Fuhrmann macosx: Workaround graphical issues with fullscreen panel buttons On macOS Mojave only, those buttons are wrongly rendered (they look as they are

[vlc-commits] contrib: srt: Correctly mark partial availability for functions

2018-12-19 Thread David Fuhrmann
vlc/vlc-3.0 | branch: master | David Fuhrmann | Thu Dec 20 02:00:34 2018 +0100| [170e6f8f2d99b2c91fe8b93644eb193e86a96bf5] | committer: David Fuhrmann contrib: srt: Correctly mark partial availability for functions > http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commi

[vlc-commits] contrib: srt: Correctly mark partial availability for functions

2018-12-19 Thread David Fuhrmann
vlc/vlc-3.0 | branch: master | David Fuhrmann | Thu Dec 20 02:00:34 2018 +0100| [394164f117c53dff20604dcc954c34bc715034b8] | committer: David Fuhrmann contrib: srt: Correctly mark partial availability for functions > http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commi

[vlc-commits] extras/tools: Fix meson build

2018-12-18 Thread David Fuhrmann
vlc/vlc-3.0 | branch: master | David Fuhrmann | Tue Dec 18 23:38:36 2018 +0100| [4abd072851f8c54d7f33e94bd8518cbb2a6283bc] | committer: David Fuhrmann extras/tools: Fix meson build > http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commit;h=4abd072851f8c54d7f33e94bd8518cbb2a628

[vlc-commits] macOS codesign: Add option to enable runtime hardening for macOS Mojave

2018-12-16 Thread David Fuhrmann
vlc/vlc-3.0 | branch: master | David Fuhrmann | Tue Oct 23 23:21:41 2018 +0200| [cdd2cbfb339fd63bd79a0df641a5ab1d87a77577] | committer: David Fuhrmann macOS codesign: Add option to enable runtime hardening for macOS Mojave Runtime hardening restricts what the application can do, while not

[vlc-commits] macosx: Disable automatic switching between dark and bright mode for now

2018-12-16 Thread David Fuhrmann
vlc/vlc-3.0 | branch: master | David Fuhrmann | Sun Dec 16 20:04:38 2018 +0100| [65b7360a6aac1c6a43e599bbdb6e5f8c1d59d5e1] | committer: David Fuhrmann macosx: Disable automatic switching between dark and bright mode for now It seems on macOS Mojave, _automatic_ switching between dark and

[vlc-commits] macosx: Remove shadow from main window title in black mode

2018-12-16 Thread David Fuhrmann
vlc/vlc-3.0 | branch: master | David Fuhrmann | Sun Dec 16 18:23:09 2018 +0100| [3bfba86224b47ff750fda2ad6bcf0c3ee5684bce] | committer: David Fuhrmann macosx: Remove shadow from main window title in black mode Text without shadow looks far better. > http://git.videolan.org/gitweb.cgi/vlc/

[vlc-commits] macosx: Fix correct reinitialization of most of our buttons

2018-12-16 Thread David Fuhrmann
vlc/vlc-3.0 | branch: master | David Fuhrmann | Tue Dec 4 18:58:05 2018 +0100| [97557b77f6fb2feb128066bd7e5bf72b085c98f6] | committer: David Fuhrmann macosx: Fix correct reinitialization of most of our buttons The button graphics were totally wrong if appearance changed in the middle of the

[vlc-commits] Update NEWS

2018-12-16 Thread David Fuhrmann
vlc/vlc-3.0 | branch: master | David Fuhrmann | Sun Dec 16 20:17:10 2018 +0100| [98a9b471d034ea775257fe859042175f8b99ba15] | committer: David Fuhrmann Update NEWS > http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commit;h=98a9b471d034ea775257fe859042175f8b99ba15 --- NEWS

[vlc-commits] contrib: breakpad: Fix compilation with new toolchain

2018-12-16 Thread David Fuhrmann
vlc/vlc-3.0 | branch: master | David Fuhrmann | Sat Dec 15 12:12:43 2018 +0100| [6da935825b130f751be052c76932c6368517e565] | committer: Jean-Baptiste Kempf contrib: breakpad: Fix compilation with new toolchain Breakpad.xib is in the old Xcode3 format, supporting OS versions down to 10.5. This

[vlc-commits] contrib: breakpad: Fix compilation with new toolchain

2018-12-15 Thread David Fuhrmann
vlc | branch: master | David Fuhrmann | Sat Dec 15 12:12:43 2018 +0100| [004467b3a7062e8d0849fc80e5431d2cc0ca0a6c] | committer: David Fuhrmann contrib: breakpad: Fix compilation with new toolchain Breakpad.xib is in the old Xcode3 format, supporting OS versions down to 10.5. This old target

[vlc-commits] macosx: Fix UI issue in selector for stream output

2018-11-18 Thread David Fuhrmann
vlc/vlc-3.0 | branch: master | David Fuhrmann | Sun Nov 18 15:59:07 2018 +0100| [1be3a564cf23ca0e886c808c285fce8c5c5cab2b] | committer: David Fuhrmann macosx: Fix UI issue in selector for stream output (cherry picked from commit 6b365a1ca1c5c35a6369e4fea1bee6924082bb6c) Signed-off-by: David

[vlc-commits] macosx: Fix UI issue in selector for stream output

2018-11-18 Thread David Fuhrmann
vlc | branch: master | David Fuhrmann | Sun Nov 18 15:59:07 2018 +0100| [6b365a1ca1c5c35a6369e4fea1bee6924082bb6c] | committer: David Fuhrmann macosx: Fix UI issue in selector for stream output > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=6b365a1ca1c5c35a6369e4fea1bee6924082b

[vlc-commits] macosx: Use avaudiocapture module instead of qtsound

2018-11-18 Thread David Fuhrmann
vlc | branch: master | David Fuhrmann | Sun Nov 18 14:33:13 2018 +0100| [acef852aac51044b6663d9f86083529e8dfb88e4] | committer: David Fuhrmann macosx: Use avaudiocapture module instead of qtsound And remove some references of the old QTKit code. > http://git.videolan.org/gitweb.cgi/vlc.

[vlc-commits] NEWS: Mention avaudiocapture module

2018-11-18 Thread David Fuhrmann
vlc | branch: master | David Fuhrmann | Sun Nov 18 14:35:52 2018 +0100| [f3317dd1a82eb72eee81559108343230c7227001] | committer: David Fuhrmann NEWS: Mention avaudiocapture module > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=f3317dd1a82eb72eee81559108343230c7227001 --- NEWS

[vlc-commits] macOS/configure.sh: Remove qtkit build option

2018-11-18 Thread David Fuhrmann
vlc | branch: master | David Fuhrmann | Sun Nov 18 14:25:07 2018 +0100| [bff7384e68c5e835580fa8c929852672fc9152f7] | committer: David Fuhrmann macOS/configure.sh: Remove qtkit build option > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=bff7384e68c5e835580fa8c929852672fc915

[vlc-commits] qtsound: Remove module

2018-11-18 Thread David Fuhrmann
vlc | branch: master | David Fuhrmann | Sun Nov 18 14:21:43 2018 +0100| [cedb3335b42fd192e9f052d07f5a320a66e65239] | committer: David Fuhrmann qtsound: Remove module It has been replaced by avaudiocapture module. > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commi

[vlc-commits] avaudiocapture: Add audio capture module based on AVFoundation framework

2018-11-18 Thread David Fuhrmann
vlc | branch: master | David Fuhrmann | Tue Aug 7 23:57:23 2018 +0200| [58d5098c5139c8d491f6ba97ca8749a9def6ea22] | committer: David Fuhrmann avaudiocapture: Add audio capture module based on AVFoundation framework This module is a drop-in replacement for the deprecated QTSound module

[vlc-commits] contrib: libplacebo: Fix order of arguments in sed call

2018-11-09 Thread David Fuhrmann
vlc | branch: master | David Fuhrmann | Fri Nov 9 19:43:15 2018 +0100| [762b732ba0238028567926d4a164f7f7b2c077e5] | committer: David Fuhrmann contrib: libplacebo: Fix order of arguments in sed call macOS sed seems to be more picky here... > http://git.videolan.org/gitweb.cgi/vlc.git

[vlc-commits] macosx: guard unregistration of key path as well

2018-11-07 Thread David Fuhrmann
vlc/vlc-3.0 | branch: master | David Fuhrmann | Wed Nov 7 20:20:37 2018 +0100| [23ba6163e84f17f28b92cf2b1274b657bc64173a] | committer: David Fuhrmann macosx: guard unregistration of key path as well Fixes a crash on exit on old systems. > http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.

[vlc-commits] macosx/package: Force HFS+ filesystem for dmg image

2018-11-07 Thread David Fuhrmann
vlc/vlc-3.0 | branch: master | David Fuhrmann | Wed Nov 7 19:41:39 2018 +0100| [da7153712c3b16082b3117f0c69fc75a96a135b9] | committer: David Fuhrmann macosx/package: Force HFS+ filesystem for dmg image On modern systems, Apple believes APFS would be a good default choice. Those images

[vlc-commits] macosx/package: Force HFS+ filesystem for dmg image

2018-11-07 Thread David Fuhrmann
vlc | branch: master | David Fuhrmann | Wed Nov 7 19:41:39 2018 +0100| [a2003d150cd3baab3145220309511f40397372a8] | committer: David Fuhrmann macosx/package: Force HFS+ filesystem for dmg image On modern systems, Apple believes APFS would be a good default choice. Those images currently do

[vlc-commits] qtsound: Fix compilation with 10.13 SDK

2018-10-27 Thread David Fuhrmann
vlc/vlc-3.0 | branch: master | David Fuhrmann | Sun Oct 21 18:20:19 2018 +0200| [5d6cf2cd54e6991c1be35ee2a6a7a7351c3688f5] | committer: David Fuhrmann qtsound: Fix compilation with 10.13 SDK (cherry picked from commit 194f2787e574ba7504be9a4970b9338777ba6953) Signed-off-by: David Fuhrmann

[vlc-commits] qtsound: Only redeclare function if it does not exist in sdk

2018-10-27 Thread David Fuhrmann
vlc/vlc-3.0 | branch: master | David Fuhrmann | Sun Oct 21 21:33:32 2018 +0200| [18ff9301fc1acf0f4add623def15ed3ceed8faae] | committer: David Fuhrmann qtsound: Only redeclare function if it does not exist in sdk (cherry picked from commit 608de0ae39e2ac0e18ed1a1f2b6010ac58eab09d) Signed-off

[vlc-commits] qtsound: Explicitly ask for consent before using the audio device

2018-10-27 Thread David Fuhrmann
vlc/vlc-3.0 | branch: master | David Fuhrmann | Sun Oct 21 16:16:38 2018 +0200| [0299de24d70ca887e3cc7a10364673fa7dd3510e] | committer: David Fuhrmann qtsound: Explicitly ask for consent before using the audio device Same reasoning as for avcapture module, see

[vlc-commits] macosx: Fix quitting of VLC over quit menu item

2018-10-27 Thread David Fuhrmann
vlc/vlc-3.0 | branch: master | David Fuhrmann | Sat Oct 27 17:41:02 2018 +0200| [3a1ba9073641b79c2e826e364fea630ebc01f0c8] | committer: David Fuhrmann macosx: Fix quitting of VLC over quit menu item An event must be queued into the event loop so that the stop flag can be executed and the main

[vlc-commits] avcapture: Explicitly ask for consent before using the video device

2018-10-27 Thread David Fuhrmann
vlc/vlc-3.0 | branch: master | David Fuhrmann | Sun Oct 21 16:11:44 2018 +0200| [5d29acc826cf5874c3ed8b7aeaa62b63a866fb6f] | committer: David Fuhrmann avcapture: Explicitly ask for consent before using the video device On 10.14, the system asks the user for consent for using the video device

[vlc-commits] avcapture: Fix compilation with 10.13 SDK

2018-10-27 Thread David Fuhrmann
vlc/vlc-3.0 | branch: master | David Fuhrmann | Sun Oct 21 18:19:53 2018 +0200| [0aa7083930e0c6040253c1018ba7f1a5d80491cf] | committer: David Fuhrmann avcapture: Fix compilation with 10.13 SDK (cherry picked from commit fded66483be3cc108affbeef4e86f706950cfb3e) Signed-off-by: David Fuhrmann

[vlc-commits] avcapture: Only redeclare function if it does not exist in sdk

2018-10-27 Thread David Fuhrmann
vlc/vlc-3.0 | branch: master | David Fuhrmann | Sun Oct 21 21:32:39 2018 +0200| [b29e7b9256f0a3692e6110a3a66f2ba2a7fee86e] | committer: David Fuhrmann avcapture: Only redeclare function if it does not exist in sdk (cherry picked from commit 0f50cd8dcf33a28cead0aae835ecf9a270d461f6) Signed-off

[vlc-commits] codesign.sh: Sign helper libaries of Breakpad.framework

2018-10-27 Thread David Fuhrmann
vlc/vlc-3.0 | branch: master | David Fuhrmann | Tue Oct 23 20:48:51 2018 +0200| [c95c3817d97195879eb23fadc7d4a21eac106427] | committer: David Fuhrmann codesign.sh: Sign helper libaries of Breakpad.framework (cherry picked from commit 79332e25eaaeb828e8c8a92048e9745f032cb811) Signed-off-by

[vlc-commits] codesign.sh: Remove identifier string from sign function

2018-10-27 Thread David Fuhrmann
vlc/vlc-3.0 | branch: master | David Fuhrmann | Tue Oct 23 20:43:32 2018 +0200| [d2619856cba3a2a69080ba65d7a196c376eee297] | committer: David Fuhrmann codesign.sh: Remove identifier string from sign function This parameter is not used anymore, instead it is determined automatically by the

[vlc-commits] macosx: Fix quitting of VLC over quit menu item

2018-10-27 Thread David Fuhrmann
vlc | branch: master | David Fuhrmann | Sat Oct 27 17:41:02 2018 +0200| [874a3e7828879e1f588ff3bb5365328816adceaa] | committer: David Fuhrmann macosx: Fix quitting of VLC over quit menu item An event must be queued into the event loop so that the stop flag can be executed and the main loop

[vlc-commits] macOS codesign: Add option to enable runtime hardening for macOS Mojave

2018-10-23 Thread David Fuhrmann
vlc | branch: master | David Fuhrmann | Tue Oct 23 23:21:41 2018 +0200| [77548a174cea044f4a4a1909c3e9371df44d1e6d] | committer: David Fuhrmann macOS codesign: Add option to enable runtime hardening for macOS Mojave Runtime hardening restricts what the application can do, while not being a

[vlc-commits] codesign.sh: Remove identifier string from sign function

2018-10-23 Thread David Fuhrmann
vlc | branch: master | David Fuhrmann | Tue Oct 23 20:43:32 2018 +0200| [d24bd15c0509f1a2d4c7e93010fe56a9d945fff2] | committer: David Fuhrmann codesign.sh: Remove identifier string from sign function This parameter is not used anymore, instead it is determined automatically by the codesign

[vlc-commits] codesign.sh: Sign helper libaries of Breakpad.framework

2018-10-23 Thread David Fuhrmann
vlc | branch: master | David Fuhrmann | Tue Oct 23 20:48:51 2018 +0200| [79332e25eaaeb828e8c8a92048e9745f032cb811] | committer: David Fuhrmann codesign.sh: Sign helper libaries of Breakpad.framework > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commi

[vlc-commits] qtsound: Only redeclare function if it does not exist in sdk

2018-10-21 Thread David Fuhrmann
vlc | branch: master | David Fuhrmann | Sun Oct 21 21:33:32 2018 +0200| [608de0ae39e2ac0e18ed1a1f2b6010ac58eab09d] | committer: David Fuhrmann qtsound: Only redeclare function if it does not exist in sdk > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commi

[vlc-commits] avcapture: Only redeclare function if it does not exist in sdk

2018-10-21 Thread David Fuhrmann
vlc | branch: master | David Fuhrmann | Sun Oct 21 21:32:39 2018 +0200| [0f50cd8dcf33a28cead0aae835ecf9a270d461f6] | committer: David Fuhrmann avcapture: Only redeclare function if it does not exist in sdk > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commi

[vlc-commits] avcapture: Fix compilation with 10.13 SDK

2018-10-21 Thread David Fuhrmann
vlc | branch: master | David Fuhrmann | Sun Oct 21 18:19:53 2018 +0200| [fded66483be3cc108affbeef4e86f706950cfb3e] | committer: David Fuhrmann avcapture: Fix compilation with 10.13 SDK > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=fded66483be3cc108affbeef4e86f706950cf

[vlc-commits] qtsound: Fix compilation with 10.13 SDK

2018-10-21 Thread David Fuhrmann
vlc | branch: master | David Fuhrmann | Sun Oct 21 18:20:19 2018 +0200| [194f2787e574ba7504be9a4970b9338777ba6953] | committer: David Fuhrmann qtsound: Fix compilation with 10.13 SDK > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=194f2787e574ba7504be9a4970b9338777ba6

[vlc-commits] qtsound: Explicitly ask for consent before using the audio device

2018-10-21 Thread David Fuhrmann
vlc | branch: master | David Fuhrmann | Sun Oct 21 16:16:38 2018 +0200| [80282b5a8a7794dfb49056eadafc3fe62d33d59d] | committer: David Fuhrmann qtsound: Explicitly ask for consent before using the audio device Same reasoning as for avcapture module, see ad372574e5e3ce5562dc10eedbb7e2a55de93ac4

[vlc-commits] avcapture: Explicitly ask for consent before using the video device

2018-10-21 Thread David Fuhrmann
vlc | branch: master | David Fuhrmann | Sun Oct 21 16:11:44 2018 +0200| [ad372574e5e3ce5562dc10eedbb7e2a55de93ac4] | committer: David Fuhrmann avcapture: Explicitly ask for consent before using the video device On 10.14, the system asks the user for consent for using the video device. But by

[vlc-commits] macosx: User modern API to set accesibility values

2018-10-04 Thread David Fuhrmann
vlc | branch: master | David Fuhrmann | Thu Oct 4 12:39:26 2018 +0200| [b7ef6ded495b58b0be97b84a48a4258a666b978c] | committer: David Fuhrmann macosx: User modern API to set accesibility values > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=b7ef6ded495b58b0be97b84a48a4258a666b9

[vlc-commits] macosx: Replace mountedRemovableMedia by modern API

2018-10-04 Thread David Fuhrmann
vlc | branch: master | David Fuhrmann | Thu Oct 4 12:40:21 2018 +0200| [44c2b2af3e2c8852cd8d1342649ea8cda0cd2945] | committer: David Fuhrmann macosx: Replace mountedRemovableMedia by modern API > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=44c2b2af3e2c8852cd8d1342649ea8cda0cd2

[vlc-commits] videotoolbox: Use new syntax to declare availability

2018-10-03 Thread David Fuhrmann
vlc | branch: master | David Fuhrmann | Wed Oct 3 15:51:40 2018 +0200| [f6d4aec4933afff41e616a331cc2bd294e43db56] | committer: David Fuhrmann videotoolbox: Use new syntax to declare availability Stuff needs to be compiled with the latest SDK nowadays. > http://git.videolan.org/gitweb.

[vlc-commits] macosx: PXSourceList: Use weak delegate and data source properties

2018-10-03 Thread David Fuhrmann
vlc | branch: master | David Fuhrmann | Wed Oct 3 15:26:54 2018 +0200| [9aa374c061db755c0e6f8012e5bec74c3b44e5a5] | committer: David Fuhrmann macosx: PXSourceList: Use weak delegate and data source properties Weak should be used instead of unsafe_unretained for such cases. See #21267

[vlc-commits] videotoolbox: Do not guard symbols for macOS 10.11 / iOS 9 anymore

2018-10-03 Thread David Fuhrmann
vlc | branch: master | David Fuhrmann | Wed Oct 3 15:54:09 2018 +0200| [4109609d27ad36eb2445766c5f973915c0bff2a8] | committer: David Fuhrmann videotoolbox: Do not guard symbols for macOS 10.11 / iOS 9 anymore As this is the minimum supported version nowadays. > http://git.videolan.

[vlc-commits] videotoolbox: Do not guard macOS settings

2018-10-03 Thread David Fuhrmann
vlc | branch: master | David Fuhrmann | Wed Oct 3 15:55:49 2018 +0200| [769ffbcf179c3af7acbc5592a07ad7a5a584c72b] | committer: David Fuhrmann videotoolbox: Do not guard macOS settings Those symbols are available since 10.9. > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commi

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