- 25 Oct, 2011 3 commits
-
-
Tobias Güntner authored
Signed-off-by: Laurent Aimar <fenrir@videolan.org>
-
Rémi Denis-Courmont authored
There is no need for hoops around EBX for non-PIC code.
-
Rafaël Carré authored
-
- 24 Oct, 2011 3 commits
-
-
Laurent Aimar authored
Do not require a recognized .extension for module tracker files when a robust enough marker is present.
-
Laurent Aimar authored
It fixes #5478.
-
Pierre Ynard authored
This reverts commit f06b4d30. This way provides more use-cases that are more useful. Conflicts: src/network/httpd.c
-
- 23 Oct, 2011 7 commits
-
-
Christophe Mutricy authored
-
Daniel Nylander authored
Signed-off-by: Christophe Mutricy <xtophe@chewa.net>
-
Gonçalo Cordeiro authored
Signed-off-by: Christophe Mutricy <xtophe@chewa.net>
-
Gonçalo Cordeiro authored
Signed-off-by: Christophe Mutricy <xtophe@chewa.net>
-
A S Alam authored
Signed-off-by: Christophe Mutricy <xtophe@chewa.net>
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
- 22 Oct, 2011 6 commits
-
-
KO Myung-Hun authored
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Alexey Sokolov authored
LIBVLC_VERSION_REVISION was ignored. Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
Instead of 5:4
-
Jean-Baptiste Kempf authored
-
- 21 Oct, 2011 10 commits
-
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
And now make use of URI
-
Francois Cartegnie authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
This isn't one of the most used function, so, it shouldn't be that visible in the interface.
-
- 20 Oct, 2011 3 commits
-
-
KO Myung-Hun authored
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
KO Myung-Hun authored
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Denis Charmet authored
It is now more precise. Should fix #3019 #3026 (same bug) and avoid case where vlc infinitely loops at some ordered chapter change. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
- 19 Oct, 2011 7 commits
-
-
Pavol Babincak authored
URI scheme handlers allows VLC to manifest ability to open these URIs. Practically it means that if user wants to open url like mms://example.com/ system may automatically choose VLC to open it. I haven't included http, ftp, etc. because they are better handled by web browsers than media player. More info about URI scheme handlers are here: http://standards.freedesktop.org/shared-mime-info-spec/shared-mime-info-spec-latest.html#id2869854 Line with MimeType key is now longer than 998 characters (see RFC 2822). I haven't found a way of making it shorter. In case you didn't get whole line it ends with: x-content/audio-player;application/xspf+xml; Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Rémi Denis-Courmont authored
-
Jean-Baptiste Kempf authored
Close #5465
-
Ilkka Ollakka authored
We don't define maximumWidth for that anymore, so there was this 'QImage: out of memory, returning null' message and no albumart on side.
-
Rémi Denis-Courmont authored
Like vorbisenc, this does not actually build anything. It merely pulls speex if speexdsp is not available in the distro, even if speex is.
-
Rémi Denis-Courmont authored
-
Ilkka Ollakka authored
It should fix #2082 and also that vlc didn't restore playlist viewmode properly, as settings where in MainWindow-group when those widgets are created.
-
- 18 Oct, 2011 1 commit
-
-
Jean-Baptiste Kempf authored
-