]> git.sesse.net Git - vlc/history - modules/video_filter/dynamicoverlay/dynamicoverlay_list.c
Use var_Inherit* instead of var_CreateGet*.
[vlc] / modules / video_filter / dynamicoverlay / dynamicoverlay_list.c
2010-01-11 Rémi Denis-CourmontRemove useless <fcntl.h> inclusions
2009-12-05 JP DingerReplace argument = realloc( argument, size ); with...
2009-06-26 Rémi DuraffortNo need to test for NULL before free and use calloc...
2009-06-26 Rémi DuraffortFix encoding (and writing).
2008-05-31 Rémi Denis-CourmontPlugins: include vlc_common.h directly instead of vlc...
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-04-09 Jean-Paul SamanMerge branch 'dynamicoverlay'
2008-04-09 Jean-Paul SamanRewrite old command definitions to no longer use those...