[vlc-commits] resource: atomically return vout on failure (fixes #22284)

2019-05-08 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Wed May 8 22:21:52 2019 +0300| [a1924dbd8bb3e3c146ef150191dcf8ffa0be0a59] | committer: Rémi Denis-Courmont resource: atomically return vout on failure (fixes #22284) If vout_Request() fails, atomically mark the still stopped vout as free. This

[vlc-commits] contrib: png: update to 1.6.37

2019-05-08 Thread Tristan Matthews
vlc | branch: master | Tristan Matthews | Wed May 8 14:27:06 2019 -0400| [6bfeb1d885a238959ca254076035e928a701beda] | committer: Tristan Matthews contrib: png: update to 1.6.37 This release fixed CVE-2019-7317, although our png module is not using this API. >

[vlc-commits] vout: remove dead code

2019-05-08 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Wed May 8 18:54:01 2019 +0300| [587a5e2ac478b151848c06a55b1c9f7960f272de] | committer: Rémi Denis-Courmont vout: remove dead code If the vout was not stopped explicitly, vout_Close() will call vout_Stop() anyway. Either way, the window is

[vlc-commits] vout: cancel the thread and simplify

2019-05-08 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Wed May 8 19:20:53 2019 +0300| [949204f27498bd21e8d269b5aa9b80c7ec84a435] | committer: Rémi Denis-Courmont vout: cancel the thread and simplify > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=949204f27498bd21e8d269b5aa9b80c7ec84a435 ---

[vlc-commits] vout: stop the vout after joining the thread

2019-05-08 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Wed May 8 19:04:15 2019 +0300| [aec7d7a27f6ff0bee6836cde17c66492c6c1272e] | committer: Rémi Denis-Courmont vout: stop the vout after joining the thread Sibling changeset of 4c8af37efa8b462c4716ff0acbefc071745f. >

[vlc-commits] vout/control: make vout_control_Pop() cancel-safe

2019-05-08 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Wed May 8 19:19:50 2019 +0300| [41cbf6bcfb11683bcb0e3102d54ee1d208f193ca] | committer: Rémi Denis-Courmont vout/control: make vout_control_Pop() cancel-safe >

[vlc-commits] schroedinger: remove bogus const

2019-05-08 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Tue Apr 23 20:13:18 2019 +0300| [3108e20e3b971217c4dda9729754ba56e2707252] | committer: Rémi Denis-Courmont schroedinger: remove bogus const > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=3108e20e3b971217c4dda9729754ba56e2707252 ---

[vlc-commits] dbus: avoid precedence warning

2019-05-08 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Mon Apr 15 19:48:48 2019 +0300| [c182eacdad8759641b61bb8828739e08ac9c26f3] | committer: Rémi Denis-Courmont dbus: avoid precedence warning > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=c182eacdad8759641b61bb8828739e08ac9c26f3 ---