[vlc-commits] Fix bootstrap altering git-tracked files

2016-09-20 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Tue Sep 20 11:38:29 2016 +0300| [841ff1fde0cb7de6006f88a4017f6fd15c3f4699] | committer: Rémi Denis-Courmont Fix bootstrap altering git-tracked files Regression from 5a739e49d6e20a4ccfcf92721c9bb381a14f471e. > http://git.videolan.org/gitweb.cgi/vlc.

[vlc-commits] renderer: add vlc_renderer_item_type

2016-09-20 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem | Tue Sep 20 10:28:13 2016 +0200| [4fbe397b3172c1cccb7b5cd6dc1c30a60afe0fed] | committer: Thomas Guillem renderer: add vlc_renderer_item_type > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=4fbe397b3172c1cccb7b5cd6dc1c30a60afe0fed --- include/vl

[vlc-commits] libvlc: add libvlc_media_player_set_renderer

2016-09-20 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem | Mon Sep 19 19:01:50 2016 +0200| [08943f42144931c0b1b9f8a19199295a14f9ba6d] | committer: Thomas Guillem libvlc: add libvlc_media_player_set_renderer > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=08943f42144931c0b1b9f8a19199295a14f9ba6d --- in

[vlc-commits] microdns: the "cc_demux" demux-filter should be used with the chromecast renderer

2016-09-20 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Mon Aug 8 10:33:58 2016 +0200| [d69ead5db43f541295a9cb39556809dcd0ad815e] | committer: Thomas Guillem microdns: the "cc_demux" demux-filter should be used with the chromecast renderer Signed-off-by: Thomas Guillem > http://git.videolan.org/gitweb.cgi/v

[vlc-commits] renderer: add missing "_t"

2016-09-20 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem | Mon Sep 19 11:40:51 2016 +0200| [5516468f6f321726393a513dd741cb1b1d2f6a1e] | committer: Thomas Guillem renderer: add missing "_t" Bad habit but it's for the sake of coherence. > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=5516468f6f321726393a

[vlc-commits] libvlc: add renderer_discoverer external API

2016-09-20 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem | Thu Jul 21 19:40:22 2016 +0200| [5f3abe14ea9515f8330e86495b1aa040435f5a49] | committer: Thomas Guillem libvlc: add renderer_discoverer external API > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=5f3abe14ea9515f8330e86495b1aa040435f5a49 --- in

[vlc-commits] renderer: tell when a demux-filter should be used with a renderer

2016-09-20 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Mon Aug 8 10:33:57 2016 +0200| [99e1b214d929a9d577fdfda14c6954113f372036] | committer: Thomas Guillem renderer: tell when a demux-filter should be used with a renderer Signed-off-by: Thomas Guillem > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;

[vlc-commits] renderer: remove unused fonctions

2016-09-20 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem | Mon Sep 19 16:36:48 2016 +0200| [24dd39cdefa78d0af92ffa69943192ed123c6a8f] | committer: Thomas Guillem renderer: remove unused fonctions > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=24dd39cdefa78d0af92ffa69943192ed123c6a8f --- include/vlc_r

[vlc-commits] qt: set the demux-filter to use with a sout renderer

2016-09-20 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Mon Aug 8 10:33:59 2016 +0200| [fa289ee118cbf47eb33e2eedada83435144309e5] | committer: Thomas Guillem qt: set the demux-filter to use with a sout renderer Signed-off-by: Thomas Guillem > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=fa289ee118c

[vlc-commits] renderer: factor code

2016-09-20 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem | Tue Sep 20 10:23:15 2016 +0200| [832c749a31536e155e05b5160065c44dbff849b5] | committer: Thomas Guillem renderer: factor code > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=832c749a31536e155e05b5160065c44dbff849b5 --- src/misc/renderer_discove

[vlc-commits] m4: expand C++11 test

2016-09-20 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Tue Sep 20 12:44:30 2016 +0300| [606776eb3e5ee70ad58e3d550228467a50025a33] | committer: Rémi Denis-Courmont m4: expand C++11 test > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=606776eb3e5ee70ad58e3d550228467a50025a33 --- m4/stdcxx_11.m4

