- 18 Jan, 2008 20 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
POSIX does not define FD_SET for fd >= FD_SETSIZE (=> buffer overflow). Windows makes FD_SET a no-op if there are already FD_SETSIZE descriptors in the set.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Pierre d'Herbemont authored
input/meta.c: Don't re-run the art finder if the art was previously set in input_ArtFind. (Should fix youtube.lua arturl).
-
Olivier Aubert authored
include/vlc/mediacontrol_structures.h: use u_int32_t instead of uint32_t, since some versions of gcc seem to get confused (reported by Etienne Robillard)
-
Rafaël Carré authored
-
Olivier Aubert authored
-
Olivier Aubert authored
-
Dennis van Amerongen authored
-
Pierre d'Herbemont authored
access/http.c: Put cookies handling in a disabled by default option, at least until cookies handling is no more a hack.
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
Qt4 - Preferences. Fix a small bug in the layout of the complete preferences that happened in the Video section.
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
Qt4 - make a small comment on how to integrate better the application with your desktop... Yet again the problem with cleanlooks and requests on gconftool. If you want your KDE4 desktop to tell VLC to use Oxygen, comment the line...
-
Jean-Baptiste Kempf authored
-
- 17 Jan, 2008 20 commits
-
-
Antoine Cellerier authored
-
Jean-Baptiste Kempf authored
Jokes besides, if ~MainInterface() is called, then p_mi is destroyed, and p_sys->p_mi too. I just hope I am not wrong :D
-
Pierre d'Herbemont authored
-
Jean-Baptiste Kempf authored
-
Ilkka Ollakka authored
-
Antoine Cellerier authored
-
Antoine Cellerier authored
-
Pierre d'Herbemont authored
-
Ilkka Ollakka authored
maininputmanager which listens p_intf->p_libvlc "volume-change" variable for volumechange. ref #1365
-
Pierre d'Herbemont authored
-
Ilkka Ollakka authored
biggest polls in qt4-interface, still maybe few to go. ref 1365
-
Pierre d'Herbemont authored
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Ilkka Ollakka authored
vlc:nop->vlc:skip revert was unintented.
-
Rafaël Carré authored
-
Rafaël Carré authored
"state" is an integer, not a boolean (since vlc_bool_t is an int, that only makes the code clearer to read)
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
Qt4 - Preferences: avoid a few segfaults in the hotkeys selector. Avoid using QList of module_config_t and attack it from different classes. Avoid using some useless casts...
-