[vlc-commits] configure: Simplify mingw flag checks

2018-11-23 Thread Marvin Scholz
vlc/vlc-3.0 | branch: master | Marvin Scholz | Thu Nov 30 11:05:53 2017 +0100| [aa9c14c8f2788634eed15eb6808c5cbf3ab44ee4] | committer: Hugo Beauzée-Luyssen configure: Simplify mingw flag checks (cherry picked from commit 2aea8b85a2b013dd4bee5a88a6400bd364df50db) Signed-off-by: Hugo Beauzée

[vlc-commits] demux/adaptive: Handle failures of istringstream

2018-11-29 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Mon Oct 29 12:42:23 2018 +0100| [ad82fec9d253fad0344fa682aa860ff9609bf850] | committer: Marvin Scholz demux/adaptive: Handle failures of istringstream > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=ad82fec9d253fad0344fa682aa860ff9609bf

[vlc-commits] vout/macosx: Fix null pointer dereferencing

2018-11-29 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Thu Nov 29 16:26:12 2018 +0100| [2186bb10ac0920fa7f90384dbde8e6d0dce82a0b] | committer: Marvin Scholz vout/macosx: Fix null pointer dereferencing In VLCOpenGLVideoView the vout_display_t vd instance variable is protected by a mutex on the instance (self

[vlc-commits] demux/adaptive: Catch all exceptions

2018-11-29 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Mon Oct 29 12:42:24 2018 +0100| [08ae5918414f3e82ebeb31faea52f7c772b4b3bd] | committer: Marvin Scholz demux/adaptive: Catch all exceptions These catches look like they intend to catch all exceptions, not just exceptions of integer type (which is not a

[vlc-commits] demux/adaptive: Do not throw exception pointer

2018-11-29 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Mon Oct 29 12:42:22 2018 +0100| [077cb6e5fd6244198a7522481af98c1ccee8a051] | committer: Marvin Scholz demux/adaptive: Do not throw exception pointer Found with lgtm.com > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commi

[vlc-commits] macosx: ExtensionProvider: Add more log messages

2018-12-06 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Thu Dec 6 15:58:09 2018 +0100| [52b97ed0e1fa9b82019dcc635e45d5edcbf8ab3b] | committer: Marvin Scholz macosx: ExtensionProvider: Add more log messages Some error cases were not logged at all making it hard to figure out whats going on when things do not

[vlc-commits] macosx: Add missing EXTENSION_WIDGET_PASSWORD handling

2018-12-06 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Thu Dec 6 15:59:07 2018 +0100| [2c0fa9d11015301b0fbb79ba2d831e86135382e5] | committer: Marvin Scholz macosx: Add missing EXTENSION_WIDGET_PASSWORD handling > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=2c0fa9d11015301b0fbb79ba2d831e8613538

[vlc-commits] macosx: ExtensionProvider: Add more log messages

2018-12-16 Thread Marvin Scholz
vlc/vlc-3.0 | branch: master | Marvin Scholz | Thu Dec 6 15:58:09 2018 +0100| [6cacbced3959849586148851eb444af70bf3f5f3] | committer: Jean-Baptiste Kempf macosx: ExtensionProvider: Add more log messages Some error cases were not logged at all making it hard to figure out whats going on when

[vlc-commits] macosx: Fix trying to load playlist as an SD

2018-12-16 Thread Marvin Scholz
vlc/vlc-3.0 | branch: master | Marvin Scholz | Tue Oct 30 01:27:00 2018 +0100| [63c16cb099586ef73e3f105e2740f505c09a7896] | committer: Jean-Baptiste Kempf macosx: Fix trying to load playlist as an SD The sdtype of VLCSourceListItem was not correctly initialized to -1, which caused the macosx

[vlc-commits] packetizer/av1: Fix size calculation in AV1_OBUSkipHeader

2019-01-08 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Thu Nov 29 15:53:14 2018 +0100| [e3ada8723d47f6e7df8babdfee78d039b22a8b3b] | committer: Francois Cartegnie packetizer/av1: Fix size calculation in AV1_OBUSkipHeader In case that AV1_OBUHasSizeField is false, i_header was used uninitialized. The OBU

[vlc-commits] vout/ios: Rename confusingly named methods

2019-01-21 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Fri Jan 18 18:52:38 2019 +0100| [565d3e9c8e8c4b591a897d1b15fcd30bb75dabd7] | committer: Thomas Guillem vout/ios: Rename confusingly named methods Signed-off-by: Thomas Guillem > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commi

[vlc-commits] vout/ios: Fix leaks on initialization failure

2019-01-21 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Fri Jan 18 18:52:40 2019 +0100| [89f6b1902f261af32cc55465b3f45c3c856b68f5] | committer: Thomas Guillem vout/ios: Fix leaks on initialization failure Failing to initialize would not release the allocated self instance, causing it to leak. Instead of the

[vlc-commits] vout/ios: Remove unnecessary nil check

2019-01-21 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Fri Jan 18 18:52:39 2019 +0100| [405780b018ef941dba9b3d3bf17d6852e40ca8e4] | committer: Thomas Guillem vout/ios: Remove unnecessary nil check Sending a message to nil is valid, which makes this check unnecessary. Signed-off-by: Thomas Guillem > h

[vlc-commits] vout/ios: Simplify makeCurrentWithGL:withGL:

2019-01-21 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Fri Jan 18 18:52:37 2019 +0100| [f9c4af6e89c9dca6bbe92b14623b74621976cd25] | committer: Thomas Guillem vout/ios: Simplify makeCurrentWithGL:withGL: Return early when setCurrentContext fails, this simplifies the following code and makes it much easier to

[vlc-commits] vout/ios: Fix crash due to unexpected _eaglEnabled state

2019-01-21 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Sat Jan 19 15:11:15 2019 +0100| [4d5f4b1ccbd7698ea672ac8d10183f6ed67a1e0d] | committer: Thomas Guillem vout/ios: Fix crash due to unexpected _eaglEnabled state Fix videolan/VLCKit#221 Signed-off-by: Thomas Guillem > http://git.videolan.org/gitweb.

[vlc-commits] vout/ios: Remove unnecessary nil check

2019-01-23 Thread Marvin Scholz
vlc/vlc-3.0 | branch: master | Marvin Scholz | Fri Jan 18 18:52:39 2019 +0100| [851de048ba06af79b3d3a006eafe8eb21da41915] | committer: Felix Paul Kühne vout/ios: Remove unnecessary nil check Sending a message to nil is valid, which makes this check unnecessary. Signed-off-by: Thomas Guillem

[vlc-commits] vout/ios: Fix crash due to unexpected _eaglEnabled state

2019-01-23 Thread Marvin Scholz
vlc/vlc-3.0 | branch: master | Marvin Scholz | Sat Jan 19 15:11:15 2019 +0100| [5a1e191b8a691228761b481aa5568d52d57bb3a1] | committer: Felix Paul Kühne vout/ios: Fix crash due to unexpected _eaglEnabled state Fix videolan/VLCKit#221 Signed-off-by: Thomas Guillem (cherry picked from commit

[vlc-commits] vout/ios: Fix leaks on initialization failure

2019-01-23 Thread Marvin Scholz
vlc/vlc-3.0 | branch: master | Marvin Scholz | Fri Jan 18 18:52:40 2019 +0100| [c52b8543b3c2353830992d5a5a7db20fdd1dd09c] | committer: Felix Paul Kühne vout/ios: Fix leaks on initialization failure Failing to initialize would not release the allocated self instance, causing it to leak

[vlc-commits] vout/ios: Simplify makeCurrentWithGL:withGL:

2019-01-23 Thread Marvin Scholz
vlc/vlc-3.0 | branch: master | Marvin Scholz | Fri Jan 18 18:52:37 2019 +0100| [dc771027addbc637cedb82dd19f02e77d8e9f5eb] | committer: Felix Paul Kühne vout/ios: Simplify makeCurrentWithGL:withGL: Return early when setCurrentContext fails, this simplifies the following code and makes it much

[vlc-commits] vout/ios: Rename confusingly named methods

2019-01-23 Thread Marvin Scholz
vlc/vlc-3.0 | branch: master | Marvin Scholz | Fri Jan 18 18:52:38 2019 +0100| [8e778cd04e5cbbaa03eebb2e6d254ca6f2bb7c08] | committer: Felix Paul Kühne vout/ios: Rename confusingly named methods Signed-off-by: Thomas Guillem (cherry picked from commit 565d3e9c8e8c4b591a897d1b15fcd30bb75dabd7

[vlc-commits] mux/ogg: Fix use of sout_mux_t as sout_mux_sys_t

2019-02-08 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Thu Feb 7 01:31:08 2019 +0100| [18e670afea3d5993ddad6fb910dee17a0bd9b7ef] | committer: Rémi Denis-Courmont mux/ogg: Fix use of sout_mux_t as sout_mux_sys_t Signed-off-by: Rémi Denis-Courmont > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commi

[vlc-commits] lua: Rename demux to stream_filter

2019-02-08 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Thu Feb 7 01:13:13 2019 +0100| [6b5477551fa73fa7b64e9136fa4666750c221778] | committer: Rémi Denis-Courmont lua: Rename demux to stream_filter This is since some time a stream filter and not a demuxer anymore, therefore this should be named stream_filter

[vlc-commits] libvlc: Rename VLCOpenGLVideoViewEmbedding to VLCVideoViewEmbedding

2019-02-25 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Sat Feb 23 18:12:52 2019 +0100| [e55deae22bbbe68207e472e555316aeea1bcc9d9] | committer: Steve Lhomme libvlc: Rename VLCOpenGLVideoViewEmbedding to VLCVideoViewEmbedding There is nothing specific to OpenGL about this protocol. Signed-off-by: Steve Lhomme

[vlc-commits] gui: minimal_macosx: Fix build

2019-03-01 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Sat Mar 2 00:33:51 2019 +0100| [b08c4d46e97a0806ebaf95d9255524d217611980] | committer: Marvin Scholz gui: minimal_macosx: Fix build > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=b08c4d46e97a0806ebaf95d9255524d217611980 --- modules/

[vlc-commits] macosx: Remove sleep inhibition from interface

2019-03-05 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Mon Mar 4 21:43:41 2019 +0100| [9b2697f46bea228e8eea31430cd82d38f8bfdea1] | committer: Thomas Guillem macosx: Remove sleep inhibition from interface Signed-off-by: Thomas Guillem > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commi

[vlc-commits] core: Load inhibition plugin for all window types

2019-03-05 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Mon Mar 4 21:43:42 2019 +0100| [133b2d017762e161abf588d34ddfb76510e267f0] | committer: Thomas Guillem core: Load inhibition plugin for all window types Signed-off-by: Thomas Guillem > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commi

[vlc-commits] misc: Add macOS IOKit inhibit module

2019-03-05 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Sat Mar 2 00:44:12 2019 +0100| [5fd031e33e6063afbd2bfb6e6f3f56f9a389ed6e] | committer: Thomas Guillem misc: Add macOS IOKit inhibit module Signed-off-by: Thomas Guillem > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commi

[vlc-commits] macosx: Use VLC_OBJECT instead of vlc_object_t cast

2019-03-27 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Wed Mar 27 23:19:02 2019 +0100| [c0248833a2e550c2665ea923a186970e3bee03bb] | committer: Marvin Scholz macosx: Use VLC_OBJECT instead of vlc_object_t cast > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=c0248833a2e550c2665ea923a186970e3bee0

[vlc-commits] macosx: Call on super in prepareForReuse

2019-05-15 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Wed May 15 16:20:54 2019 +0200| [bcf766c1b04df5a7e2a25e3d9601159e0bf37e21] | committer: Marvin Scholz macosx: Call on super in prepareForReuse Per the documentation: "Subclasses should call super at some point in their implementation.&quo

[vlc-commits] macosx: Properly clear playlist model on reset

2019-05-15 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Wed May 15 22:43:43 2019 +0200| [0737744c88256baa392f12e3dcf0e1398ba2a52a] | committer: Marvin Scholz macosx: Properly clear playlist model on reset Not clearing the model leads to old (invalid) items remaining in the table, when those are interacted

[vlc-commits] misc: Fix macOS IOKit inhibit plugin

2019-05-17 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Fri May 17 19:13:28 2019 +0200| [6c6d762268c006143c991114f0aa83e385b0138f] | committer: Marvin Scholz misc: Fix macOS IOKit inhibit plugin Apparently the wrong version was pushed to the repo, this is the fixed version that handles VLC_INHIBIT_NONE

[vlc-commits] include/vlc_charset: Add FromCFString for darwin

2019-05-18 Thread Marvin Scholz
vlc/vlc-3.0 | branch: master | Marvin Scholz | Mon Oct 8 10:51:33 2018 +0200| [f2772f2e40f41b2ff6ed14a4deb9ba7813f7b9d7] | committer: Felix Paul Kühne include/vlc_charset: Add FromCFString for darwin This is a helper function to obtain the copy of a char* from a CFStringRef. (cherry picked

[vlc-commits] upnp: Use TARGET_OS_OSX to check for macOS

2019-05-21 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Wed May 22 02:40:01 2019 +0200| [0669e8a3393e0f3325a950ef444cdc2bacaf65ed] | committer: Marvin Scholz upnp: Use TARGET_OS_OSX to check for macOS TARGET_OS_MAC is actually true when building for iPhone as well, therefore not usable in this case. > h

[vlc-commits] macosx: Fix warnings for localizable format strings

2016-04-18 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Tue Apr 12 12:36:37 2016 +0200| [8b1522a9c4c88552b2e43baa00100e4da3ad3d63] | committer: Marvin Scholz macosx: Fix warnings for localizable format strings The NS_FORMAT_ARGUMENT macro is added to the localizedString function to prevent warnings (format

[vlc-commits] macosx: Update VLCStatusBarIcon icon to a resolution-independent PDF

2016-04-18 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Tue Apr 12 14:15:01 2016 +0200| [cdffc0fe783f0cd6b399d4e6e80910852e8431c6] | committer: Marvin Scholz macosx: Update VLCStatusBarIcon icon to a resolution-independent PDF > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commi

[vlc-commits] macosx: Improve the VLCStatusBarIcon icon

2016-04-18 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Tue Apr 12 11:36:24 2016 +0200| [c6d554429604ca3940083f1bc1f7eefb2de627bb] | committer: Marvin Scholz macosx: Improve the VLCStatusBarIcon icon > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=c6d554429604ca3940083f1bc1f7eefb2de627bb --- ext

[vlc-commits] macosx: Make string in VLCStatusBarIcon localizable

2016-04-18 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Tue Apr 12 12:37:37 2016 +0200| [143a9fa90e8f9b58246ba5105caea16d66811b60] | committer: Marvin Scholz macosx: Make string in VLCStatusBarIcon localizable > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=143a9fa90e8f9b58246ba5105caea16d66811

[vlc-commits] macosx: More translations improvements for VLCStatusBarIcon

2016-04-18 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Tue Apr 12 15:59:08 2016 +0200| [ac39a25606b4f6afc0d4e8e4733c7ab8c6f07035] | committer: Marvin Scholz macosx: More translations improvements for VLCStatusBarIcon > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commi

[vlc-commits] macosx: Improve VLCStatusBarIcon class

2016-05-08 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Sun May 8 01:45:26 2016 +0200| [d36071e036d0ab95f8f925a776d9fda9e8da199b] | committer: Jean-Baptiste Kempf macosx: Improve VLCStatusBarIcon class Use actual references to the MenuItems instead of finding them using tags. Signed-off-by: Jean-Baptiste

[vlc-commits] macosx: Update error alert on Metadata update failure

2016-05-10 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Tue May 10 21:55:29 2016 +0200| [6a2f6ea6e7a52199947c037fec1621a0fceb8949] | committer: Marvin Scholz macosx: Update error alert on Metadata update failure This updates the Metadata update alert, which used the deprecated NSRunAlertPanel function

[vlc-commits] macosx: Rework VLC Status bar icon for OS X

2016-05-15 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Fri May 13 15:42:04 2016 +0200| [813c4b120024232a3f0ff3e26223a8165f15eb53] | committer: Jean-Baptiste Kempf macosx: Rework VLC Status bar icon for OS X This overhauls the VLC Status Bar Icon for OS X It completely changed the appearance, using a mini

[vlc-commits] macosx: Add VLCHUD classes to Xcode project

2016-06-05 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Sun Jun 5 11:28:30 2016 +0200| [bbfecae6a39a2214fa4f5ac45787d63283b80327] | committer: Felix Paul Kühne macosx: Add VLCHUD classes to Xcode project Signed-off-by: Felix Paul Kühne > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commi

[vlc-commits] macosx: Add VLCHUDTextFieldCell class

2016-06-05 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Sun Jun 5 11:28:25 2016 +0200| [4ff7e951c758162377aa33783c131c030de4a2b2] | committer: Felix Paul Kühne macosx: Add VLCHUDTextFieldCell class This adds TextFieldCell to the dark HUD controls for use on HUD Panels Signed-off-by: Felix Paul Kühne

[vlc-commits] macosx: Fixup Xcode project

2016-06-05 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Sun Jun 5 11:28:24 2016 +0200| [6c5599be797fafb24b1a86fb7fee520352746414] | committer: Felix Paul Kühne macosx: Fixup Xcode project Signed-off-by: Felix Paul Kühne > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commi

[vlc-commits] macosx: Correct VLCHUDRadiobuttonCell state colors

2016-06-05 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Sun Jun 5 11:28:27 2016 +0200| [5f4b00e0432e65e7409ea38f2280d891c3bf423c] | committer: Felix Paul Kühne macosx: Correct VLCHUDRadiobuttonCell state colors Signed-off-by: Felix Paul Kühne > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commi

[vlc-commits] macosx: Add new VLCHUD classes to Makefile

2016-06-05 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Sun Jun 5 11:28:29 2016 +0200| [ecb8179d5d8871c00535c195ce7b9845f8e6e69d] | committer: Felix Paul Kühne macosx: Add new VLCHUD classes to Makefile Signed-off-by: Felix Paul Kühne > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commi

[vlc-commits] macosx: Improve VLCHUDButtonCell drawing

2016-06-05 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Sun Jun 5 11:28:31 2016 +0200| [6ff805ad7f06c44da560501af5287eca05632410] | committer: Felix Paul Kühne macosx: Improve VLCHUDButtonCell drawing Signed-off-by: Felix Paul Kühne > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commi

[vlc-commits] macosx: Add dark UI Elements for use on HUD Panels

2016-06-05 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Sun Jun 5 11:28:23 2016 +0200| [05117f1272bdf3bdf40998723e77977d420e90f8] | committer: Felix Paul Kühne macosx: Add dark UI Elements for use on HUD Panels This adds a dark Button, Checkbox, Radiobutton and Slider Cell for use on dark HUD Panels (like

[vlc-commits] macosx: Improve drawing of VLCHUDSliderCell

2016-06-05 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Sun Jun 5 11:28:26 2016 +0200| [5c924bf3431a2fbe1eefae698178ace5edd69310] | committer: Felix Paul Kühne macosx: Improve drawing of VLCHUDSliderCell Signed-off-by: Felix Paul Kühne > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commi

[vlc-commits] macosx: Add Renderer Dialog xib

2016-06-17 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Thu Jun 16 23:54:19 2016 +0200| [fa8ca3d4831af9ef1b5c7d83985a95cc74a919b4] | committer: Felix Paul Kühne macosx: Add Renderer Dialog xib Signed-off-by: Felix Paul Kühne > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commi

[vlc-commits] macosx: Add renderer discovery classes

2016-06-17 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Thu Jun 16 23:54:17 2016 +0200| [cadeb98ea303e8a7563ef43de6b497cc1a8d5a9e] | committer: Felix Paul Kühne macosx: Add renderer discovery classes This adds two wrapper classes: - VLCRendererDiscovery Wraps libvlc’s vlc_renderer_discovery and allows a

[vlc-commits] macosx: Add new renderer menu item

2016-06-17 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Thu Jun 16 23:54:20 2016 +0200| [91c981515c5a85722faffcd24842e1a5338a7cd8] | committer: Felix Paul Kühne macosx: Add new renderer menu item This adds a menu item to open the new renderer dialog Signed-off-by: Felix Paul Kühne > http://git.videolan.

[vlc-commits] macosx: Add renderer classes and xib to Xcode project

2016-06-17 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Thu Jun 16 23:54:21 2016 +0200| [cf76346e2cb9f739b3a1dbf6461405c25db729c3] | committer: Felix Paul Kühne macosx: Add renderer classes and xib to Xcode project Signed-off-by: Felix Paul Kühne > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commi

[vlc-commits] macosx: Add Renderer Dialog

2016-06-17 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Thu Jun 16 23:54:18 2016 +0200| [6f2093a7e443b06b6fd13346eddb1fff6c7f0e7b] | committer: Felix Paul Kühne macosx: Add Renderer Dialog This adds a dialog to choose a renderer discovered with VLCRendererDiscovery, this allows for example to render to

[vlc-commits] macosx: Fix VLCStatusBarIcon using wrong colors

2016-06-24 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Sun Jun 19 12:30:33 2016 +0200| [b9a4b30fb188173c7535c4a367eee3f7c9afe4d0] | committer: Marvin Scholz macosx: Fix VLCStatusBarIcon using wrong colors This improves label readability in Dark mode and accessibility option like the high contrast setting by

[vlc-commits] macosx: Remove teletext case from MainMenu validation

2016-06-26 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Sun Jun 19 12:55:06 2016 +0200| [601c7b718c8d6218ae1fb1fc1c267c1353582652] | committer: Jean-Baptiste Kempf macosx: Remove teletext case from MainMenu validation It seems the teletext menu item validation special case is not necessary at all anymore. If

[vlc-commits] macosx: Make AddonManager DescriptionView size smaller

2016-06-26 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Fri Jun 17 20:24:44 2016 +0200| [57833cc9efd4fc007bd95886f3d32a02aa92f6b6] | committer: Jean-Baptiste Kempf macosx: Make AddonManager DescriptionView size smaller This allows the text to fit in the view width, so that you do not have to scroll

[vlc-commits] macosx: Use outlets for MainMenu validateMenuItem

2016-06-26 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Fri Jun 17 21:42:09 2016 +0200| [27e8d938ad7cf81335f3aba25241f6a94be5c1a6] | committer: Jean-Baptiste Kempf macosx: Use outlets for MainMenu validateMenuItem This replaces the string comparisons with outlet pointer comparisons, should speed up things a

[vlc-commits] macosx: Parse HTML descriptions in addons manager

2016-07-07 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Thu Jul 7 03:29:47 2016 +0200| [5cc28ae9c55bcbd3ac3d250ecb8830ef758d9fcb] | committer: Marvin Scholz macosx: Parse HTML descriptions in addons manager With this commit, HTML descriptions in the addons manager are parsed correctly and formatting is

[vlc-commits] macosx: Add bar drawing for VLCHUDSliderCell

2016-07-18 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Tue Jul 19 03:07:59 2016 +0200| [3d72db679e968680c724456cbaad3422651901d5] | committer: Marvin Scholz macosx: Add bar drawing for VLCHUDSliderCell The VLCHUDSliderCell was lacking drawing for the actual bar, this could cause a weird look on older Mac OS

[vlc-commits] lua: Do not compile broken metachannels script

2016-07-19 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Tue Jul 19 00:21:46 2016 +0200| [2bfd9e803684b8d2ff3b1b4b961dd7094f746b35] | committer: Jean-Baptiste Kempf lua: Do not compile broken metachannels script The current metachannels script is broken, as the API it uses was deprecated and it's not tr

[vlc-commits] lua: Add parse_stream method to simplexml

2016-07-19 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Mon Jul 18 23:25:19 2016 +0200| [2e2451190620a05b75db906c6e3049135601dc68] | committer: Jean-Baptiste Kempf lua: Add parse_stream method to simplexml Add a function to simplexml that allows parsing a stream, which the module already does but is not

[vlc-commits] lua: Do not compile broken metachannels script

2016-07-19 Thread Marvin Scholz
vlc/vlc-2.2 | branch: master | Marvin Scholz | Tue Jul 19 00:21:46 2016 +0200| [76b637f9dc3389a835e29da2bf18653cc436d0a8] | committer: Jean-Baptiste Kempf lua: Do not compile broken metachannels script The current metachannels script is broken, as the API it uses was deprecated and it'

[vlc-commits] macosx: Complete bar drawing for VLCHUDSliderCell

2016-07-19 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Tue Jul 19 15:34:37 2016 +0200| [f3e0abf8b34c08dc336ac2aa4aea861a868afcc9] | committer: Marvin Scholz macosx: Complete bar drawing for VLCHUDSliderCell Bar drawing was only working for horizontal cells completely, this adds bar drawing for the active

[vlc-commits] macosx: Remove commented-out code from VLCHUDSliderCell

2016-07-19 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Tue Jul 19 14:15:12 2016 +0200| [f434423187076a9f71313c6d0a0f375cd1a3350a] | committer: Marvin Scholz macosx: Remove commented-out code from VLCHUDSliderCell > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commi

[vlc-commits] macosx: Add tickmark drawing to VLCHUDSliderCell

2016-07-19 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Tue Jul 19 16:35:07 2016 +0200| [43cb4e1065a7431d184e4b63bebdcf06292c636a] | committer: Marvin Scholz macosx: Add tickmark drawing to VLCHUDSliderCell The Slider cell was using the tick mark drawing that the OS provided, which could cause them to be

[vlc-commits] macosx: Draw full bar for VLCHUDSliderCell with tick marks as active

2016-07-19 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Tue Jul 19 16:51:31 2016 +0200| [afd55dea67986cb5628052fd52b817f5a80c8b12] | committer: Marvin Scholz macosx: Draw full bar for VLCHUDSliderCell with tick marks as active The active/disabled bar should not be drawn for Sliders that have tick marks, as it

[vlc-commits] macosx: Update some controls in Audio effects panel to VLCHUD controls

2016-07-19 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Tue Jul 19 17:10:54 2016 +0200| [06d79581504efd4af9cda6d55399148e8341aa78] | committer: Marvin Scholz macosx: Update some controls in Audio effects panel to VLCHUD controls This swaps out most of the old BGHUD controls to the new VLCHUD controls in the

[vlc-commits] macosx: Improve drawing of VLCHUDButtonCell

2016-07-19 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Tue Jul 19 17:24:51 2016 +0200| [d4bb29cfa3a42e9efd8fcfa1d15d338f299a48d0] | committer: Marvin Scholz macosx: Improve drawing of VLCHUDButtonCell The outline was too thin and the mini control was actually larger than the small control for some reason

[vlc-commits] macosx: Fix runtime error on 10.7

2016-09-07 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Wed Sep 7 11:28:58 2016 +0200| [e043f2ea2ad3811f5a877d8f98bfa79fa63eeff7] | committer: Marvin Scholz macosx: Fix runtime error on 10.7 On 10.7 and below it's not allowed to have a weak reference to an NSWindow (and some other classes) &

[vlc-commits] macosx: Replace old Christmas Cone with new one

2016-09-09 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Fri Sep 9 14:21:44 2016 +0200| [03975b3009b709b720fae38c1b0988b37c6dd391] | committer: Marvin Scholz macosx: Replace old Christmas Cone with new one This replaces the old christmas cone, that will be used after the 354 day of the year with a more recent

[vlc-commits] macosx: Fix missing renderer discovery types

2016-09-22 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Tue Sep 20 20:24:30 2016 +0200| [4f3e48abf74a76e29b58d94ae6dc0a2eef9c21fa] | committer: Felix Paul Kühne macosx: Fix missing renderer discovery types Signed-off-by: Felix Paul Kühne > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commi

[vlc-commits] macosx: Use -apple-system font on about panel

2016-09-22 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Fri Sep 9 16:57:04 2016 +0200| [941a256636307423105b09a115b068a29bc00961] | committer: Felix Paul Kühne macosx: Use -apple-system font on about panel This patch will add the -apple-system font to the font-family used for the About panel font. On El

[vlc-commits] googlevideo.lua: Remove googlevideo script

2016-10-25 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Tue Oct 25 10:14:49 2016 +0200| [4edf693b81288ac6181c3335a9acd1904c0beb77] | committer: Rémi Denis-Courmont googlevideo.lua: Remove googlevideo script Remove the Google Video script as Google Video was shut down in 2012 with YouTube as a replacement

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

2016-10-25 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Tue Oct 25 09:47:52 2016 +0200| [fe857744afaaac2cdf5b787adc8d754df0f730a1] | committer: Rémi Denis-Courmont 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] joox.lua: Remove joox script

2016-10-25 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Tue Oct 25 20:27:22 2016 +0200| [5cd6c287824cd3168d259fe0967bef273ea83787] | committer: Rémi Denis-Courmont joox.lua: Remove joox script Remove the joox script as the website (joox.net) it was written for is gone. Ref. #17488 Signed-off-by: Rémi Denis

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

2016-10-25 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Tue Oct 25 13:40:32 2016 +0200| [c8c480266a3d3f871ccd53edd3be43f8a95f716d] | committer: Rémi Denis-Courmont soundcloud.lua: Improve URL probe function Improve the URL probe function to not match URLs like http://example.org/foo/soundcloud.com/example

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

2016-10-25 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Tue Oct 25 09:47:51 2016 +0200| [37715f87b0af3438a21637cbd508eac12dad6761] | committer: Rémi Denis-Courmont vimeo.lua: Improve URL probe function Improve the URL probe function to not match URLs like http://example.org/foo/vimeo.com/14537803 as those

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

2016-10-25 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Tue Oct 25 13:40:32 2016 +0200| [b1ccd6ddc316af87a31531d733ef897a0cc2baac] | committer: Rémi Denis-Courmont soundcloud.lua: Improve URL probe function Improve the URL probe function to not match URLs like http://example.org/foo/soundcloud.com/example

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

2016-10-25 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Tue Oct 25 09:47:51 2016 +0200| [807fda798db06dbcabfe6af0b5d10ce4f55d46f5] | committer: Rémi Denis-Courmont vimeo.lua: Improve URL probe function Improve the URL probe function to not match URLs like http://example.org/foo/vimeo.com/14537803 as those

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

2016-10-25 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Tue Oct 25 09:47:52 2016 +0200| [9ae3871c05e1463a77bd6997eb70b5564e1e395e] | committer: Rémi Denis-Courmont 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] joox.lua: Remove joox script

2016-10-25 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Tue Oct 25 20:27:22 2016 +0200| [c62c4ad550b199555b8ab8e35d1d47115db78e2d] | committer: Rémi Denis-Courmont joox.lua: Remove joox script Remove the joox script as the website (joox.net) it was written for is gone. Ref. #17488 Signed-off-by: Rémi Denis

[vlc-commits] contrib: Do not build microdns by default on macOS

2016-10-29 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Sat Oct 29 14:58:18 2016 +0200| [423b3ec99f7ee4d20a7b8dfdb16b3c3f90640a76] | committer: Rémi Denis-Courmont contrib: Do not build microdns by default on macOS libmicrodns does not work on macOS as bonjour is used there, so it makes not much sense to

[vlc-commits] contrib: Fix wrong deployment target on macOS

2016-10-30 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Sat Oct 29 14:57:30 2016 +0200| [feab01c687065c9215a0d316d4ba937aa58cb784] | committer: Marvin Scholz contrib: Fix wrong deployment target on macOS This adds MACOSX_DEPLOYMENT_TARGET (which will be set to the value of the MIN_OSX_VERSION variable) so

[vlc-commits] contrib: Remove special case for Xcode 3

2016-10-30 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Sat Oct 29 12:28:42 2016 +0200| [da64923aa88006073d822534b5e5491ba56993d9] | committer: Marvin Scholz contrib: Remove special case for Xcode 3 Xcode 3 is ancient and Xcode 4 is available for OS X 10.7 (the oldest OS X version that VLC supports) so this

[vlc-commits] macosx: Make fscontroller compatible with <10.10

2016-10-30 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Tue Oct 11 10:17:30 2016 +0200| [4abb898dab05fb324aa8df0b50a0d79c3adbe024] | committer: Marvin Scholz macosx: Make fscontroller compatible with <10.10 This will add a fallback mechanism that uses a normal layer-backed NSView with a dark but st

[vlc-commits] macosx: Correct spelling mistakes in fscontroller

2016-10-30 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Sun Oct 30 23:21:10 2016 +0100| [4e69953a93166f34489ede2d58d98f0b5979515b] | committer: Marvin Scholz macosx: Correct spelling mistakes in fscontroller > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=4e69953a93166f34489ede2d58d98f0b59795

[vlc-commits] macosx: Remove old fscontroller source code

2016-10-30 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Tue Oct 11 10:55:34 2016 +0200| [3da0d0c2185e08486cd41eee2e6c36366d5a5606] | committer: Marvin Scholz macosx: Remove old fscontroller source code Removes the old VLCFSPanel, and references to the source files from the makefiles, potfiles and the Xcode

[vlc-commits] macosx: Remove fscontroller assets

2016-10-30 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Tue Oct 11 11:02:28 2016 +0200| [6a5ae97de67582b7595cad8db583e21e662d87b0] | committer: Marvin Scholz macosx: Remove fscontroller assets Remove the old fullscreen controller assets and their references from the Makefile and Xcode project. > h

[vlc-commits] appletrailers.lua: Fix script for website changes

2016-10-31 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Mon Oct 31 20:51:59 2016 +0100| [dafab63ab29c507ebf5a0b756231371add948d4f] | committer: Pierre Ynard appletrailers.lua: Fix script for website changes Fix the Script to work again with the changed Apple trailers website. Signed-off-by: Pierre Ynard

[vlc-commits] macosx: Fix crash on 10.7 due to CGColor method

2016-11-02 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Thu Nov 3 02:05:08 2016 +0100| [c4eb40b4b68812daa3697224d1b26e000fac8ec9] | committer: Marvin Scholz macosx: Fix crash on 10.7 due to CGColor method This fixes an issue where VLC would crash on 10.7 doe to usage of the CGColor method on NSColor which

[vlc-commits] macosx: Disable custom fscontroller height on <10.10 to fix hang

2016-11-03 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Thu Nov 3 15:38:23 2016 +0100| [105377d6f547b936f4b8c32c15d3a4d05ec24fa2] | committer: Marvin Scholz macosx: Disable custom fscontroller height on <10.10 to fix hang Due to auto layout issues the fullscreen controller window would use a huge height

[vlc-commits] macosx: Fix VLCFullScreenPanel.xib requiring Xcode 8

2016-11-03 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Thu Nov 3 17:25:31 2016 +0100| [d1606e3a73deecab2b35d9f92cbea84d8dc3b21c] | committer: Marvin Scholz macosx: Fix VLCFullScreenPanel.xib requiring Xcode 8 > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=d1606e3a73deecab2b35d9f92cbea84d8dc3b

[vlc-commits] macosx: Release CGColorRef properly

2016-11-03 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Thu Nov 3 18:49:41 2016 +0100| [793c499fd6e13debc8c4b6f80dd2c8eb10676abe] | committer: Marvin Scholz macosx: Release CGColorRef properly ARC only handles Objective C objects so a CGColorRef needs to be released explicitly. > http://git.videolan.

[vlc-commits] NEWS: List new features that were added to the macOS interface

2016-11-06 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Fri Nov 4 22:35:58 2016 +0100| [d289aead0f1de886cd5a09db26e132a9285e618d] | committer: Marvin Scholz NEWS: List new features that were added to the macOS interface > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commi

[vlc-commits] macosx: Fallback to name in status bar icon menu

2016-11-06 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Sun Nov 6 16:57:58 2016 +0100| [af913e083ff71ac0dbcc17dabce5d646b35d6789] | committer: Marvin Scholz macosx: Fallback to name in status bar icon menu Previously for items with no metadata, the whole area right to the coverart was empty, which could be a

[vlc-commits] macosx: Fix return type to not discard const qualifier

2016-11-10 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Thu Nov 10 16:41:31 2016 +0100| [665382ab08f9b82e67eb635d596c5f5531e753c8] | committer: Marvin Scholz macosx: Fix return type to not discard const qualifier > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=665382ab08f9b82e67eb635d596c5f5531e75

[vlc-commits] macosx: Some type-annotated array fixes for Xcode 7

2016-11-14 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Tue Nov 15 00:15:42 2016 +0100| [dcee486154ec8bdad0f68a4d023dfa2a3b17981d] | committer: Marvin Scholz macosx: Some type-annotated array fixes for Xcode 7 > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=dcee486154ec8bdad0f68a4d023dfa2a3b179

[vlc-commits] osx_notification: Remove "item-change" callback

2016-11-19 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Thu Nov 17 22:53:21 2016 +0100| [b35575cae3082ea4f36119c877b7335b2860762b] | committer: Marvin Scholz osx_notification: Remove "item-change" callback Notify as soon as the current input item is changed, as it is not a good idea to rely on an i

[vlc-commits] macosx: Disallow Window tabbing

2016-11-25 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Fri Nov 25 09:20:36 2016 +0100| [e54c9bed8790580101135f8684fc95b6eabaff0c] | committer: Marvin Scholz macosx: Disallow Window tabbing VLC does not use Window tabbing as it does not allow multiple windows in the sense of multiple tabs or documents at the

  1   2   3   4   5   6   7   8   9   10   >