- 13 May, 2009 1 commit
-
-
Laurent Aimar authored
There will be some regressions, I used automatic sed replacement with manual checks but there was a lot to change. It's only the first pass.
-
- 11 May, 2009 1 commit
-
-
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>
-
- 21 Jan, 2009 1 commit
-
-
basOS G authored
Colors are in RRGGBB format as stated in vlc_osd.h int i_outline_color; /**< The color of the outline 0xRRGGBB */
-
- 10 Jan, 2009 1 commit
-
-
Laurent Aimar authored
Initial patch from Doug West.
-
- 01 Oct, 2008 1 commit
-
-
Jean-Baptiste Kempf authored
-
- 03 Aug, 2008 1 commit
-
-
Justus Piater authored
Signed-off-by:
Rémi Denis-Courmont <rdenis@simphalempin.com>
-
- 18 Jul, 2008 1 commit
-
-
Laurent Aimar authored
-
- 09 Jul, 2008 1 commit
-
-
ivoire authored
-
- 05 Jul, 2008 1 commit
-
-
Rémi Denis-Courmont authored
-
- 03 Jul, 2008 1 commit
-
-
Rémi Denis-Courmont authored
-
- 31 May, 2008 1 commit
-
-
Rémi Denis-Courmont authored
-
- 03 May, 2008 1 commit
-
-
Rémi Denis-Courmont authored
-
- 14 Apr, 2008 1 commit
-
-
Pierre d'Herbemont authored
This improves readability a lot and prevent us from reinventing the wheel.
-
- 13 Apr, 2008 1 commit
-
-
Jean-Paul Saman authored
Don't compile dynamicoverlay when there is no POSIX shared memory support on the system. Use VLC_UNUSED() iso (void)().
-
- 09 Apr, 2008 1 commit
-
-
Jean-Paul Saman authored
Rewrite old command definitions to no longer use those filthy macros. Added all text functionality so the test application runs successfully.
-