- 01 Oct, 2012 14 commits
-
-
Felix Paul Kühne authored
The main window may be asked to update its content prior to VLCFSPanel being fully initialized
-
Felix Paul Kühne authored
-
Rémi Denis-Courmont authored
Some filters and outputs rely on the samples count (which was correct), others on the bytes size (which was not), accounting for why decoding failed only in some combinations.
-
Rémi Denis-Courmont authored
That is recommended by MSDN. Also, do not use 0 for NULL.
-
Rafaël Carré authored
-
Rafaël Carré authored
It is not needed anymore since ce652138 , parsing will stop at first unrecognized character (like \r or \n)
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Felix Paul Kühne authored
This affects: .opus, .ogx, .wtv, .rec, .vro, .tod and .mks
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
- 30 Sep, 2012 18 commits
-
-
David Fuhrmann authored
-
David Fuhrmann authored
This avoids grey or transparent flashes on start
-
David Fuhrmann authored
Note that this commit will break some stuff for non-embedded cases, for now. refs #6814
-
David Fuhrmann authored
-
Rémi Denis-Courmont authored
-
Pierre Ynard authored
-
Pierre Ynard authored
-
Rémi Denis-Courmont authored
Quoting the reporter: | According to include/vlc_access.h, access_t.psz_location is "URL with | the scheme stripped". But in http module, schema stays there after | 302 redirection. That may cause httplive module try to access URL like | "http://http://host/path". Pointed-out-by: bbcallen <bbcallen@gmail.com>
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
If a certificate does not validate, the user will be given the option to accept it manually. GnuTLS will then store the certificate in its known hosts database.
-
Rémi Denis-Courmont authored
This will be used for fine-grained GnuTLS stored public keys, i.e. SSH-like authentication on first use.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Sergey Radionov authored
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Jean-Baptiste Kempf authored
Close #7529
-
- 29 Sep, 2012 8 commits
-
-
Felix Paul Kühne authored
-
Francois Cartegnie authored
-
Rémi Denis-Courmont authored
-
Felix Paul Kühne authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
Keeping the credentials container saves some times, as we do not need to load and parse all of the 100+ Certificate Authorities again. In the future, it will also avoid reloading the stored public keys (i.e. security exceptions), or asking for user confirmation again. Given how the HTTP access is written, the credentials are now preserved upon seeking. Unfortunately, they are not recycled across redirections as access_t.p_sys gets destroyed internally. This also does not work across multiple inputs - support from the instance or input manager would be required.
-
Rémi Denis-Courmont authored
The TLS plugin now supports reusing the same set of credentials for multiple sessions also on the client side.
-
Rémi Denis-Courmont authored
Support for custom certificates will be better addressed with the stored public key support in the GnuTLS library (in latter commit). Support for private keys on client side was practically useless.
-