[vlc-commits] configure: require C++11

2016-09-20 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Tue Sep 20 12:47:38 2016 +0300| [4b1c9dcdda0bbff801e47505ff9dfd3f274eb0d8] | committer: Rémi Denis-Courmont configure: require C++11 Rationale: the adaptive plugin requires C++11; it won´t build on a C++98 compiler or C++11 compiler in C++98 mode.

[vlc-commits] include: do not define max_align_t in C++

2016-09-20 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Tue Sep 20 12:59:05 2016 +0300| [995515b8a057391f1b6aa88b5a6a7cd872c5702f] | committer: Rémi Denis-Courmont include: do not define max_align_t in C++ Since C++11 is now assumed, we know the type exists in C++. It is only necessary in C99. > http://

[vlc-commits] Update GCC version

2016-09-20 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Tue Sep 20 13:03:01 2016 +0300| [c1d50afae127492db252d4df93868b3898cfb07e] | committer: Rémi Denis-Courmont Update GCC version > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=c1d50afae127492db252d4df93868b3898cfb07e --- INSTALL | 2 +- 1

[vlc-commits] include: do not use HAVE_CXX11

2016-09-20 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Tue Sep 20 13:10:11 2016 +0300| [312655fce1c8501817c825c07bf05157e97596e7] | committer: Rémi Denis-Courmont include: do not use HAVE_CXX11 It is never defined (as of 2.2.0-git-8982-g4b1c9dc). > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h

[vlc-commits] contrib: vpx: force mstackrealign on win32

2016-09-20 Thread Tristan Matthews
vlc | branch: master | Tristan Matthews | Tue Sep 20 08:23:01 2016 -0400| [0594241fee2a312243a101a6640abb543ce26195] | committer: Tristan Matthews contrib: vpx: force mstackrealign on win32 Fixes #17408 > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=0594241fee2a312243a101a6640abb543

[vlc-commits] core: provider can be null in libvlc_InternalDialogClean

2016-09-20 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem | Tue Sep 20 16:36:00 2016 +0200| [57f079d414e51b28f47ae97e33fd4958564337dd] | committer: Thomas Guillem core: provider can be null in libvlc_InternalDialogClean Like all others libvlc_*Clean fonctions. > http://git.videolan.org/gitweb.cgi/vlc.git/?a=comm

[vlc-commits] libvlc: fix leaks if init fails

2016-09-20 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem | Tue Sep 20 16:37:34 2016 +0200| [67dc5082c467b5b544e41c71a11c8eb438f87161] | committer: Thomas Guillem libvlc: fix leaks if init fails > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=67dc5082c467b5b544e41c71a11c8eb438f87161 --- lib/core.c |

[vlc-commits] Revert "libvlc: fix leaks if init fails"

2016-09-20 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Tue Sep 20 17:49:55 2016 +0300| [0640f103865849973553153d8f79b1150307a58f] | committer: Rémi Denis-Courmont Revert "libvlc: fix leaks if init fails" This reverts commit 67dc5082c467b5b544e41c71a11c8eb438f87161, which broke the test suite. > http://

[vlc-commits] libvlc: fix leaks if init fails

2016-09-20 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem | Tue Sep 20 16:56:35 2016 +0200| [b5cb4dadf8b642d6603135ba260e3d7bd4de36c4] | committer: Thomas Guillem libvlc: fix leaks if init fails > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=b5cb4dadf8b642d6603135ba260e3d7bd4de36c4 --- lib/core.c |

[vlc-commits] src: factor some common libvlc sources

2016-09-20 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Tue Sep 20 18:58:24 2016 +0300| [f1e932ff490c2cf16b8ba1ed5f334f26de6437a2] | committer: Rémi Denis-Courmont src: factor some common libvlc sources > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=f1e932ff490c2cf16b8ba1ed5f334f26de6437a2 ---

