[vlc-commits] macosx: Fix disambiguaties in controls bar width autolayout

2017-08-09 Thread David Fuhrmann
vlc | branch: master | David Fuhrmann | Wed Aug 9 19:32:57 2017 +0200| [e2d3d3b83648bef40d6435e69672e87f37d66fd7] | committer: David Fuhrmann macosx: Fix disambiguaties in controls bar width autolayout Try to fix disambiguaties by: - Remove optional constraints,

[vlc-commits] actions: remove duplicate include config.h

2017-08-09 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem | Thu Aug 3 15:10:39 2017 +0200| [7f7dfa429c61e69910198afa82bec3a5c5676b9f] | committer: Hugo Beauzée-Luyssen actions: remove duplicate include config.h Signed-off-by: Hugo Beauzée-Luyssen >

[vlc-commits] actions: add vlc_actions_get_keycodes

2017-08-09 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem | Thu Aug 3 15:10:45 2017 +0200| [d6bf647e3c13f862ace1619c1b0032a7cb9e1142] | committer: Hugo Beauzée-Luyssen actions: add vlc_actions_get_keycodes Signed-off-by: Hugo Beauzée-Luyssen >

[vlc-commits] actions: replace libvlc->p_hotkeys

2017-08-09 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem | Thu Aug 3 15:10:44 2017 +0200| [c46cbfef3add935c37770d08f4e58997e361e2a8] | committer: Hugo Beauzée-Luyssen actions: replace libvlc->p_hotkeys Use vlc_actions_get_key_names instead Signed-off-by: Hugo Beauzée-Luyssen

[vlc-commits] actions: rename vlc_keys

2017-08-09 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem | Thu Aug 3 15:10:43 2017 +0200| [32fb07be12d8dc2091c68f1bffd96f1c606f80ed] | committer: Hugo Beauzée-Luyssen actions: rename vlc_keys Signed-off-by: Hugo Beauzée-Luyssen >

[vlc-commits] actions: rename functions

2017-08-09 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem | Thu Aug 3 15:10:42 2017 +0200| [c93c3be74452064aaf345aa75c2df06d55231afb] | committer: Hugo Beauzée-Luyssen actions: rename functions Keep vlc_* for core functions. Signed-off-by: Hugo Beauzée-Luyssen >

[vlc-commits] actions: rename static struct actions

2017-08-09 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem | Thu Aug 3 15:10:41 2017 +0200| [7d1c41e72f662b5342bf47ad91d3edc93e8aaece] | committer: Hugo Beauzée-Luyssen actions: rename static struct actions Signed-off-by: Hugo Beauzée-Luyssen >

[vlc-commits] actions: remove useless typedef

2017-08-09 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem | Thu Aug 3 15:10:40 2017 +0200| [eba059493b59201b3ebf38e3ab5f455ade388689] | committer: Hugo Beauzée-Luyssen actions: remove useless typedef Signed-off-by: Hugo Beauzée-Luyssen >

[vlc-commits] macosx: Fix DefaultValueSlider tickmark position in RTL layout

2017-08-09 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Wed Aug 9 11:20:46 2017 +0200| [8aa0cd85add61476344d789931bcaa2eb50297c0] | committer: Marvin Scholz macosx: Fix DefaultValueSlider tickmark position in RTL layout >

[vlc-commits] core: rename vlc_keys.h to vlc_actions.h

2017-08-09 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem | Thu Aug 3 15:10:35 2017 +0200| [c0d287e72f70d618b97d97b32fc2a091b921bb2b] | committer: Hugo Beauzée-Luyssen core: rename vlc_keys.h to vlc_actions.h Signed-off-by: Hugo Beauzée-Luyssen >

[vlc-commits] core: rename vlc_action_t to vlc_action_id_t

2017-08-09 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem | Thu Aug 3 15:10:34 2017 +0200| [324c1770eb749301de48e1511507269a535cf737] | committer: Hugo Beauzée-Luyssen core: rename vlc_action_t to vlc_action_id_t Since we'll need vlc_actions_t Signed-off-by: Hugo Beauzée-Luyssen

[vlc-commits] actions: rename vlc_GetActionId to vlc_actions_get_id

2017-08-09 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem | Thu Aug 3 15:10:38 2017 +0200| [327ecc39de0d4ea503bcd8f36efbe781d3d5bae4] | committer: Hugo Beauzée-Luyssen actions: rename vlc_GetActionId to vlc_actions_get_id Signed-off-by: Hugo Beauzée-Luyssen >

[vlc-commits] actions: refactor init/deinit functions

2017-08-09 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem | Thu Aug 3 15:10:36 2017 +0200| [fa27e5e41ccd5dc17c043b874fe2e06fcc6cb047] | committer: Hugo Beauzée-Luyssen actions: refactor init/deinit functions Signed-off-by: Hugo Beauzée-Luyssen >

[vlc-commits] actions: rename struct vlc_actions to vlc_actions_t

2017-08-09 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem | Thu Aug 3 15:10:37 2017 +0200| [aece8a0cf52be94557d7094fdb45ccf4176e56c2] | committer: Hugo Beauzée-Luyssen actions: rename struct vlc_actions to vlc_actions_t Signed-off-by: Hugo Beauzée-Luyssen >

