- 12 May, 2015 22 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
If net_Write() returns a short count, send() is not going to help. It means the connection was closed.
-
Rémi Denis-Courmont authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
Allows using tls transport and does non persistent connection fallback.
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Jean-Baptiste Kempf authored
-
Salah-Eddin Shaban authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Salah-Eddin Shaban authored
Libass does the same, and I think it's a good idea. But their method is IMO overly complicated. Or else I'm over-simplifying things. But this seems to work very well. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Salah-Eddin Shaban authored
It should be LayoutLine(). To be consistent with LayoutParagraph() and LayoutText(). Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Salah-Eddin Shaban authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Salah-Eddin Shaban authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Salah-Eddin Shaban authored
FixGlyph() expects to be called immediately after FT_Load_Glyph(), which is no longer the case. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Salah-Eddin Shaban authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
- 11 May, 2015 3 commits
-
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
Those patches prevent an infinite loop when specifying an interface name, and avoid using a down interface as the defautl interface. fix #14526
-
- 10 May, 2015 5 commits
-
-
Rémi Denis-Courmont authored
With waitall set to false, net_Read() is identical to recv() outside the input thread. This avoids allocating a bogus waitpipe.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
net_Read() is identical to recv() outside the input thread and if waitall is false.
-
Rémi Denis-Courmont authored
This partially reverts commit e9ffcf98.
-
- 09 May, 2015 4 commits
-
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Rémi Denis-Courmont authored
vlc_strcasestr() is slower, locale-dependant and wrong (e.g. httpś should not match).
-
Rémi Denis-Courmont authored
-
- 08 May, 2015 3 commits
-
-
Jean-Baptiste Kempf authored
This is a bad idea.
-
Ramon Gabarró authored
400 was clearly not enough for HD streams Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Ramon Gabarró authored
It makes more sense post move to the IEC scale Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
- 07 May, 2015 3 commits
-
-
Francois Cartegnie authored
-
Francois Cartegnie authored
should appear smoother
-
Francois Cartegnie authored
-