- 28 Apr, 2006 17 commits
-
-
Clément Stenac authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
in any case (however unlikely we were to fall far it on Linux)
-
Benjamin Pracht authored
* Instead, use "screensaver,none" when trying to load the screensaver interface * Same fix for onther interfaces loaded by libvlc
-
Antoine Cellerier authored
-
Antoine Cellerier authored
-
Antoine Cellerier authored
Fix #525 Fixes #525
-
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.
-
Antoine Cellerier authored
-
Antoine Cellerier authored
-
Antoine Cellerier authored
-
Antoine Cellerier authored
-
Clément Stenac authored
-
- 27 Apr, 2006 9 commits
-
-
Antoine Cellerier authored
-
Antoine Cellerier authored
Add option (--shoutcast-show-adult) to show porn^WNC17 rated video streams. Default setting is of course disabled.
-
Jean-Paul Saman authored
-
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
-
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)
-
Damien Fouilleul authored
- fix for problem reported in http://forum.videolan.org/viewtopic.php?t=19804&sid=d4ec4d6ac1bcdc8074d8d2855d734d29
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
- 26 Apr, 2006 5 commits
-
-
Felix Paul Kühne authored
-
Antoine Cellerier authored
The goal is to be able to timeshift on live rtsp streams. The true fix would be to fix the rtsp access ...
-
Olivier Teulière authored
-
Antoine Cellerier authored
-
Clément Stenac authored
-
- 25 Apr, 2006 3 commits
-
-
Cyril Deguet authored
-
Benjamin Pracht 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.
-
Clément Stenac authored
-
- 24 Apr, 2006 6 commits
-
-
Olivier Teulière authored
-
Felix Paul Kühne authored
-
Antoine Cellerier authored
-
Christophe Mutricy authored
-
Sam Hocevar authored
-
Antoine Cellerier authored
* Fix bug with modules chain if the begining or the end of one module's name matched another module's name. (like 'shoutcasttv' and 'shout')
-