- 23 Nov, 2007 23 commits
-
-
Pierre d'Herbemont authored
MacOSX/Framework/VLCMediaList.m: Cache the media list objects in a NSMutableArray. We do this because we want to use bindings. Cocoa bindings requires us to send willChangeValueForKey/didChangeValueForKey on the main thread. And that's one of the simpler way to do that without having locking problems.
-
Jean-Baptiste Kempf authored
-
Rémi Denis-Courmont authored
heavy simplification, and fix(/remove) piles of error cases. Server gets to choose the charset anyway.
-
Jean-Paul Saman authored
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
-
Jean-Paul Saman authored
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
MacOSX/Framework/VLCMediaList.m: Don't forget to alloc an autorelease pool on function that may be called from a non-main thread context.
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
MacOSX/Framework: Use mediaListWithLibVLCMediaList instead of media*l*istWithLibVLCMediaList, to match the VLCMediaList class name cases.
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Jean-Baptiste Kempf authored
-
Jean-Paul Saman authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
Also the soundSlider takes it first value from the preferences...
-
Jean-Baptiste Kempf authored
Need a lot of graphic tweaking.
-
Pierre d'Herbemont authored
-
Rafaël Carré authored
-
- 22 Nov, 2007 12 commits
-
-
Damien Fouilleul authored
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
-
Christophe Mutricy authored
-
Damien Fouilleul authored
-
Christophe Mutricy authored
Slovenian translation updates by Matej Urbančič
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
control/event.c: Properly implement libvlc_event_type_name, instead of relying on a non-working macro.
-
Pierre d'Herbemont authored
-
Rafaël Carré authored
-
- 21 Nov, 2007 5 commits
-
-
Christophe Mutricy authored
Add some mimetype
-
Jean-Paul Saman authored
Patch by Glen Gray: Enable keepalive for Kasenna servers, they parse the User Agent string and check for _KA appended to the User Agent name.
-
Jean-Paul Saman authored
Patch by Glen Gray: RTSP keep alive fix. If the server doesn't handle RTCP-RR packets and requires specific GET_PARAMETER commands (such as Kasenna) then the session times out when vlc is paused because the current version only sends the info when Demux() is called. Demux() is only called when data is received. This patch fixes this issue with a boolean that is set during PAUSED state that allows the timer thread to send the GET_PARAMTER messages instead and thus keeping the RTSP session alive.
-
Jean-Paul Saman authored
Patch by Glen Gray: RTSP keep alive fix. If the server doesn't handle RTCP-RR packets and requires specific GET_PARAMETER commands (such as Kasenna) then the session times out when vlc is paused because the current version only sends the info when Demux() is called. Demux() is only called when data is received. This patch fixes this issue with a boolean that is set during PAUSED state that allows the timer thread to send the GET_PARAMTER messages instead and thus keeping the RTSP session alive.
-
Christophe Mutricy authored
-