]> git.sesse.net Git - vlc/history - modules/misc/osd/simple.c
osd_simple: fix a potential null-deref (can only be triggered when OOM).
[vlc] / modules / misc / osd / simple.c
2010-08-20 Rémi Duraffortosd_simple: fix a potential null-deref (can only be...
2010-02-07 Rémi Denis-Courmontutf8_* -> vlc_* (sed roxxors)
2010-02-07 Rémi Denis-CourmontSplit file path functions out of vlc_charset.h into...
2010-01-23 Rémi Denis-Courmontmisc: use var_Inherit
2009-02-25 Rémi Duraffortosd: less includes.
2008-11-30 Rémi Duraffortosd/simple: remove nop.
2008-10-10 Rémi DuraffortFIx potential segfault (CID 168)
2008-10-10 Rémi DuraffortFix potential buffer overflow (CID 191)
2008-08-10 Jean-Paul SamanRevert "Add limits.h to fix Win32 and MacOS X compilati...
2008-08-10 Jean-Paul SamanAdd limits.h to fix Win32 and MacOS X compilation ...
2008-08-10 Pierre d'Herbemontosd: Fix compilation on osx.
2008-08-10 Jean-Paul SamanFix crash when osdmenu failed loading.
2008-05-31 Rémi Denis-CourmontPlugins: include vlc_common.h directly instead of vlc...
2008-05-31 Jean-Paul SamanFix CID: 101 resource leak in osdmenu parser.
2008-04-14 Jean-Paul SamanMerge branch 'master' of git@git.videolan.org:vlc
2008-04-14 Pierre d'HerbemontReplace vlc_bool_t by bool, VLC_TRUE by true and VLC_FA...
2008-03-12 Rémi DuraffortAnother bunch of useless test.
2008-01-23 Rémi Denis-CourmontDon't include config.h from the headers - refs #297.
2007-11-16 Christophe Mutricysvn:keywords
2007-11-15 Jean-Paul SamanImplement clickable osdmenu. The clickable positioning...
2007-11-14 Jean-Paul SamanRefactor osdmenu parsing logic.
2007-11-14 Jean-Paul SamanAdd new files which should have been in previous commit.