- 04 Feb, 2016 5 commits
-
-
Thomas Guillem authored
-
Thomas Guillem authored
-
Thomas Guillem authored
- vlc_dialog_wait_question will replace dialog_Question - vlc_dialog_wait_question with i_type == VLC_DIALOG_QUESTION_CRITICAL and without action1/action2 will replace dialog_FatalWait - vlc_dialog_wait_login will replace dialog_Login - vlc_dialog_display_progress will replace dialog_Progress - dialog_Fatal is replaced by vlc_dialog_display_error - vlc_dialog_display_error will replace dialog_Fatal - vlc_ext_dialog_update will repalace dialog_ExtensionUpdate - vlc_dialog_wait_question and vlc_dialog_wait_login are interruptible via vlc_interrupt. - Nothing prevents to have more than one dialog type displayed at a time.
-
Thomas Guillem authored
It'll will be replaced by the new dialog API
-
Thomas Guillem authored
-
- 03 Feb, 2016 8 commits
-
-
Tristan Matthews authored
-
Tristan Matthews authored
-
Rémi Denis-Courmont authored
-
Hugo Beauzée-Luyssen authored
-
Rafaël Carré authored
-
Sebastian Ramacher authored
Signed-off-by: Rafaël Carré <funman@videolan.org>
-
Felix Paul Kühne authored
-
Rafaël Carré authored
Debian dropped winepath /usr/bin symlink: http://anonscm.debian.org/cgit/pkg-wine/wine.git/commit/?id=a778a9ba05d57fb6b969d3e21e3cc26e78dc672c
-
- 02 Feb, 2016 14 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
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 2 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>
-