- 13 May, 2009 11 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
It did not work in 1.0 either, and it was not safe in earlier versions. Nobody ever bothered to implement thread-safe reparenting. Calling libvlc_video_set_parent() is useless in 1.0: It has the same effect as calling proper libvlc_media_player_set_*(), which the Mozilla plugin already does.
-
Rémi Duraffort authored
-
Nicolas Chauvet (kwizart) authored
the XvMC plugin use xcommon.c where some part use HAVE_XINERAMA conditions. Missing symbols are : XineramaQueryScreens XineramaQueryExtension XineramaIsActive Signed-off-by: Rémi Duraffort <ivoire@videolan.org>
-
Rémi Duraffort 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
-
Geoffroy Couprie authored
-
- 12 May, 2009 24 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
This was clearly a bug, as it is documented as an internal function, and sues internal types
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
This bug affects many other localizations that I cannot fix myself.
-
Rémi Denis-Courmont 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
-
Jean-Paul Saman authored
macosx: disable fullscreen when closing video_output when output is embedded (like in the mozilla browserplugins)
-
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
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
(u)int16 -> (u)int16_t (u)int32 -> (u)int32_t
-
- 11 May, 2009 5 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>
-