- 06 Mar, 2017 14 commits
-
-
François Cartegnie authored
-
François Cartegnie authored
-
François Cartegnie authored
-
Jean-Baptiste Kempf authored
This reverts commit 705a427f.
-
François Cartegnie authored
-
François Cartegnie authored
-
François Cartegnie authored
Some recording have a still SCR or a broken/offset SCR. Detects if SCR - PTS is far above limits and rejects it.
-
Thomas Guillem authored
dequeueOutputBuffer() can fail when flushing.
-
François Cartegnie authored
-
François Cartegnie authored
-
Filip Roséen authored
The previous implementation would potentially read the "element" right after the last one in the subsequently used array (as priv->i_title denotes the number of titles present). These changes also include a check to make sure that var_GetInteger( p_input, "title" ) does not result in a negative value (as such can be used to read from outside the array, but on the other side). Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Filip Roséen authored
As the function is not guaranteed to succeed we should check the return-value in order to prevent potentially using a handle which is not valid. Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Filip Roséen authored
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Filip Roséen authored
The previous implementation assumed that the remote entity would not ask for authentication unless we have stated that we have the capability for such, we should however not trust this assumption given that it would (if it happens) cause problems with the username / password being NULL. Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- 05 Mar, 2017 14 commits
-
-
Steve Lhomme authored
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Steve Lhomme authored
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Steve Lhomme authored
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Steve Lhomme authored
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Filip Roséen authored
It is clearer to initialize the relevant data-member directly than to use memset on the entire structure. Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Filip Roséen authored
The order, and number, of data-members inside struct iovec is not guaranteed according to the POSIX specification; as such these changes make sure that we initialize what we expect to initialize by using designated-initializers. Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Sebastian Ramacher authored
Fixes "QPixmap::grabWidget is deprecated, use QWidget::grab() instead". Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
Users of vlc_tls_t coalesce sends in user-space correctly. That being the case, the Nagle algorithm just increases latency for no benefits.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
Also remove duplicated error message (net_ConnectTCP prints a better one).
-
Rémi Denis-Courmont authored
-
Jean-Baptiste Kempf authored
-
- 04 Mar, 2017 10 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
Send the whole HTTP request in a single TCP frame.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
This was not implemented properly and of questionable usefulness.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
...with insecure HTTP.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
- 03 Mar, 2017 2 commits
-
-
Rémi Denis-Courmont authored
-
Thomas Guillem authored
-