- Feb 04, 2016
-
-
Thomas Guillem authored
-
Thomas Guillem authored
-
Thomas Guillem authored
-
Thomas Guillem authored
Only callacks are tested by default. In order to test qt dialogs, run the test manually with './test_src_interface_dialog -a'.
-
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
-
- Feb 03, 2016
-
-
Tristan Matthews authored
-
Tristan Matthews authored
-
Rémi Denis-Courmont authored
-
Hugo Beauzée-Luyssen authored
-
Rafaël Carré 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
-
- Feb 02, 2016
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont 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
-
Signed-off-by:
Felix Paul Kühne <fkuehne@videolan.org>
-
Pierre Ynard authored
Fix #16195
-
Pierre Ynard authored
-
Pierre Ynard authored
-
- Feb 01, 2016
-
-
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
-
- Jan 31, 2016
-
-
Jean-Baptiste Kempf authored
-
David authored
Fixes compilation warning with latest sparkle version.
-
David authored
This version of Sparkle requires 10.7 at least, local patches can be all dropped.
-