[vlc-commits] win32: use default timers back-end on WinRT (fixes #17417)

2016-09-20 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Tue Sep 20 19:14:53 2016 +0300| [693e48e9beb40acf034232bd75097d921917826b] | committer: Rémi Denis-Courmont win32: use default timers back-end on WinRT (fixes #17417) > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=693e48e9beb40acf034232bd7

[vlc-commits] win32: split timers to separate module

2016-09-20 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Tue Sep 20 19:13:19 2016 +0300| [436d383a432081846d1b46a473253e41d2d706db] | committer: Rémi Denis-Courmont win32: split timers to separate module > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=436d383a432081846d1b46a473253e41d2d706db ---

[vlc-commits] src: simplify libvlc.la sources definition in Makefile

2016-09-20 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Tue Sep 20 18:41:39 2016 +0300| [14cad8ad02275ee7ff9401ccc18ca9e3bb5534a7] | committer: Rémi Denis-Courmont src: simplify libvlc.la sources definition in Makefile > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=14cad8ad02275ee7ff9401ccc18ca

[vlc-commits] winstore: Except the IAudioClient through libvlc_audio_output_device_set

2016-09-20 Thread Hugo Beauzée-Luyssen
vlc | branch: master | Hugo Beauzée-Luyssen | Tue Sep 20 18:44:15 2016 +0200| [ee7cf829f8d11c572fc8161b43608d1fd55746b2] | committer: Hugo Beauzée-Luyssen winstore: Except the IAudioClient through libvlc_audio_output_device_set Instead of expecting it as a libvlc parameter > http://git.videol

[vlc-commits] share: do not use sed -i

2016-09-20 Thread Jean-Baptiste Kempf
vlc | branch: master | Jean-Baptiste Kempf | Tue Sep 20 19:04:26 2016 +0200| [6bdf7629fff751b1c5f3eb6214a7aca92bbd8e44] | committer: Jean-Baptiste Kempf share: do not use sed -i > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=6bdf7629fff751b1c5f3eb6214a7aca92bbd8e44 --- share/Makefi

[vlc-commits] Revert "share: do not use sed -i"

2016-09-20 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Tue Sep 20 20:12:01 2016 +0300| [a65b21c9e123d75227f2d0719edd29c6d1f2309a] | committer: Rémi Denis-Courmont Revert "share: do not use sed -i" This reverts commit 6bdf7629fff751b1c5f3eb6214a7aca92bbd8e44. > http://git.videolan.org/gitweb.cgi/vlc.git

[vlc-commits] share: do not use sed -i

2016-09-20 Thread Jean-Baptiste Kempf
vlc | branch: master | Jean-Baptiste Kempf | Tue Sep 20 19:04:26 2016 +0200| [e10ca012b6884759027548eb759c8845d5e98487] | committer: Jean-Baptiste Kempf share: do not use sed -i > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=e10ca012b6884759027548eb759c8845d5e98487 --- share/Makefi

[vlc-commits] share: fix vlc.desktop build output

2016-09-20 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Tue Sep 20 20:29:53 2016 +0300| [701f11e49c0214624d653086aa5dbd6a0caad5d2] | committer: Rémi Denis-Courmont share: fix vlc.desktop build output > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=701f11e49c0214624d653086aa5dbd6a0caad5d2 --- s

[vlc-commits] config-file: no need to alias fdatasync

2016-09-20 Thread Jean-Baptiste Kempf
vlc | branch: master | Jean-Baptiste Kempf | Tue Sep 20 21:38:08 2016 +0200| [530d777f98bdce77360f01956529b06c9e6ce8d4] | committer: Jean-Baptiste Kempf config-file: no need to alias fdatasync It should be detected in configure > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=530d777f

[vlc-commits] configure: remove unused HAVE_FDATASYNC

2016-09-20 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Tue Sep 20 23:15:09 2016 +0300| [6f6352a23a46a5cf5402825a231997f28107265e] | committer: Rémi Denis-Courmont configure: remove unused HAVE_FDATASYNC > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=6f6352a23a46a5cf5402825a231997f28107265e ---