]> git.sesse.net Git - vlc/history - modules/video_filter/colorthres.c
Use var_InheritString for --decklink-video-connection.
[vlc] / modules / video_filter / colorthres.c
2010-09-07 Jean-Paul Samanvideo_filter: colorthres.c: check return value of GetPa...
2010-09-07 Jean-Paul Samanmodules/video_filter/colorthres.c: set default values
2010-08-11 Laurent AimarFactorized a bit colorthres code.
2010-08-11 Laurent AimarFixed colorthres/erase/extract/gaussianblur/gradient...
2010-02-05 Rémi Duraffortvideo_filter_colorthres: fix a typo.
2010-01-11 Rémi Denis-CourmontRemove useless <errno.h> inclusions
2010-01-04 Antoine CellerierAdd colorthres support for YUV 422 packed.
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 Duraffortcolorthres: remove a call to var_GetInteger inside...
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.
2009-04-29 Rémi Duraffortcolorthres video filter: fix a typo.
2009-01-28 Rémi Denis-CourmontFix plugin strings translation
2009-01-28 Rémi Denis-CourmontTrailing ;
2009-01-27 Rémi Denis-CourmontTrailing ;
2008-11-02 Rémi DuraffortDon't use var_CreateGet oly to Create the variable.
2008-10-29 Rémi Denis-CourmontRemove most stray semi-colons in module descriptions
2008-08-24 Antoine CellerierFix segfault on 64 bit archs. (0 != NULL)
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-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-31 Antoine CellerierThis can work on all the planar YUV formats.
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-01-23 Rémi Denis-CourmontDon't include config.h from the headers - refs #297.
2008-01-16 Rémi Denis-CourmontRevert the so-called whitelisting commits that are...
2008-01-16 Rafaël Carréinput options whitelisting, step 2 (refs #1371)
2007-12-25 Antoine CellerierVideo filter fixes:
2007-09-10 Rafaël CarréRemoves trailing spaces. Removes tabs.
2007-08-20 Rémi Denis-CourmontRemove _GNU_SOURCE and string.h too
2007-08-20 Rémi Denis-CourmontRemove stdlib.h
2007-06-14 Christophe Mutricyi18n fixes
2007-03-31 Antoine CellerierEnable config chain syntax and flag the vars as commands.
2006-12-11 Derk-Jan Hartman* motion_detect: use playlist_Control's "lock" argument
2006-11-26 Antoine CellerierRemove trailing spaces.
2006-11-26 Antoine Cellerieruse pf_mem{set,cpy} when possible
2006-11-26 Clément StenacA bit of headers cleanup
2006-11-11 Sigmund Augdal Helbergadded a color threshold filter that can make effects...