- 29 Sep, 2012 7 commits
-
-
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
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
This enables the use of vlc_custom_create() and, later, sharing more code between server and client sides.
-
Rémi Denis-Courmont authored
-
- 21 Sep, 2012 1 commit
-
-
Rémi Denis-Courmont authored
This reverts commit 32596ea8.
-
- 15 Sep, 2012 2 commits
-
-
Mark Lee authored
New methods are provided to: - get the available equalizer presets; - get the available frequency bands (useful for creating a UI); - create a new default equalizer, or create a new equalizer from a preset; - release a previously created equalizer; - get/set preamp and individual frequency amplification values; - apply equalizer settings to a media player. Equalizer settings are persistent, can be made whether media is currently playing or not, and will automatically be applied to subsequently played media. Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Rémi Denis-Courmont authored
-
- 12 Sep, 2012 1 commit
-
-
Jean-Baptiste Kempf authored
-
- 11 Sep, 2012 1 commit
-
-
Rémi Denis-Courmont authored
-
- 10 Sep, 2012 2 commits
-
-
Rémi Denis-Courmont authored
-
Rafaël Carré authored
-
- 08 Sep, 2012 1 commit
-
-
Rémi Denis-Courmont authored
This makes the definition consistent with glibc (NaCl).
-
- 06 Sep, 2012 1 commit
-
-
Rémi Denis-Courmont authored
-
- 05 Sep, 2012 1 commit
-
-
Mark Lee authored
Signed-off-by:
Rafaël Carré <funman@videolan.org>
-
- 03 Sep, 2012 4 commits
-
-
. authored
This patch uses the information passed by the demuxer in block_t's i_nb_samples and i_length to properly handle pre-skip, seeking pre-roll, and end-trim. Multi-channel decoding should work. It also adds .opus to the list of supported formats. Signed-off-by:
Rafaël Carré <funman@videolan.org>
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
We do not use (non-standard) alloca() anymore.
-
- 02 Sep, 2012 2 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
WIN32 is defined also on WinCE anyway.
-
- 28 Aug, 2012 2 commits
-
-
Angelo Haller authored
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Rémi Denis-Courmont authored
-
- 26 Aug, 2012 2 commits
-
-
KO Myung-Hun authored
This fixes the following error. ----- make.exe[1]: Entering directory `F:/lang/work/vlc/vlc.git/modules/demux/mkv' CXX libmkv_plugin_la-virtual_segment.lo In file included from ../../../include/vlc_common.h:938, from mkv.hpp:45, from demux.hpp:28, from virtual_segment.cpp:27: ../../../include/vlc_configuration.h:104: error: 'ssize_t' does not name a type ../../../include/vlc_configuration.h:106: error: 'ssize_t' does not name a type In file included from mkv.hpp:53, from demux.hpp:28, from virtual_segment.cpp:27: ../../../include/vlc_charset.h:153: warning: 'warn_unused_result' attribute ignored make.exe[1]: *** [libmkv_plugin_la-virtual_segment.lo] Error 1 make.exe[1]: Leaving directory `F:/lang/work/vlc/vlc.git/modules/demux/mkv' make.exe: *** [all] Error 2 ----- Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Zoran Turalija authored
Allow easier cycling through available deinterlace modes instead of painfully going through menus. Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- 23 Aug, 2012 3 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
(Though in practice, the only call site ignores the return value.)
-
Rémi Denis-Courmont authored
-
- 21 Aug, 2012 4 commits
-
-
Rémi Denis-Courmont authored
Also inline str_format().
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
- 20 Aug, 2012 2 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
When there is an ambiguity, the caller is responsible for determining whether a string is an URL or a path. In most cases, the string is known as a file path.
-
- 19 Aug, 2012 4 commits
-
-
Rémi Denis-Courmont authored
Also do not save garbage, especially pointers, in the plugin cache.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
This hinders the following commits. This was only used in a single plugin on a single platform, and was poorly designed.
-