]> git.sesse.net Git - vlc/history - modules/video_filter/psychedelic.c
Use filter helpers.
[vlc] / modules / video_filter / psychedelic.c
2008-07-19 Laurent AimarUse filter helpers.
2008-07-18 Laurent AimarUse picture helpers (Yield,Release,CopyProperties).
2008-06-24 Yohann Martineaufixed compilation on debian etch.
2008-06-22 Rémi DuraffortRemove unnedeeded msg_Error.
2008-06-04 Antoine CellerierFactorize some code in the filters.
2008-05-31 Rémi Denis-CourmontPlugins: include vlc_common.h directly instead of vlc...
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-01-23 Rémi Denis-CourmontDon't include config.h from the headers - refs #297.
2007-12-25 Antoine CellerierVideo filter fixes:
2007-08-20 Rémi Denis-CourmontRemove _GNU_SOURCE and string.h too
2007-08-20 Rémi Denis-CourmontRemove stdlib.h
2007-05-16 Jean-Baptiste KempfShould fix another bunch of: (near initialization for...
2006-11-26 Antoine Cellerieruse pf_mem{set,cpy} when possible
2006-11-26 Clément StenacA bit of headers cleanup
2006-10-10 Christophe MutricyForward port [17015] + a few more i18n fix
2006-09-15 Clément StenacFor consistency, remove references to vlc from libvlc
2006-09-06 Clément StenacPreferences categories are *not* categories. They are...
2006-08-06 Jean-Paul SamanFix double free bug in psychedelic filter
2006-07-15 Antoine Celleriercheck that p_pic->pf_release != NULL before calling it
2006-07-14 Antoine CellerierSplit the distort video filter module into several...