[vlc-commits] chromecast: use an interrupt to notify the receiving thread of pending work

2016-05-10 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Mon May 9 22:08:46 2016 +0200| [bf2f12783e7744d356b9dfaf6769cc82a9f35c27] | committer: Jean-Baptiste Kempf chromecast: use an interrupt to notify the receiving thread of pending work In some cases we will need to send STOP or SEEK

[vlc-commits] chromecast: send a dummy SEEK message when flushing is needed

2016-05-10 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Mon May 9 22:08:49 2016 +0200| [b42ce7336f90c61aa071f820453ef8885e50b8cb] | committer: Jean-Baptiste Kempf chromecast: send a dummy SEEK message when flushing is needed Signed-off-by: Jean-Baptiste Kempf >

[vlc-commits] chromecast: do the disconnect in the recv/send thread

2016-05-10 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Mon May 9 22:08:47 2016 +0200| [19c661f019646af47049c070592952edc6b1df4e] | committer: Jean-Baptiste Kempf chromecast: do the disconnect in the recv/send thread Signed-off-by: Jean-Baptiste Kempf >

[vlc-commits] chromecast: send a STOP message when we have no ES to send

2016-05-10 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Mon May 9 22:08:48 2016 +0200| [eaf14d15feb49f61b549f8f02a48c096d1f19d54] | committer: Jean-Baptiste Kempf chromecast: send a STOP message when we have no ES to send Signed-off-by: Jean-Baptiste Kempf >