[vlc-commits] macosx: Rename VLCDebugMessageWindowController to VLCLogWindowController

2017-08-09 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Wed Aug 9 14:23:43 2017 +0200| [dd876ac106bee892fb5ccc7823cfc7e2a101573c] | committer: Marvin Scholz macosx: Rename VLCDebugMessageWindowController to VLCLogWindowController This name is much shorter and a lot easier to understand,

[vlc-commits] macosx: Remove unused variable

2017-08-09 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Wed Aug 9 14:37:43 2017 +0200| [a7d6959126bb0d45f381fd35ad6bfb8575d5b444] | committer: Marvin Scholz macosx: Remove unused variable > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=a7d6959126bb0d45f381fd35ad6bfb8575d5b444 ---

[vlc-commits] macosx: Clarify VLCLogWindowController description

2017-08-09 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Wed Aug 9 14:26:57 2017 +0200| [49f1a096de5fa87f44c6fcfddb57ab57ef1d8718] | committer: Marvin Scholz macosx: Clarify VLCLogWindowController description This class has nothing to do with a crash reporter. >

[vlc-commits] iconv: handle NULL pointers (fixes #18677)

2017-08-09 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Wed Aug 9 22:34:27 2017 +0300| [23b45f037f47b043a9a6917310db509e7c398218] | committer: Rémi Denis-Courmont iconv: handle NULL pointers (fixes #18677) >

[vlc-commits] contrib: gnutls: disable getentropy in gnutls configure

2017-08-09 Thread David Fuhrmann
vlc | branch: master | David Fuhrmann | Wed Aug 9 21:39:33 2017 +0200| [f434298ad77b22b11a44f9f693779ab8dd2065f5] | committer: David Fuhrmann contrib: gnutls: disable getentropy in gnutls configure getentropy has been introduced only in 10.12, so it is not available

[vlc-commits] vout:win32: hide the mouse if it has been inactive for too long

2017-08-09 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Wed Aug 9 14:42:28 2017 +0200| [71b960edce1961aa6f9742886dc5970ebe1f78fb] | committer: Jean-Baptiste Kempf vout:win32: hide the mouse if it has been inactive for too long Use a timer tied to the HWND. Fix #17819 Signed-off-by:

[vlc-commits] vout:win32: fix hiding the cursor

2017-08-09 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Wed Aug 9 14:42:27 2017 +0200| [360a05d723f8a31484d45b61fb029e189ee35c45] | committer: Jean-Baptiste Kempf vout:win32: fix hiding the cursor Signed-off-by: Jean-Baptiste Kempf >

[vlc-commits] macosx: Improve truncation of log messages

2017-08-09 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Wed Aug 9 18:42:54 2017 +0200| [1e6338f41b72cb2416f707729bbb47b257421cb3] | committer: Marvin Scholz macosx: Improve truncation of log messages >

[vlc-commits] vout:win32: remove support for hiding the cursor from the core

2017-08-09 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Wed Aug 9 14:48:11 2017 +0200| [e8006359ea5babfae90c8a7db7a6522f72e6d11d] | committer: Jean-Baptiste Kempf vout:win32: remove support for hiding the cursor from the core It's now done internally and not in sync with the core anyway.

[vlc-commits] macosx: Fix disambiguaties in controls bar with autolayout

2017-08-09 Thread David Fuhrmann
vlc | branch: master | David Fuhrmann | Wed Aug 9 19:32:57 2017 +0200| [493bff9a814bb8aa89ec2faf6773b78e16bc4cca] | committer: David Fuhrmann macosx: Fix disambiguaties in controls bar with autolayout Try to fix disambiguaties by: - Remove optional constraints,

[vlc-commits] avcodec:va: make D3D11VA and DXVA2 available when "any" avcodec-hw is selected

2017-08-09 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Fri Jul 28 17:17:45 2017 +0200| [f0e281529dcc867d90e045d04677afd1e0893de9] | committer: Jean-Baptiste Kempf avcodec:va: make D3D11VA and DXVA2 available when "any" avcodec-hw is selected Ref #18078 Signed-off-by: Jean-Baptiste Kempf

[vlc-commits] demux:mkv: fix logs

2017-08-09 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Wed Aug 9 15:15:11 2017 +0200| [6b90f63d93a452a7ecd096a69eec71c7ab065cb9] | committer: Jean-Baptiste Kempf demux:mkv: fix logs Signed-off-by: Jean-Baptiste Kempf >

[vlc-commits] video_output: ignore vouts that can't handle 360 video unless forced

2017-08-09 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Fri Jul 28 18:41:01 2017 +0200| [862111347687ad4c49aac68a94487c7ef88c58ba] | committer: Jean-Baptiste Kempf video_output: ignore vouts that can't handle 360 video unless forced Signed-off-by: Jean-Baptiste Kempf >

[vlc-commits] demux:mkv: read mastering/lighting metadata

2017-08-09 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Wed Aug 9 11:24:30 2017 +0200| [3e8a6a64e4605fb926f4f49b252e6bbd9fc54dab] | committer: Jean-Baptiste Kempf demux:mkv: read mastering/lighting metadata Signed-off-by: Jean-Baptiste Kempf >