[vlc-commits] contrib: bluray: Add an explicit path to find shared libraries

2019-01-07 Thread David Fuhrmann
vlc/vlc-3.0 | branch: master | David Fuhrmann | Mon Jan 7 19:43:17 2019 +0100| [85a99a15c3f8672616aa9304ac2a16b86ca0d69d] | committer: David Fuhrmann contrib: bluray: Add an explicit path to find shared libraries This is needed because runtime hardening does not automatically look for librari

[vlc-commits] contrib: bluray: Add an explicit path to find shared libraries

2019-01-07 Thread David Fuhrmann
vlc | branch: master | David Fuhrmann | Mon Jan 7 19:43:17 2019 +0100| [2ed07256dbbf21bf33cd5f9a58478178a4f0987d] | committer: David Fuhrmann contrib: bluray: Add an explicit path to find shared libraries This is needed because runtime hardening does not automatically look for libraries outsi

[vlc-commits] contrib: aom: update to latest tag

2019-01-07 Thread Tristan Matthews
vlc/vlc-3.0 | branch: master | Tristan Matthews | Fri Jan 4 12:26:04 2019 -0500| [b3f4f81d81d48742eb284658788e345e0c06a22b] | committer: Tristan Matthews contrib: aom: update to latest tag (cherry picked from commit a164f19379edba673d8a61b606f8ed8cd8ca90fe) > http://git.videolan.org/gitweb.c

[vlc-commits] contrib: aom: update to latest tag

2019-01-07 Thread Tristan Matthews
vlc | branch: master | Tristan Matthews | Fri Jan 4 12:26:04 2019 -0500| [a164f19379edba673d8a61b606f8ed8cd8ca90fe] | committer: Tristan Matthews contrib: aom: update to latest tag > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=a164f19379edba673d8a61b606f8ed8cd8ca90fe --- ...-grai

[vlc-commits] contrib: lame: Use __attribute__((target("sse"))) instead of #pragma GCC target("sse")

2019-01-07 Thread Martin Storsjö
vlc/vlc-3.0 | branch: master | Martin Storsjö | Fri Oct 12 10:02:22 2018 +0300| [48d8403274d9335e96b0abe0e9703227c17c4588] | committer: Hugo Beauzée-Luyssen contrib: lame: Use __attribute__((target("sse"))) instead of #pragma GCC target("sse") Clang doesn't support the pragma, but does suppor

[vlc-commits] dlna: add a DLNA stream out

2019-01-07 Thread Shaleen Jain
vlc | branch: master | Shaleen Jain | Thu Oct 11 17:31:42 2018 +0530| [2fa2da0a317610746448b102250c936d0393cc60] | committer: Thomas Guillem dlna: add a DLNA stream out Add support for casting to a DLNA Media Renderers implementing the AVTransport service with the initial support of the defaul

[vlc-commits] dlna: add GetProtocolInfo action

2019-01-07 Thread Shaleen Jain
vlc | branch: master | Shaleen Jain | Fri Aug 17 19:29:57 2018 +0530| [c860fbbc3909c8ad18fb1d2cc61bb4c80835c9d0] | committer: Thomas Guillem dlna: add GetProtocolInfo action Adds support for querying media formats supported by a Media Renderer device. Profiles related to H264/HEVC and MP3/AAC/

[vlc-commits] chromecast: refactor out encoder option functions

2019-01-07 Thread Shaleen Jain
vlc | branch: master | Shaleen Jain | Wed Nov 28 12:11:36 2018 +0530| [9d6b50a357d6662da472d3abdc9c8cd517d5fd9a] | committer: Thomas Guillem chromecast: refactor out encoder option functions Signed-off-by: Thomas Guillem > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=9d6b50a357d666

[vlc-commits] dlna: add PrepareForConnection action

2019-01-07 Thread Shaleen Jain
vlc | branch: master | Shaleen Jain | Fri Sep 28 16:15:02 2018 +0530| [8871ca5366d7d8bb25348b7d0fcbde372b444640] | committer: Thomas Guillem dlna: add PrepareForConnection action This adds support for casting to Media Renderers that implement the optional CM::PrepareForConnection action and re

[vlc-commits] Tag 3.0.5-2 : VLC media player 3.0.5 'Vetinari'

2019-01-07 Thread git
[vlc/vlc-3.0] [branch: refs/tags/3.0.5-2] Tag:9fbce9467eddb156bfddb0593502916931435497 > http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git?a=tag;h=9fbce9467eddb156bfddb0593502916931435497 Tagger: Hugo Beauzée-Luyssen Date: Mon Jan 7 14:06:22 2019 +0100 VLC media player 3.0.5 'Vetinari'

[vlc-commits] Next minor release is 3.0.6

2019-01-07 Thread Jean-Baptiste Kempf
vlc/vlc-3.0 | branch: master | Jean-Baptiste Kempf | Thu Dec 27 11:51:23 2018 +0100| [43f7ba691aaecd75d1b0e4802f5f8a87ef329550] | committer: Steve Lhomme Next minor release is 3.0.6 > http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commit;h=43f7ba691aaecd75d1b0e4802f5f8a87ef329550 ---

[vlc-commits] picture: align the buffer size to 64

2019-01-07 Thread Steve Lhomme
vlc/vlc-3.0 | branch: master | Steve Lhomme | Mon Jan 7 11:59:05 2019 +0100| [8aac9c85ba3089a81663da1b11f7c6a758be843e] | committer: Steve Lhomme picture: align the buffer size to 64 Otherwise aligned_alloc() may fail. It's OK to allocate more to preserve the alignment. Fixes #21647 > http

[vlc-commits] bluray: don't use a region if it's not allocated

2019-01-07 Thread Steve Lhomme
vlc/vlc-3.0 | branch: master | Steve Lhomme | Mon Jan 7 12:27:33 2019 +0100| [65d86a44740a612dfccb04bc49b0a2a7974df358] | committer: Steve Lhomme bluray: don't use a region if it's not allocated (cherry picked from commit b315699d76399989811f87e2cceb674553bf6db8) > http://git.videolan.org/gi

[vlc-commits] bluray: don't use a region if it's not allocated

2019-01-07 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Mon Jan 7 12:27:33 2019 +0100| [b315699d76399989811f87e2cceb674553bf6db8] | committer: Steve Lhomme bluray: don't use a region if it's not allocated > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=b315699d76399989811f87e2cceb674553bf6db8 --- mod