- 04 Feb, 2016 13 commits
-
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Vikram Fugro authored
Signed-off-by:
Rémi Denis-Courmont <remi@remlab.net>
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Thomas Guillem authored
-
Thomas Guillem authored
-
Thomas Guillem authored
-
Thomas Guillem authored
-
Thomas Guillem authored
-
Thomas Guillem authored
-
Thomas Guillem authored
-
- 03 Feb, 2016 2 commits
-
-
Tristan Matthews authored
-
Felix Paul Kühne authored
-
- 02 Feb, 2016 6 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Jean-Baptiste Kempf authored
-
Felix Paul Kühne authored
-
Goran Dokic authored
Signed-off-by:
Felix Paul Kühne <fkuehne@videolan.org>
-
- 01 Feb, 2016 5 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.)
-
Felix Paul Kühne authored
-
- 31 Jan, 2016 2 commits
-
-
David Fuhrmann authored
Fixes compilation warning with latest sparkle version.
-
Sergey Radionov authored
Signed-off-by:
Rémi Denis-Courmont <remi@remlab.net>
-
- 30 Jan, 2016 9 commits
-
-
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>
-
- 28 Jan, 2016 3 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
Finally, the leak is not here. This reverts commit 7a1b6718.
-