- 12 May, 2015 13 commits
-
-
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 12 commits
-
-
Francois Cartegnie authored
-
Francois Cartegnie authored
should appear smoother
-
Francois Cartegnie authored
-
Francois Cartegnie authored
Fixes playback with single file, simple profile
-
Francois Cartegnie authored
-
Rémi Denis-Courmont authored
There is no actual usage of the waitpipe left in the HTTP server.
-
David Fuhrmann authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
All existing call sites are in muxers and they all check that the FIFO is not empty, and assume that it cannot be emptied asynchronously. So simplify accordingly.
-
Thomas Guillem authored
A lot of playlist probe only check the file extension that returns true for a directory too.
-
Francois Cartegnie authored
We need to unselect missing PID on PMT update as some providers add overlapping delay to the last packet of prev pid. reverts commit 50accb82
-