[vlc-commits] package-macosx: Clean old artefacts before creating new ones

2017-07-02 Thread David Fuhrmann
vlc | branch: master | David Fuhrmann | Sun Jul 2 19:28:11 2017 +0200| [39e0d63793c4a85d03057202d56065893fb8b9ae] | committer: David Fuhrmann package-macosx: Clean old artefacts before creating new ones Otherwise creation of new dmg file will fail. Also, zip would

[vlc-commits] macosx: add stereo-widen and scaletempo to the audio effects panel

2017-07-02 Thread Felix Paul Kühne
vlc | branch: master | Felix Paul Kühne | Sun Jul 2 16:55:00 2017 +0200| [81e955c752eefd57148764ce8261769ee9b8027e] | committer: Felix Paul Kühne macosx: add stereo-widen and scaletempo to the audio effects panel >

[vlc-commits] macosx: add tooltips to the audio effects panel based on the strings available from the filters

2017-07-02 Thread Felix Paul Kühne
vlc | branch: master | Felix Paul Kühne | Sun Jul 2 17:11:26 2017 +0200| [3a28c6ab5af06ba22c08d96fed2f10a438fd03f9] | committer: Felix Paul Kühne macosx: add tooltips to the audio effects panel based on the strings available from the filters >

[vlc-commits] macosx: Explicitely set height for matrix elements in simple prefs

2017-07-02 Thread David Fuhrmann
vlc | branch: master | David Fuhrmann | Sun Jul 2 16:57:45 2017 +0200| [84239fb00528bcf8c2946d623b904ac7a2e0a8df] | committer: David Fuhrmann macosx: Explicitely set height for matrix elements in simple prefs Matrix check boxes in simple prefs need an explicit height

[vlc-commits] macosx: do not store preferences controller in weak outlet

2017-07-02 Thread David Fuhrmann
vlc | branch: master | David Fuhrmann | Sun Jul 2 16:48:58 2017 +0200| [76f5f27d473db0869a7cfe6fd6e43b3228e2af79] | committer: David Fuhrmann macosx: do not store preferences controller in weak outlet This will crash at runtime on 10.7. >

[vlc-commits] osx_notification: Enable default macOS min version, fix compilation

2017-07-02 Thread David Fuhrmann
vlc | branch: master | David Fuhrmann | Sun Jul 2 16:13:46 2017 +0200| [b47311972388d1fba2f2ada563a2350af7f80393] | committer: David Fuhrmann osx_notification: Enable default macOS min version, fix compilation Remove fixed macosx-min-version, as the min version is

[vlc-commits] macOS: Add osx_notifications.m to the project

2017-07-02 Thread David Fuhrmann
vlc | branch: master | David Fuhrmann | Sun Jul 2 16:07:03 2017 +0200| [087ebf98809e662479e94c0128d25d387a49875a] | committer: David Fuhrmann macOS: Add osx_notifications.m to the project >

[vlc-commits] build.sh: Build contribs from source with multiple cores as well

2017-07-02 Thread David Fuhrmann
vlc | branch: master | David Fuhrmann | Sun Jul 2 16:16:54 2017 +0200| [4b785dfdea25754d3630bfe105f9ebd2e73ad3ce] | committer: David Fuhrmann build.sh: Build contribs from source with multiple cores as well >

[vlc-commits] snap: don't install libgles1-mesa.

2017-07-02 Thread Konstantin Pavlov
vlc | branch: master | Konstantin Pavlov | Sun Jul 2 16:54:32 2017 +0300| [801947209beb3c21d99898d2cd5703acfa39a054] | committer: Konstantin Pavlov snap: don't install libgles1-mesa. >

[vlc-commits] snap: use snap prefix for assets instead of setup.

2017-07-02 Thread Konstantin Pavlov
vlc | branch: master | Konstantin Pavlov | Sun Jul 2 16:56:35 2017 +0300| [15aced917d2bdf994198e6af74dff5af4ef1e9c6] | committer: Konstantin Pavlov snap: use snap prefix for assets instead of setup. The latter was deprecated:

[vlc-commits] Qt: force the rebuild of the view to properly sort playlist items

2017-07-02 Thread Denis Charmet
vlc | branch: master | Denis Charmet | Sun Jul 2 15:27:32 2017 +0200| [9b68e7653fa4885ef239c23c3e26c4f5790258e2] | committer: Jean-Baptiste Kempf Qt: force the rebuild of the view to properly sort playlist items Fix #18388 Signed-off-by: Jean-Baptiste Kempf

[vlc-commits] dxva2_deinterlace: implement different deinterlacing mode

