]> git.sesse.net Git - vlc/history - modules/misc/osd
Use var_Inherit* instead of var_CreateGet*.
[vlc] / modules / misc / osd /
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-08-20 Pierre d'Herbemontosd: Fix a unused variable warning.
2009-05-31 Rémi Denis-CourmontMerge commit 'origin/base'
2009-05-27 Rémi Denis-CourmontMerge branch 'base' into master
2009-05-26 Derk-Jan HartmanPrefs: repair category system for some lost options.
2009-05-26 Rémi Denis-CourmontMerge branch 1.0-bugfix (early part) into master
2009-05-26 Derk-Jan HartmanMerge commit 'origin/1.0-bugfix'
2009-05-26 Rémi DuraffortMerge branch '1.0-bugfix'
2009-05-26 Rémi DuraffortMerge branch '1.0-bugfix'
2009-05-25 Jean-Baptiste KempfMerge commit 'origin/1.0-bugfix'
2009-05-25 Jean-Baptiste KempfMerge branch '1.0'
2009-05-23 Rémi Denis-CourmontMerge branch 1.0-bugfix into master
2009-05-23 Rémi Denis-CourmontMerge branch 1.0-bugfix into master
2009-05-23 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-21 Rémi Denis-CourmontMerge branch 1.0-bugfix into master
2009-05-20 Rémi DuraffortMerge branch '1.0-bugfix'
2009-05-20 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-16 Laurent AimarMerge commit 'origin/1.0-bugfix'
2009-05-16 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-15 Laurent AimarMerge commit 'origin/1.0-bugfix'
2009-05-14 Jean-Baptiste KempfMerge commit 'origin/1.0-bugfix'
2009-05-14 Rémi Denis-CourmontMerge commit 'origin/1.0-bugfix'
2009-05-13 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-13 Laurent AimarUsed VLC_CODEC_* and vlc_fourcc_GetCodec when suitable.
2009-02-25 Rémi Duraffortosd: less includes.
2009-02-25 Rémi Duraffortosd: use calloc and a bit of cleaning.
2009-02-25 Rémi Duraffortosd: less includes.
2008-11-30 Rémi Duraffortosd/simple: remove nop.
2008-10-29 Rémi Denis-CourmontRemove most stray semi-colons in module descriptions
2008-10-14 Rémi DuraffortCleaning (don't a message when the system runs out...
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-05-21 Rémi Denis-CourmontUse gettext_noop() consistently
2008-05-08 Rémi Denis-CourmontInclude vlc_plugin.h as needed
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-29 Rafaël Carrémisc: fix warnings
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 SamanUse the filename passed and not the configuration file.
2007-11-14 Jean-Paul SamanCleanup indentation.
2007-11-14 Jean-Paul SamanRefactor osdmenu parsing logic.
2007-11-14 Jean-Paul SamanAdd new files which should have been in previous commit.
2007-11-14 Jean-Paul SamanFurther factoring out osdmenu parser functionality...
2007-11-14 Jean-Paul SamanAdd newline to end of file, shuts up the compiler.
2007-11-14 Jean-Paul SamanFix merge conflicts for src/osd/osd.c