]> git.sesse.net Git - vlc/history - modules/video_filter/motionblur.c
Don't include config.h from the headers - refs #297.
[vlc] / modules / video_filter / motionblur.c
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-08-20 Rémi Denis-CourmontRemove _GNU_SOURCE and string.h too
2007-08-20 Rémi Denis-CourmontRemove stdlib.h
2007-03-31 Antoine CellerierMake it possible to change the blur factor after filter...
2006-11-26 Antoine CellerierRevert messup while doing the video filter2 port.
2006-11-26 Antoine CellerierRemove printf
2006-11-26 Clément StenacNicer commits, faster breaking time and better-looking...
2006-11-26 Antoine Cellerier* Port motion blur to "video filter2".
2006-11-26 Clément StenacA bit of headers cleanup
2006-09-15 Clément StenacFor consistency, remove references to vlc from libvlc
2006-01-12 Antoine CellerierFSF address change.
2005-10-25 Gildas Bazin* modules/video_filter/*: use p_vout->fmt_in/out.
2005-10-15 Sigmund Augdal Helbergall: updated my name and e-mail address
2005-07-09 Rémi Denis-CourmontMake Zorglub less unhappy
2005-07-08 Rémi Denis-CourmontCopyright fixes
2005-07-01 Christophe MutricyALL: Add some set_shorname() so the preferences look...
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...
2004-08-28 Gildas Bazin* ALL: use i_visible_lines in plane_t.
2004-07-12 Clément StenacFix segfault when child vout creation fails
2004-06-28 Felix Paul Kühne* ALL: minor spelling fixes
2004-04-23 Gildas Bazin* modules/video_filter/*: implemented a forwarding...
2004-01-25 Derk-Jan Hartman* Stringreview !!!
2004-01-25 Derk-Jan Hartman* stringreview
2003-10-15 Gildas Bazin* modules/video_filter/*: forward fullscreen event...
2003-05-26 Derk-Jan Hartman* extras/MacOSX/Resources/English.lproj/MainMenu.nib
2003-05-15 Christophe Massiot* now 0.6.0-cvs
2003-03-30 Gildas Bazin* modules/*: sanitization of the modules description...
2003-03-18 Gildas Bazin* modules/video_filter/clone.c: new --clone-vout-list...
2003-02-20 Sigmund Augdal Helberg* include/configuration.h: added a new flag to the...
2003-01-28 Sam Hocevar * ./src/video_output/video_output.c: don't try to...
2003-01-17 Sam Hocevar * ./modules/video_filter/**/*.c: mouse clicks and...
2003-01-09 Sam Hocevar * ./modules/video_filter/*.c: all filters now properl...
2002-11-28 Sam Hocevar * ./src/video_output/video_output.c, modules/*: facto...
2002-11-23 Sam Hocevar * ./modules/video_output/wingdi.c: the GDI video...
2002-08-27 Sigmund Augdal Helbergfixed a minor bug
2002-08-26 Sigmund Augdal HelbergAn motion blur filter. --blur-factor states the degree...