- 14 Dec, 2007 15 commits
-
-
Rafaël Carré authored
Add OpenPGP code, still unused as there is no download of binaries at the moment We will need to define (and write) the files (and their location) we will use in the update system: * We will use a file per arch, which will be signed * ALL VideoLAN gpg public keys will be stored on http://download.videolan.org/pub/keys/XXXXXXXXXXXXXXXX.asc where XXXXXXXXXXXXXXXX is the long id of the key * Every downloadable file will be signed with gpg --sign --detach --armor
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
modules/macosx/prefs_widgets.m: module_GetConfig doesn't accept second arg as NULL, quickly work around that.
-
Pierre d'Herbemont authored
modules/gui/macosx/prefs*.m: Fix for module_t privatization. Feel free to test. That code is unreadable.
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
control/media_descriptor.c: As requested by Jacques Boileau, allow options tuning from the media_descriptor class. This is done through libvlc_media_descriptor_add_option.
-
Jean-Paul Saman authored
-
Jean-Baptiste Kempf authored
Qt4 - VLM improvements... Classing for the three kind of objects, more property editing and less segfaults (though there is one I have nooo clue ).
-
Jean-Baptiste Kempf authored
Qt4 - Art in the playlist is collapsable with the use of a QSplitter. If you really don't like, please revert.
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
- 13 Dec, 2007 12 commits
-
-
Rafaël Carré authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
SET_PARAMETER is simply *wrong*. Servers are not supposed to support except for proprietary extensions (meaning we cannot use for just any random server). Even GET_PARAMETER is hardly good, as it is not mandatory to implement either, but it is a defined way to ping (which SET_PARAMETER ain't). In any case, the only proper way to ping a stream is RTCP feedback. When it comes to the control session, better check OPTIONS Allow: header for GET_PARAMETER. I really wonder how live555 can be so low-level though - smells like we are trying to be too intelligent here.
-
Jean-Paul Saman authored
Patch by Jilles Tjoelker. Fixes crash in playlist due to negative index in playlist item array. Added boundary check to solve this.
-
Pierre d'Herbemont authored
-
Richard Hosking authored
-
Ilkka Ollakka authored
reset editingmode when mediainfo-dialog is closed, still leaves bug when dialog is reshown that it doesn't update content
-
Ilkka Ollakka authored
-
Ilkka Ollakka authored
inputChanged-signal instead of polling. I think that iteration-count for this one is still under 10 ;)
-
Christophe Mutricy authored
-
- 12 Dec, 2007 13 commits
-
-
Christophe Mutricy authored
-
Christophe Mutricy authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
Before fork() would break VLC's own sigmask. After exec*() would rely on the children program to do it (and many don't).
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
- Use module_Exists as appropriate - Rename module_FindName as module_Find
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-