- 07 May, 2006 3 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
zorglub authored
-
- 04 May, 2006 1 commit
-
-
damienf authored
-
- 02 May, 2006 1 commit
-
-
Rémi Denis-Courmont authored
-
- 01 May, 2006 6 commits
- 30 Apr, 2006 4 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
- 29 Apr, 2006 4 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
- 28 Apr, 2006 6 commits
-
-
zorglub authored
-
bigben authored
* Instead, use "screensaver,none" when trying to load the screensaver interface * Same fix for onther interfaces loaded by libvlc
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
- Close-on-exec: Don't leak httpd client sockets into CGI scripts or whatever child process we spawn.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
work like any other one: it's actually thirty two times as big than the POSIX ones for any given FD_SETSIZE, plus FD_SET and FD_ISSET are O(n) instead of O(1). But at least, the mingw implementations of FD_SET has built-in overflow checks. Also, Winsock insists on returning big socket numbers, so we can't drop those above FD_SETSIZE or we have no TCP/IP support at all, anyway.
-
- 27 Apr, 2006 3 commits
-
-
Rémi Denis-Courmont authored
the specified file descriptor does not exceeds the fd_set limit (FD_SETSIZE). Registering a file descriptor above this limit is not defined (read: this is a buffer overflow). This is not normally exploitable on Linux because FD_SETSIZE equals the default limit for file descriptors per processes, but should work on BSDs. Cygwin is also very prone to this problem (but right, we don't use it). As for Windows, it will overflow if you try to select() more than 64 sockets at a time (regardless of the total numbers of socket), but for the sake of simplicity and portability, this patch actually prevent opening more than 64 sockets at all. There are still quite a bunch of plugins that needs fixing.
-
Jean-Paul Saman authored
Play VOD RTSP from Amino STB with RTSP url: 'rtsp://192.168.0.5:5554//192.168.0.5:5554/dvd;type=VOD;servertype=MediaBase' Note the double slash // between the ip-addresses. Patch by Rob Casey (rob dot casey AT swishgroup dot com dot au)
-
Jean-Paul Saman authored
-
- 25 Apr, 2006 1 commit
-
-
bigben authored
* screensaver.c, configure.ac: use directly dbus to disable gnome-screensaver if dbus is available upon compilation, instead of using system(gnome-screensaver-command * interface.c: use the b_strict boolean when calling module_Need upon extra interface launching. This prevents vlc to try to launch a 2nd wx gui if the screensaver module isn't available.
-
- 23 Apr, 2006 4 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Sam Hocevar authored
shifts. Thanks to bigben for testing.
-
Sam Hocevar authored
-
- 21 Apr, 2006 1 commit
-
-
Christophe Mutricy authored
-
- 20 Apr, 2006 1 commit
-
-
Rémi Denis-Courmont authored
-
- 19 Apr, 2006 1 commit
-
-
littlejohn authored
-
- 15 Apr, 2006 2 commits
-
-
Cyril Deguet authored
(in KHz) + fixed the bitrate ("$B") variable to use only the audio bit rate. * winamp2.xml: updated the winamp2 skin
-
Rémi Denis-Courmont authored
where the user normally use LANG, LANGUAGE, etc to define his/her language(s). It didn't work anyway (refs #638).
-
- 14 Apr, 2006 1 commit
-
-
Rémi Denis-Courmont authored
*** NOT MEANT FOR BACKPORTING ***
-
- 13 Apr, 2006 1 commit
-
-
hartman authored
-