[vlc-commits] demux: adaptive: fix namespace

2018-04-10 Thread Zhao Zhili
vlc | branch: master | Zhao Zhili | Tue Apr 10 19:30:30 2018 +0800| [870b6dbc47bf94f43f93f8c3e0715bbf879c5b8c] | committer: Francois Cartegnie demux: adaptive: fix namespace Signed-off-by: Francois Cartegnie >

[vlc-commits] direct3d9: Disable OpenGL interop if OpenGL is unavailable

2018-04-10 Thread Martin Storsjö
vlc | branch: master | Martin Storsjö | Tue Apr 10 22:53:16 2018 +0300| [0d0aef05c157c0225a4a0ca1c9b2d91797616f35] | committer: Martin Storsjö direct3d9: Disable OpenGL interop if OpenGL is unavailable On Windows on ARM/ARM64, OpenGL isn't available. (For emulation of i386

[vlc-commits] contrib: projectM/glew: Don't build projectM (and implicitly glew) when targeting windows on arm/aarch64

2018-04-10 Thread Martin Storsjö
vlc | branch: master | Martin Storsjö | Tue Apr 10 22:53:50 2018 +0300| [85c8fa3f7fc41e7d76eb28422dbdec58a0df00c5] | committer: Martin Storsjö contrib: projectM/glew: Don't build projectM (and implicitly glew) when targeting windows on arm/aarch64 OpenGL is unavailable on

[vlc-commits] VLSub: Update to use simplified readdir

2018-04-10 Thread Hugo Beauzée-Luyssen
vlc | branch: master | Hugo Beauzée-Luyssen | Tue Apr 10 17:18:05 2018 +0200| [1a11278e98898b094baff7b02c2ad4e48c7dcc8d] | committer: Hugo Beauzée-Luyssen VLSub: Update to use simplified readdir >

[vlc-commits] lua: io: Simplify readdir

2018-04-10 Thread Hugo Beauzée-Luyssen
vlc | branch: master | Hugo Beauzée-Luyssen | Tue Apr 10 17:09:10 2018 +0200| [dbafe08dfa0e88942aff92cf0e70793fe305bbe3] | committer: Hugo Beauzée-Luyssen lua: io: Simplify readdir >

[vlc-commits] packetizer: a52: merge eac3 dependent blocks into independent ones

2018-04-10 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem | Tue Apr 10 13:20:22 2018 +0200| [01d446d5f924ea23b85fdb192ad08bacaf63b6ca] | committer: Thomas Guillem packetizer: a52: merge eac3 dependent blocks into independent ones This fixes a regression from

[vlc-commits] spdif: eac3: handle packetized and no packetized blocks

2018-04-10 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem | Tue Apr 10 15:03:26 2018 +0200| [dee8d0bc530cc7699652079d2f178531bdd4cc5f] | committer: Thomas Guillem spdif: eac3: handle packetized and no packetized blocks Handle the case where there are more than one a52 streams in a block. >

[vlc-commits] spdif: eac3: add more checks

2018-04-10 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem | Tue Apr 10 17:10:11 2018 +0200| [77f025321f77b6e3cca66443176bc960a40aa1c1] | committer: Thomas Guillem spdif: eac3: add more checks > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=77f025321f77b6e3cca66443176bc960a40aa1c1 ---

[vlc-commits] demux: adaptive: add icasecmp helper

2018-04-10 Thread Francois Cartegnie
vlc | branch: master | Francois Cartegnie | Tue Apr 10 09:51:06 2018 +0200| [5e75d07bd073dccdff146aed4d7309e7fe46de70] | committer: Francois Cartegnie demux: adaptive: add icasecmp helper >

[vlc-commits] demux: adaptive: properly process case insensitive headers/values

2018-04-10 Thread Francois Cartegnie
vlc | branch: master | Francois Cartegnie | Tue Apr 10 09:51:28 2018 +0200| [4f7323b3ee6e4838a78b5e5f8519ffd6d6909ccf] | committer: Francois Cartegnie demux: adaptive: properly process case insensitive headers/values >

[vlc-commits] contrib: harfbuzz: no need to set CFLAGS to itself

2018-04-10 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Tue Apr 10 08:35:12 2018 +0200| [5a990c089c896de2296784d70ff30f1c3de27af0] | committer: Steve Lhomme contrib: harfbuzz: no need to set CFLAGS to itself >

[vlc-commits] text_renderer/freetype: Fix uninitialized usage of i_max_face_height

2018-04-10 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Thu Mar 29 11:38:28 2018 +0200| [3810606e0d588a9e78e6b2d15db89d388739e439] | committer: Thomas Guillem text_renderer/freetype: Fix uninitialized usage of i_max_face_height Signed-off-by: Thomas Guillem >