- 02 Feb, 2016 11 commits
-
-
Steve Lhomme authored
Modified-by: Jean-Baptiste Kempf <jb@videolan.org> Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Thomas Guillem authored
-
Thomas Guillem authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Felix Paul Kühne authored
-
Goran Dokic authored
Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
-
Pierre Ynard authored
Fix #16195
-
Pierre Ynard authored
-
Pierre Ynard authored
-
- 01 Feb, 2016 6 commits
-
-
Rémi Denis-Courmont authored
This explicitly allows the server to return gzip or deflate Content-Encoding. This is not explicitly allowed for normal streams because Content-Encoding breaks use of bytes ranges. Seeking offsets and size would be in terms of the compressed stream. This would prevent VLC demuxers from seeking or estimating duration. The HTTP origin server can still return Content-Encoding in any case as VLC does not explicitly forbid it (with Accept-Encoding: identity). However in practice, servers will not perform opportunistic on-the-fly compression.
-
Rémi Denis-Courmont authored
deflate is handled by the inflate stream filter. gzip is handled either by the inflate or decomp stream filter.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
This handles deflate encoding or application/zlib type transparently. (Note though that it fails to check and discard the application/zlib content-type from the underlying stream.)
-
Olivier Aubert authored
-
Felix Paul Kühne authored
-
- 31 Jan, 2016 5 commits
-
-
Jean-Baptiste Kempf authored
-
David Fuhrmann authored
Fixes compilation warning with latest sparkle version.
-
David Fuhrmann authored
This version of Sparkle requires 10.7 at least, local patches can be all dropped.
-
Sergey Radionov authored
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Sergey Radionov authored
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
- 30 Jan, 2016 12 commits
-
-
Steve Lhomme authored
for Winstore apps the code is hidden Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Sebastian Ramacher authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Sebastian Ramacher authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Sebastian Ramacher authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Sebastian Ramacher authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Sebastian Ramacher authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Sebastian Ramacher authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Sebastian Ramacher authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Sebastian Ramacher authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Sebastian Ramacher authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Hugo Beauzée-Luyssen authored
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Steve Lhomme authored
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
- 28 Jan, 2016 6 commits
-
-
Erwan Tulou authored
The current screen in a multi-screen config is chosen to maximize the window instead of the default main screen. This fixes trac #16500
-
Erwan Tulou authored
-
Thomas Guillem authored
-
Thomas Guillem authored
Finally, the leak is not here. This reverts commit 7a1b6718.
-
Thomas Guillem authored
-
Hugo Beauzée-Luyssen authored
-