[vlc-commits] contrib/macosx: set deployment target to 10.7 and ensure that the libraries make use of libc++

2015-06-22 Thread Felix Paul Kühne
vlc | branch: master | Felix Paul Kühne fkue...@videolan.org | Mon Jun 22 17:45:24 2015 +0200| [5a6765e203925c54d47d53ab8caaf49da62f4c17] | committer: Felix Paul Kühne contrib/macosx: set deployment target to 10.7 and ensure that the libraries make use of libc++

[vlc-commits] extras/mac: set deployment target to 10.7 so we can use libc++

2015-06-22 Thread Felix Paul Kühne
vlc | branch: master | Felix Paul Kühne fkue...@videolan.org | Mon Jun 22 17:42:51 2015 +0200| [7a822345b44a0ef90fdaa4fa0dc96a9f2c08e63b] | committer: Felix Paul Kühne extras/mac: set deployment target to 10.7 so we can use libc++

[vlc-commits] configure/darwin: make use of gnu11 instead of gnu99, deploy libc++

2015-06-22 Thread Felix Paul Kühne
vlc | branch: master | Felix Paul Kühne fkue...@videolan.org | Mon Jun 22 17:46:04 2015 +0200| [75dc638cd1e74df34f951cdbe7f1c77c74794301] | committer: Felix Paul Kühne configure/darwin: make use of gnu11 instead of gnu99, deploy libc++

[vlc-commits] extras/ios: move to libc++

2015-06-22 Thread Felix Paul Kühne
vlc | branch: master | Felix Paul Kühne fkue...@videolan.org | Mon Jun 22 18:05:52 2015 +0200| [e2067626d27bb2c82039b64294cc820fb489c05e] | committer: Felix Paul Kühne extras/ios: move to libc++ http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=e2067626d27bb2c82039b64294cc820fb489c05e

[vlc-commits] check_headers: fix regular expression

2015-06-22 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont r...@remlab.net | Mon Jun 22 18:51:21 2015 +0300| [e051c631637b709c7f6c4b33e4af01707bbc2ac2] | committer: Rémi Denis-Courmont check_headers: fix regular expression

[vlc-commits] android_window: add chroma option

2015-06-22 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem tho...@gllm.fr | Mon Jun 22 16:47:05 2015 +0200| [64ea87bec4c5dd38c0aa800a0fc37cab406002dc] | committer: Thomas Guillem android_window: add chroma option This option was previously set by androidsurface.

[vlc-commits] NEWS about SATIP

2015-06-22 Thread Jean-Baptiste Kempf
vlc | branch: master | Jean-Baptiste Kempf j...@videolan.org | Mon Jun 22 11:05:17 2015 +0200| [7d72f2c99a576f2ac9f2de56aa44467f0f0af25b] | committer: Jean-Baptiste Kempf NEWS about SATIP http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=7d72f2c99a576f2ac9f2de56aa44467f0f0af25b ---

[vlc-commits] live555: Add satip support

2015-06-22 Thread Julian Scheel
vlc | branch: master | Julian Scheel jul...@jusst.de | Thu Jun 18 17:33:58 2015 +0200| [8d0b0e89493bfebe5de2e7c927cf0ba0f22382fb] | committer: Jean-Baptiste Kempf live555: Add satip support Register a satip-access, which uses a hardcoded default SDP dataset instead of querying it via DESCRIBE.

[vlc-commits] live555: Use OPTIONS as keep-alive fallback

2015-06-22 Thread Julian Scheel
vlc | branch: master | Julian Scheel jul...@jusst.de | Thu Jun 18 17:33:59 2015 +0200| [30dd905e51508e300e30adc06c5167a3b7a62f16] | committer: Jean-Baptiste Kempf live555: Use OPTIONS as keep-alive fallback So far no keep-alive messages are sent when GET_PARAMETERS is not supported by the

[vlc-commits] Contribs: update live555

2015-06-22 Thread Jean-Baptiste Kempf
vlc | branch: master | Jean-Baptiste Kempf j...@videolan.org | Mon Jun 22 11:02:43 2015 +0200| [fd0a69dff784a32dbf6b7f88e0c589d31ea9198d] | committer: Jean-Baptiste Kempf Contribs: update live555 http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=fd0a69dff784a32dbf6b7f88e0c589d31ea9198d

[vlc-commits] android: merge android_surface with android_window

2015-06-22 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem tho...@gllm.fr | Mon Jun 22 15:36:44 2015 +0200| [918ed4d12d965a6effd6be94b79b4b9f33d718c7] | committer: Thomas Guillem android: merge android_surface with android_window This commits remove the android_surface module. The old android surface API is now

[vlc-commits] Remove using namespace std; from C++ code

2015-06-22 Thread Hugo Beauzée-Luyssen
vlc | branch: master | Hugo Beauzée-Luyssen h...@beauzee.fr | Mon Jun 22 15:16:16 2015 +0200| [e026c01889b100b97cd33c8a485b7ec173cf82eb] | committer: Hugo Beauzée-Luyssen Remove using namespace std; from C++ code This prevents us from providing our atomic types definitions, as they would

[vlc-commits] Fix warning on all c++ files

2015-06-22 Thread Hugo Beauzée-Luyssen
vlc | branch: master | Hugo Beauzée-Luyssen h...@beauzee.fr | Mon Jun 22 15:51:11 2015 +0200| [59678ec0b489d86f6f62cc987e21a82346f8da42] | committer: Hugo Beauzée-Luyssen Fix warning on all c++ files Since vlc_atomic_float is only used for C files, another option would be to disable this block