- 05 Jun, 2009 19 commits
-
-
Cyril Mathé authored
Signed-off-by: Laurent Aimar <fenrir@videolan.org>
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Felix Paul Kühne authored
Note that we don't use FTP to access ganesh in 'make src' either...
-
Rémi Denis-Courmont authored
-
Sébastien Escudier authored
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Erwan Tulou authored
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Erwan Tulou authored
Fixes #2821 Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Malte Tancred authored
The class VLCMedia used only the trailing path part of the URL it was handed. I changed the roles of initWithPath: and initWithURL: by letting initWithPath: create an NSURL, and initWithURL: hand the complete URL to libvlc_media_new. With this change I'm able to play network streams, not just local movie files. Signed-off-by: Derk-Jan Hartman <hartman@videolan.org>
-
Pierre d'Herbemont authored
Pointed by Remi.
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
It should be improved.
-
Pierre d'Herbemont authored
libvlc: Make sure we don't attempt to delete the current event manager and object from one of its observer callback. This is not yet supported.
-
Pierre d'Herbemont authored
Pointed by Laurent and Valgrind.
-
Pierre d'Herbemont authored
Pointed by Laurent and Valgrind.
-
Pierre d'Herbemont authored
Pointed by Laurent.
-
- 04 Jun, 2009 15 commits
-
-
Derk-Jan Hartman authored
vlc_cond_timedwait() for the snapshots was using the wrong timevalue. Thx to fenrir for helping me chase this one. Fixes #2819
-
Laurent Aimar authored
Initialize the alpha plane pointers even when not used !
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Rémi Denis-Courmont authored
-
Derk-Jan Hartman authored
This partly fixes #2815, but the conflict of "Reveal in Finder" and "Record" has not yet been fixed.
-
Derk-Jan Hartman authored
When using the hotkeys to seek, each offset seek was executed twice. The bahavior of INPUT_CONTROL_SET_TIME_OFFSET has changed, and these callbacks did not account for that yet. This closes #2820
-
JP Dinger authored
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
Just to get compilation working. Any use of Timer API will result in an abort() for now.
-
- 03 Jun, 2009 6 commits
-
-
Jean-Baptiste Kempf authored
Idea and code from Francois Cartegnie
-
Cyril Mathé authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Cyril Mathé authored
- video.deinterlaceEnable(char *mode) : enable deinterlace filter which type is defined by mode - video.deinterlaceDisable() : disable deinterlace filter Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Cyril Mathé authored
- video.deinterlaceEnable(char *mode) : enable deinterlace filter which type is defined by mode - video.deinterlaceDisable() : disable deinterlace filter Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Laurent Aimar authored
Patch by ozvald (see #2733)
-
Cyril Mathé authored
- libvlc_video_enable_deinterlace(libvlc_media_player_t *p_mi, int b_enable, const char *psz_mode, libvlc_exception_t *p_e) - b_enable: boolean to enable or disable deinterlace filter - psz_mode: char to define the deinterlace mode (blend, linear...) Signed-off-by: Laurent Aimar <fenrir@videolan.org>
-