]> git.sesse.net Git - vlc/history - modules/video_filter/motiondetect.c
Use filter helpers.
[vlc] / modules / video_filter / motiondetect.c
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 CellerierYUV 422 Packed motion detect (still kind of broken).
2008-05-31 Rémi Denis-CourmontPlugins: include vlc_common.h directly instead of vlc...
2008-05-31 Antoine CellerierValidate input chromas here too. Currently only planar...
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-04 Rémi Denis-Courmontvlc_mutex_init: remove unused paramter
2008-05-03 Rémi Denis-CourmontUse vlc_memset/vlc_memcpy
2008-03-08 Jean-Baptiste KempfDon't reinvent max/min for the nth time.
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-04-25 Antoine Celleriermotiondetect.c: Oops commit.
2007-04-25 Antoine Cellerier* motiondetect.c: remove useless include.
2007-03-31 Antoine CellerierAlso use the V plane for motion detection. Remove unuse...
2006-12-24 Clément StenacMore cleanup
2006-12-17 Antoine CellerierRewrite motion detect filter. It currently draws a...
2006-12-11 Derk-Jan Hartman* motion_detect: use playlist_Control's "lock" argument
2006-11-26 Clément StenacA bit of headers cleanup
2006-10-09 Christophe Mutricyforward port [17012] and make update-po
2006-09-15 Clément StenacFor consistency, remove references to vlc from libvlc
2006-05-31 Clément StenacFix playlist crasher and simplify a few things
2006-04-13 Clément StenacString stuff
2006-03-31 Felix Paul Kühne* 2nd review of video* and control/telnet.c
2006-02-18 Rémi Denis-CourmontAll: missing #include "charset.h"
2006-02-13 Rémi Denis-CourmontAnother bunch of Unicode file names fixes (refs #528)
2006-02-01 Rémi Denis-CourmontUniformize source files encoding
2006-01-12 Antoine CellerierFSF address change.
2005-10-25 Gildas Bazin* modules/video_filter/*: use p_vout->fmt_in/out.
2005-07-09 Rémi Denis-CourmontMake Zorglub less unhappy
2005-07-08 Rémi Denis-CourmontCopyright fixes
2005-06-10 Derk-Jan Hartman* Some changes to preferences categorization (This...
2005-03-05 Gildas Bazin* include/video_output.h, ALL: changed api for vout_Req...
2005-03-03 Clément StenacPreferences consistency fixes by Christophe Mutricy...
2005-01-15 Eric Petit motiondetect.c: gcc < 3 compile fix
2005-01-13 Jérome DecoodtAdded simple motion detect filter.