]> git.sesse.net Git - vlc/history - modules/video_filter/grain.c
grain: fix clobber list
[vlc] / modules / video_filter / grain.c
2011-11-24 Rémi Duraffortgrain: fix clobber list
2011-11-16 Can Wuintroduce VLC_CLIP() macro to replace use pair of __MAX...
2011-11-11 Rémi Denis-CourmontRevert "grain: fix clobber list"
2011-11-11 Rémi Duraffortgrain: fix clobber list
2011-10-05 Laurent AimarReject > 8 bits per pixel colorspace in gradfun/grain...
2011-08-31 Rémi Denis-Courmontgrain: remove callback before destroying callback data
2011-05-13 Rémi Denis-CourmontRemove dummy plugin config item parameter
2011-03-07 Rémi DuraffortSmall cleanup.
2010-05-14 Laurent AimarRewrote grain from scratch using filtered gaussian...
2010-03-06 Rémi Denis-CourmontUse vlc_mrand48() instead of rand()
2010-01-04 Antoine CellerierUse %4.4s instead of %4s for fourccs cast to char *.
2010-01-03 Geoffroy CouprieAdd a bunch of help strings. Feel free to correct them...
2009-06-30 Rémi DuraffortGlobal headers.
2009-05-31 Rémi Denis-CourmontMerge commit 'origin/base'
2009-05-27 Rémi Denis-CourmontMerge branch 'base' into master
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 Laurent AimarDo not uselessly include vlc_vout.h in filters.
2008-10-29 Rémi Denis-CourmontRemove most stray semi-colons in module descriptions
2008-07-21 Derk-Jan HartmanMerge branch 'master' of git@git.videolan.org:vlc
2008-07-19 Laurent AimarUse filter helpers.
2008-07-18 Laurent AimarUse picture helpers (Yield,Release,CopyProperties).
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-31 Antoine CellerierValidate input chroma for grain filter (planar yuv).
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-01-23 Rémi Denis-CourmontDon't include config.h from the headers - refs #297.
2007-08-20 Rémi Denis-CourmontRemove _GNU_SOURCE and string.h too
2007-08-20 Rémi Denis-CourmontRemove stdlib.h
2007-07-26 Antoine CellerierNew video filter to add grain to a video. This is work...