]> git.sesse.net Git - vlc/history - modules/video_filter/dynamicoverlay
Don't print a message a malloc failed.
[vlc] / modules / video_filter / dynamicoverlay /
2008-07-18 Laurent AimarUse picture helpers (Yield,Release,CopyProperties).
2008-07-09 Rémi DuraffortFix non utf-8 encoding.
2008-07-05 Rémi Denis-Courmontamd64 format fix
2008-07-03 Rémi Denis-CourmontFormat string fixes
2008-06-22 Rémi DuraffortRemove unnedeeded msg_Error.
2008-05-31 Rémi Denis-CourmontPlugins: include vlc_common.h directly instead of vlc...
2008-05-27 Rémi Denis-CourmontA lot of missing const in options lists
2008-05-21 Rémi Denis-CourmontUse gettext_noop() consistently
2008-05-08 Rémi Denis-CourmontInclude vlc_plugin.h as needed
2008-05-03 Rémi Denis-CourmontUse vlc_memset/vlc_memcpy
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-13 Jean-Paul SamanDon't compile dynamicoverlay when there is no POSIX...
2008-04-09 Jean-Paul SamanMerge branch 'dynamicoverlay'
2008-04-09 Jean-Paul SamanDon't leak memory.
2008-04-09 Jean-Paul SamanCompile fix.
2008-04-09 Jean-Paul SamanRewrite old command definitions to no longer use those...
2008-04-09 Jean-Paul SamanRefactor dynamic overlays from Google Summer of Code...