- 31 Mar, 2007 11 commits
-
-
Antoine Cellerier authored
Update the help strings. These should be autogenerated at run time (IMO)... else people won't notice commands added in other modules, like "adjust" for example.
-
Antoine Cellerier authored
-
Antoine Cellerier authored
Module specific commands change in rc.c. See http://article.gmane.org/gmane.comp.video.videolan.vlc.devel/28757 | sed 's/<at> /@/g'
-
Antoine Cellerier authored
vout_subpictures.c: Do not call the scaling module if the subpicture is using RGBA. The current way subpictures scaling and blending modules loading work is kind of flawed. It assumes that the module will be able to handle all the possible types of input chromas. This worked fine previously (since all modules allowing to scale/blend YUVP also handled YUVA), but doesn't now (the scaling module doesn't support RGBA. blending works fine). vout_pictures.*: Add core support for RGBA pictures.
-
Jean-Baptiste Kempf 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
Qt4 - Remove the enqueue button and regroup it under the play button, since it is far less used. KEEP IT SIMPLE :D xtophe, is that what you wanted ? Stream() does not do anything yet.
-
- 30 Mar, 2007 6 commits
-
-
Jean-Baptiste Kempf authored
-
Antoine Cellerier authored
-
Pierre d'Herbemont authored
-
Christophe Mutricy authored
-
Derk-Jan Hartman authored
cleanup of freetype.c by Bernie Purcell
-
Derk-Jan Hartman authored
Several fixes for warnings. by Bernie Purcell <b dot purcell at adbglobal dot com>
-
- 29 Mar, 2007 14 commits
-
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Yoann Peronneau authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Yoann Peronneau authored
-
Jean-Baptiste Kempf authored
-
Christophe Mutricy authored
-
Jean-Baptiste Kempf authored
-
Yoann Peronneau authored
-
Damien Fouilleul authored
-
- 28 Mar, 2007 9 commits
-
-
Damien Fouilleul authored
-
Damien Fouilleul authored
voutgl.m: support for VOUT_REDRAW_RECT in agl code, also added some smarts regarding handling null clip regions, which causes video flickers on Firefox/MacOSX when scrolling a page containing the mozilla plugin
-
Damien Fouilleul authored
- libvlc: new libvlc_video_redraw_rectangle() API, this allows caller to tell vout to redraw part of video, vout needs to implement VOUT_REDRAW_RECT message to support this
-
Christophe Mutricy authored
-
Yoann Peronneau authored
-
Yoann Peronneau authored
-
Pierre d'Herbemont authored
http Access: Make sure non-absolute relocation is handled properly in a https session (thanks courmish).
-
Rémi Denis-Courmont authored
-
Pierre d'Herbemont authored
-