- 21 Dec, 2015 6 commits
-
-
Hugo Beauzée-Luyssen authored
The file has been renamed by 4441e96 in latest libgpg-error
-
Thomas Guillem authored
Can be used if the surface given to mediacodec has a punch hole. Configuring a punch hole depends of the hardware, therefore, this option is only for developers that use libvlc with a known hardware.
-
Francois Cartegnie authored
-
Steve Lhomme authored
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Petri Hintukainen authored
First sectors of DVD are filled with zeros. Checking boot sector avoids seeking when probing "regular" media files. Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Felix Paul Kühne authored
-
- 20 Dec, 2015 24 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
The underlying TCP socket is mostly used for receiving. So in most cases, there is enough space in send buffers for the final packets (such as RST_STREAM and GOAWAY frames). This fixes a race condition where the output thread got cancelled before draining the queue. Now, it only gets cancelled if the send buffer is congested (i.e. it calls poll(POLLOUT)). In normal cases, the thread will exit explicitly after draining.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
We can handle HTTP/1.0 server responses to HTTP/1.1 client requests.
-
Rémi Denis-Courmont authored
-
Francois Cartegnie authored
According to 7.4.1.2.3, SPS extension must only follow sps and can't be picture start then.
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Rémi Denis-Courmont authored
The HTTP module will redirect to MMS(H) when applicable, so handing of the "http" scheem in the MMS module is no longer necessary. Removing it saves a pointless connection attempt when HTTP fails for a reason other than redirecting to MMS.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
There is no support for TLS in the current MMS plug-in.
-
Rémi Denis-Courmont authored
-
Francois Cartegnie authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
- 19 Dec, 2015 10 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Ron Wright authored
Building VLC with a libbluray version older than 0.8.1 results in a build failure because the BD_EVENT_UO_MASK_CHANGED enum does not exist in those older versions. This problem manifests itself in Ubuntu 14.04. CC access/liblibbluray_plugin_la-bluray.lo access/bluray.c: In function ‘blurayHandleEvent’: access/bluray.c:1985:10: error: ‘BD_EVENT_UO_MASK_CHANGED’ undeclared (first use in this function) case BD_EVENT_UO_MASK_CHANGED: ^ access/bluray.c:1985:10: note: each undeclared identifier is reported only once for each function it appears in make[4]: *** [access/liblibbluray_plugin_la-bluray.lo] Error 1 Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Pierre Ynard authored
-
Pierre Ynard authored
This copes with: var a=...,b=...;
-