[vlc-commits] hw: vaapi: fix a few warnings

2019-01-17 Thread Johan Gunnarsson
vlc | branch: master | Johan Gunnarsson | Thu Jan 17 20:40:04 2019 +0100| [981a31858ff30f0d0371a08123b0dfbe46c781ac] | committer: Steve Lhomme hw: vaapi: fix a few warnings hw/vaapi/filters.c:296:9: warning: variable 'pipeline_buf' is used uninitialized whenever 'if' condition is true [

[vlc-commits] avformat: missing cast, fix format

2019-01-17 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Thu Jan 17 18:56:07 2019 +0200| [17717547a4effd0fa722125491a5d2bacc6039c7] | committer: Rémi Denis-Courmont avformat: missing cast, fix format > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=17717547a4effd0fa722125491a5d2bacc6039c7 --- mo

[vlc-commits] remove stray $Id

2019-01-17 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Thu Jan 17 13:33:28 2019 +0100| [78d3d6a3c62292ae379024e32a1a808483e7f3a1] | committer: Steve Lhomme remove stray $Id > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=78d3d6a3c62292ae379024e32a1a808483e7f3a1 --- include/vlc/libvlc_events.h

[vlc-commits] sout: chromecast: fix regression

2019-01-17 Thread Shaleen Jain
vlc | branch: master | Shaleen Jain | Thu Jan 17 10:41:39 2019 +0530| [ce8b76c4ecb2d4377024f5fc8da7918c29fcbee8] | committer: Thomas Guillem sout: chromecast: fix regression Before commit ec61edc0d0292ab37bb1dbafb23a8aed49e966bb chromecast depended on vlc_sout_renderer_GetVcodecOption to signa

[vlc-commits] direct3d9: update the desktop mode synchronously in manage

2019-01-17 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Thu Jan 17 11:28:34 2019 +0100| [6871e31ebe0e7723d42d30d68c6d08f60d71fa9e] | committer: Steve Lhomme direct3d9: update the desktop mode synchronously in manage No need to reopen the device for that. Fixes #21733 > http://git.videolan.org/gitweb.cgi/vlc.gi

[vlc-commits] direct3d9: simplify the desktop mode update logic

2019-01-17 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Thu Jan 17 11:33:57 2019 +0100| [b7cdab44734fdb5e90ffdf57416ff0a966b15d8e] | committer: Steve Lhomme direct3d9: simplify the desktop mode update logic Now the callback writes in an atomic bool which is then used in Manage(). No need for a lock anymore or an

[vlc-commits] direct3d9: split the reopen function

2019-01-17 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Thu Jan 17 11:25:53 2019 +0100| [f936c43087ec096a4155474a6aa1a5c384683370] | committer: Steve Lhomme direct3d9: split the reopen function Move the desktop mode handling out of it. > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=f936c43087ec096a415

[vlc-commits] remove the $Id$ in the source code

2019-01-17 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Thu Jan 17 12:19:18 2019 +0100| [53632798050d57d11e1b7e09009ba8a7e0cc1e40] | committer: Steve Lhomme remove the $Id$ in the source code > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=53632798050d57d11e1b7e09009ba8a7e0cc1e40 --- bin/darwinvlc.m

[vlc-commits] do not expand the Id on checkout for any file

2019-01-17 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Thu Jan 17 12:21:04 2019 +0100| [777f36c15564b076bf13af6641493d97cd5ee224] | committer: Steve Lhomme do not expand the Id on checkout for any file no README even had it anyway > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=777f36c15564b076bf13af6

[vlc-commits] direct3d9: remove unused cfg_saved

2019-01-17 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Thu Jan 17 09:25:10 2019 +0100| [c060c44a64ab9be16fbc69e9230fd32dff446b0b] | committer: Steve Lhomme direct3d9: remove unused cfg_saved > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=c060c44a64ab9be16fbc69e9230fd32dff446b0b --- modules/video_out

[vlc-commits] sout: chromecast: remove unused pause_delay hack

2019-01-17 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem | Thu Jan 17 11:41:13 2019 +0100| [628a7d3a3f71604ae3e47192b65232049cc9267a] | committer: Thomas Guillem sout: chromecast: remove unused pause_delay hack Not needed anymore since timestamps are reset by the muxer. > http://git.videolan.org/gitweb.cgi/vlc.

[vlc-commits] codec: avcodec: use av_strerror

2019-01-17 Thread Francois Cartegnie
vlc | branch: master | Francois Cartegnie | Thu Jan 17 11:27:41 2019 +0100| [cfd18d41122df37165cca6eb1ed575ff90a10044] | committer: Francois Cartegnie codec: avcodec: use av_strerror > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=cfd18d41122df37165cca6eb1ed575ff90a10044 --- modules