- 12 May, 2009 7 commits
-
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
(u)int16 -> (u)int16_t (u)int32 -> (u)int32_t
-
- 11 May, 2009 9 commits
-
-
basOS G authored
It had the following functions: - text_style_New -- allocates default text style - text_style_Dup -- allocates and copies text style - text_style_Copy -- copies text style - text_style_Delete -- deallocates text style NOTE that the vout_ShowText* functions will take a p_style and copy it internally so you have to free in the caller function. Other modules where p_style was malloced there are now fixed to copy before calling the vout* functions. Original patch by basOS G with a few modifications by fenrir. Signed-off-by: Laurent Aimar <fenrir@videolan.org>
-
Laurent Aimar authored
It allows a finer control on what to update (for gui).
-
Laurent Aimar authored
-
Rémi Denis-Courmont authored
-
Felix Geyer authored
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
- 10 May, 2009 19 commits
-
-
Niklas Hayer authored
Prevented QT4 gui from changing size while maximized. This should fix https://trac.videolan.org/vlc/ticket/1883Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit e83df29b) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Niklas Hayer authored
Prevented QT4 gui from changing size while maximized. This should fix https://trac.videolan.org/vlc/ticket/1883Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Hugo Beauzee-Luyssen authored
So that it takes a const char* as the filename parameter. Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
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
-
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
-
Danny Wood authored
Here is the updated patch with the modified configure.ac. I have also added some comments and cleaned up a little bit of code. Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
- 09 May, 2009 4 commits
-
-
Christophe Mutricy authored
-
Christophe Mutricy authored
-
Pierre Ynard authored
Signed-off-by: Geoffroy Couprie <geo.couprie@gmail.com>
-
Geoffroy Couprie authored
-
- 08 May, 2009 1 commit
-
-
Jean-Baptiste Kempf authored
-