[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

[vlc-commits] packetizer: mpegvideo: use unsigned variable for reading bits

2016-05-10 Thread Ilkka Ollakka
vlc | branch: master | Ilkka Ollakka | Tue May 10 21:32:27 2016 +0300| [e05255887f701442ad2c51ee82f790c61b97b52a] | committer: Ilkka Ollakka packetizer: mpegvideo: use unsigned variable for reading bits >

[vlc-commits] transcode: refactor video init function

2016-05-10 Thread Ilkka Ollakka
vlc | branch: master | Ilkka Ollakka | Sun Mar 20 23:21:16 2016 +0200| [a2627abdbaaac1e5929e94077a7f4ba409d3b42c] | committer: Ilkka Ollakka transcode: refactor video init function >

[vlc-commits] win32: thread: Use QueueUserAPC on Windows 10

2016-05-10 Thread Hugo Beauzée-Luyssen
vlc | branch: master | Hugo Beauzée-Luyssen | Wed Apr 6 17:56:18 2016 +0200| [ae5cb8f2dfb472c6afd677f86a8c8f0845c00d65] | committer: Hugo Beauzée-Luyssen win32: thread: Use QueueUserAPC on Windows 10 >

[vlc-commits] qt: show menu button even if there are no chapters

2016-05-10 Thread Petri Hintukainen
vlc | branch: master | Petri Hintukainen | Tue Nov 17 13:27:23 2015 +0200| [4510ffa77bd8c4de374cb6398f5139abf5c07be5] | committer: Jean-Baptiste Kempf qt: show menu button even if there are no chapters Move chapter buttons and menu buttons to separate frames.

[vlc-commits] contribs: upnp: Add missing apply directive.

2016-05-10 Thread Hugo Beauzée-Luyssen
vlc | branch: master | Hugo Beauzée-Luyssen | Tue May 10 19:42:34 2016 +0200| [b434daa80dd068f5afff3e30d48333fe8b62ef09] | committer: Hugo Beauzée-Luyssen contribs: upnp: Add missing apply directive. Sorry about that, failure during rebase. >

[vlc-commits] Qt: PLItem: add playlist flags

2016-05-10 Thread Francois Cartegnie
vlc | branch: master | Francois Cartegnie | Tue May 10 17:47:09 2016 +0200| [3a3af320744879507f8b2ce1a52694129c16107b] | committer: Francois Cartegnie Qt: PLItem: add playlist flags >

[vlc-commits] playlist: service discovery nodes must set flags (refs #16923)

2016-05-10 Thread Francois Cartegnie
vlc | branch: master | Francois Cartegnie | Sun May 8 15:51:33 2016 +0200| [a9b1f3f3916a896f30bc4f2bbedfacd0867f34f0] | committer: Francois Cartegnie playlist: service discovery nodes must set flags (refs #16923) RO and must stop playback on failure >

[vlc-commits] Qt: PLModel: don't fetch item on each data role

2016-05-10 Thread Francois Cartegnie
vlc | branch: master | Francois Cartegnie | Tue May 10 15:59:37 2016 +0200| [5d845f77191e2d2070c879ec1cf34528f41f994a] | committer: Francois Cartegnie Qt: PLModel: don't fetch item on each data role >

[vlc-commits] Qt: PLModel: fix contextual remove action

2016-05-10 Thread Francois Cartegnie
vlc | branch: master | Francois Cartegnie | Tue May 10 18:32:24 2016 +0200| [5ad2bc746e85fb77bb6999cba6ecaa0fd3f06b9a] | committer: Francois Cartegnie Qt: PLModel: fix contextual remove action >

[vlc-commits] Qt: PLModel: rename custom data roles

2016-05-10 Thread Francois Cartegnie
vlc | branch: master | Francois Cartegnie | Tue May 10 16:19:13 2016 +0200| [2178d5b186ed3625c508b60ae2fb1965c631689f] | committer: Francois Cartegnie Qt: PLModel: rename custom data roles >

[vlc-commits] Qt: PLMode: convert to switch statement

2016-05-10 Thread Francois Cartegnie
vlc | branch: master | Francois Cartegnie | Tue May 10 16:32:05 2016 +0200| [4d373439494e8e76fc81b209290f161941652763] | committer: Francois Cartegnie Qt: PLMode: convert to switch statement >

[vlc-commits] playlist: add no inherit flag for editable playlists (refs #16923)

2016-05-10 Thread Francois Cartegnie
vlc | branch: master | Francois Cartegnie | Sun May 8 15:48:30 2016 +0200| [7fa640c00121f512e5ea48d40cefa827aef2f501] | committer: Francois Cartegnie playlist: add no inherit flag for editable playlists (refs #16923) Avoids copying some sd specific playlist flags on

[vlc-commits] Qt: PLItem: constness and override

2016-05-10 Thread Francois Cartegnie
vlc | branch: master | Francois Cartegnie | Tue May 10 18:02:00 2016 +0200| [477de11ad421dac4def73cd46a246e71768da141] | committer: Francois Cartegnie Qt: PLItem: constness and override >

[vlc-commits] desktop file: more mimetypes from iana.org

2016-05-10 Thread Jean-Baptiste Kempf
vlc | branch: master | Jean-Baptiste Kempf | Tue May 10 15:19:59 2016 +0200| [7e10b25219fb889e1f91cda73ed7e858fda940a5] | committer: Jean-Baptiste Kempf desktop file: more mimetypes from iana.org >

[vlc-commits] contribs: libdsm: Bump to 0.2.3

2016-05-10 Thread Hugo Beauzée-Luyssen
vlc | branch: master | Hugo Beauzée-Luyssen | Tue May 10 14:35:54 2016 +0200| [d6333b4544178067cc59a3d6b9dc8f8b07f08540] | committer: Hugo Beauzée-Luyssen contribs: libdsm: Bump to 0.2.3 >

[vlc-commits] access: dvb: scan: rename tuning config checks

2016-05-10 Thread Francois Cartegnie
vlc | branch: master | Francois Cartegnie | Fri May 6 16:37:32 2016 +0200| [7f4e77e67cb68c8bb69a8328caf6ce13d7d1736d] | committer: Francois Cartegnie access: dvb: scan: rename tuning config checks >

[vlc-commits] access: dvb: scanlist is set in params

2016-05-10 Thread Francois Cartegnie
vlc | branch: master | Francois Cartegnie | Mon Apr 18 17:41:09 2016 +0200| [f530afc3266c15ad43aeca1dab8ed35d67c23760] | committer: Francois Cartegnie access: dvb: scanlist is set in params >

[vlc-commits] access: dtv: simplify/regroup setup and drop delsys

2016-05-10 Thread Francois Cartegnie
vlc | branch: master | Francois Cartegnie | Mon May 9 17:27:59 2016 +0200| [19a4b35bfeb40e74bb2773f039b860b04116592a] | committer: Francois Cartegnie access: dtv: simplify/regroup setup and drop delsys We'll need to be able to change setup between tunings (Ex: mixed T2/T

[vlc-commits] access: dtv: retrieve device limits

2016-05-10 Thread Francois Cartegnie
vlc | branch: master | Francois Cartegnie | Fri May 6 16:37:02 2016 +0200| [4d7bc96e0d4123078e726ec53112726f0646562b] | committer: Francois Cartegnie access: dtv: retrieve device limits >

[vlc-commits] access: dvb: scan: cleanup and rely on params

2016-05-10 Thread Francois Cartegnie
vlc | branch: master | Francois Cartegnie | Sat May 7 22:47:45 2016 +0200| [fea861ef12980ef710ec9e06f8b8c131de6b77d4] | committer: Francois Cartegnie access: dvb: scan: cleanup and rely on params >

[vlc-commits] contribs: gcrypt: Fix winrt build

2016-05-10 Thread Hugo Beauzée-Luyssen
vlc | branch: master | Hugo Beauzée-Luyssen | Mon May 9 17:36:27 2016 +0200| [710e993a31abb420670a0a188d6388d775d08e2d] | committer: Hugo Beauzée-Luyssen contribs: gcrypt: Fix winrt build >

[vlc-commits] contribs: ssh2: Disable agent code for winrt

2016-05-10 Thread Hugo Beauzée-Luyssen
vlc | branch: master | Hugo Beauzée-Luyssen | Mon May 9 17:43:29 2016 +0200| [b05d1181bdc38cb62eb887aa68b4bdd875a68cd0] | committer: Hugo Beauzée-Luyssen contribs: ssh2: Disable agent code for winrt >

[vlc-commits] upnp: Provide winrt specific arguments to configure

2016-05-10 Thread Hugo Beauzée-Luyssen
vlc | branch: master | Hugo Beauzée-Luyssen | Tue May 10 13:32:32 2016 +0200| [e29343db7852f91e377915a0c8205a5efa03680d] | committer: Hugo Beauzée-Luyssen upnp: Provide winrt specific arguments to configure >

[vlc-commits] Contribs: upnp: Don't compile inet_pton.* on winrt

2016-05-10 Thread Jean-Baptiste Kempf
vlc | branch: master | Jean-Baptiste Kempf | Mon May 9 20:48:48 2016 +0200| [5d3f652e57474238238ddec8337d08edeae47ee7] | committer: Hugo Beauzée-Luyssen Contribs: upnp: Don't compile inet_pton.* on winrt >

[vlc-commits] contribs: upnp: Fix winrt build

2016-05-10 Thread Hugo Beauzée-Luyssen
vlc | branch: master | Hugo Beauzée-Luyssen | Tue May 10 13:37:03 2016 +0200| [51c0fb2d5a63c65000c982fa5d64995fb6ee90e9] | committer: Hugo Beauzée-Luyssen contribs: upnp: Fix winrt build >

[vlc-commits] contribs: libtasn1: Remove some of the benchmark code on winrt

2016-05-10 Thread Hugo Beauzée-Luyssen
vlc | branch: master | Hugo Beauzée-Luyssen | Fri May 6 14:40:27 2016 +0200| [e5b626c87b714f53503a6ddfe6beda166c299c84] | committer: Hugo Beauzée-Luyssen contribs: libtasn1: Remove some of the benchmark code on winrt This is not used anyway, but there's no way of disabling

[vlc-commits] Contribs: UPnP use rand_s to generate random

2016-05-10 Thread Jean-Baptiste Kempf
vlc | branch: master | Jean-Baptiste Kempf | Mon May 9 19:40:57 2016 +0200| [33cf212f4ae0c61849d848b0fa092a2935fbd6b1] | committer: Hugo Beauzée-Luyssen Contribs: UPnP use rand_s to generate random Instead of timeofday+machine_name >

[vlc-commits] contribs: libdsm: Don't build extra programs

2016-05-10 Thread Hugo Beauzée-Luyssen
vlc | branch: master | Hugo Beauzée-Luyssen | Mon May 9 17:36:07 2016 +0200| [2698e87e2327711787cf7389474cc40c9d9c20f0] | committer: Hugo Beauzée-Luyssen contribs: libdsm: Don't build extra programs >

[vlc-commits] desktop file: We understand gvp and ram format

2016-05-10 Thread Petter Reinholdtsen
vlc | branch: master | Petter Reinholdtsen | Tue May 10 13:19:43 2016 +0200| [5ac90685619740ab1c03f582c77690a4e2f8de41] | committer: Jean-Baptiste Kempf desktop file: We understand gvp and ram format And add more comments about IANA registration Signed-off-by: Jean-Baptiste