2017-07-02 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Mon Jun 26 09:44:38 2017 +0200| [03cadbe5fe6096248099cd5e5dd250fa005bb90a] | committer: Jean-Baptiste Kempf dxva2_deinterlace: implement different deinterlacing mode try to match the modes with existing software ones Signed-off-by:

[vlc-commits] d3d11_deinterlace: implement different deinterlacing mode

2017-07-02 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Wed Jun 21 17:27:22 2017 +0200| [e268f4dbf334e77a13ba9e67ab50005ef0e09526] | committer: Jean-Baptiste Kempf d3d11_deinterlace: implement different deinterlacing mode try to match the modes with existing software ones Signed-off-by:

[vlc-commits] D3D9_adjust: explicitely link to COM libs

2017-07-02 Thread Jean-Baptiste Kempf
vlc | branch: master | Jean-Baptiste Kempf | Sun Jul 2 15:13:09 2017 +0200| [1735d7bc3e8ac3c96ac814384a057461e8c57c16] | committer: Jean-Baptiste Kempf D3D9_adjust: explicitely link to COM libs >

[vlc-commits] misc/filter: remove assert from filter_AddProxyCallbacks

2017-07-02 Thread Victorien Le Couviour--Tuffet
vlc | branch: master | Victorien Le Couviour--Tuffet | Sun Jul 2 14:35:33 2017 +0200| [856cedf9ea820d596ed5d65b97fb981bf179a20c] | committer: Thomas Guillem misc/filter: remove assert from filter_AddProxyCallbacks When a filter fails to load we will try

[vlc-commits] direct3d11: remove parameters that are always the same

2017-07-02 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Thu Jun 22 09:21:23 2017 +0200| [9c9c7db6237393c17f6137545a19ece9759d1d19] | committer: Jean-Baptiste Kempf direct3d11: remove parameters that are always the same and optimize the texture creation flags Signed-off-by: Jean-Baptiste

[vlc-commits] d3d11_deinterlace: lock the D3D context earlier

2017-07-02 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Thu Jun 22 09:27:10 2017 +0200| [51a731e044baa3e86d620aaa761dab8121383f04] | committer: Jean-Baptiste Kempf d3d11_deinterlace: lock the D3D context earlier Signed-off-by: Jean-Baptiste Kempf >

[vlc-commits] configure: enhance the D3D9/DxVA2 filters functions detection

2017-07-02 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Fri Jun 16 11:06:55 2017 +0200| [d0d6460844c260ebb1f569501381c01c2252b624] | committer: Jean-Baptiste Kempf configure: enhance the D3D9/DxVA2 filters functions detection Notably, check

[vlc-commits] contrib:d3d9: add defines necessary to handle different deinterlacing algorithms

2017-07-02 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Mon Jun 26 09:29:19 2017 +0200| [2a646d276f62bd52659426863938de61b12b1104] | committer: Jean-Baptiste Kempf contrib:d3d9: add defines necessary to handle different deinterlacing algorithms Signed-off-by: Jean-Baptiste Kempf

[vlc-commits] d3d11_adjust: fix possible missing config

2017-07-02 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Sun Jul 2 10:09:24 2017 +0200| [8876ce7529bc610b2fd305d3764a8305ecb1685d] | committer: Jean-Baptiste Kempf d3d11_adjust: fix possible missing config ref CID #1449020 Signed-off-by: Jean-Baptiste Kempf >

[vlc-commits] Revert "filter_chain: uniform filter_chain_Append{Converter,Filter} return type"

2017-07-02 Thread Jean-Baptiste Kempf
vlc | branch: master | Jean-Baptiste Kempf | Sun Jul 2 14:04:14 2017 +0200| [11d731b1142b38e767bf9f1489e66d8599940a06] | committer: Jean-Baptiste Kempf Revert "filter_chain: uniform filter_chain_Append{Converter,Filter} return type" This reverts commit

[vlc-commits] macOS: voutcontroller, mention in the log the missing CONTROL

2017-07-02 Thread Jean-Baptiste Kempf
vlc | branch: master | Jean-Baptiste Kempf | Sun Jul 2 12:19:54 2017 +0200| [fb519b84a1f67c74b8636987dc93a882ec3ca5f5] | committer: Jean-Baptiste Kempf macOS: voutcontroller, mention in the log the missing CONTROL >

[vlc-commits] Contribs: update libarchive arguments

2017-07-02 Thread Jean-Baptiste Kempf
vlc | branch: master | Jean-Baptiste Kempf | Sun Jul 2 10:26:08 2017 +0200| [96640e9012e78d25bac1125d9143f2fccbbb22cf] | committer: Jean-Baptiste Kempf Contribs: update libarchive arguments >