- 14 Dec, 2007 7 commits
-
-
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 21 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
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
- Add block_fifowake
-
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
-