]> git.sesse.net Git - vlc/history - modules/video_filter/dynamicoverlay
Remove imgresample
[vlc] / modules / video_filter / dynamicoverlay /
2009-01-27 Rémi Denis-CourmontTrailing ;
2009-01-21 basOS GDynamic Overlay :: Fixed settextcolor
2009-01-10 Laurent AimarFixed dynamicoverlay SetTextColor.
2008-10-29 Rémi Denis-CourmontRemove most stray semi-colons in module descriptions
2008-10-05 Rémi DuraffortUse vasprintf instead of some malloc+vsnprintf and...
2008-10-01 Jean-Baptiste KempfFix uninitialized variables (CID 242)
2008-09-20 Laurent AimarClean up a bit subpicture region API.
2008-09-20 Laurent AimarRemoved vout_CopyPicture in favor of picture_Copy.
2008-09-20 Laurent AimarChanged subpicture_region_t->picture into a picture_t *
2008-09-17 Laurent AimarSimplify dynamicoverlay and removed the need of pf_make...
2008-09-15 Laurent AimarRemoved unused or redondant fields from subpicture.
2008-08-03 Justus PiaterDeclared many static variables const
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...