]> git.sesse.net Git - vlc/history - modules/visualization/galaktos/plugin.c
Remove most stray semi-colons in module descriptions
[vlc] / modules / visualization / galaktos / plugin.c
2008-10-29 Rémi Denis-CourmontRemove most stray semi-colons in module descriptions
2008-09-28 Rémi Denis-CourmontVLC_OBJECT_OPENGL: nobody uses _find on this, useless
2008-09-21 Rémi Denis-Courmontlower case the module_* functions
2008-08-27 Rémi Denis-CourmontPlugins: push cancellation down
2008-08-19 Rémi DuraffortDon't call mdate too many times.
2008-08-09 Derk-Jan HartmanMerge branch '0.9.0-libass' of git://git.videolan.org/vlc
2008-08-07 Rémi DuraffortFix threaded function declaration.
2008-07-05 Rémi Denis-Courmontmodules: use vlc_object_alive()
2008-05-21 Rémi Denis-CourmontUse gettext_noop() consistently
2008-05-08 Rémi Denis-CourmontInclude vlc_plugin.h as needed
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-03-12 Rémi DuraffortAnother bunch of useless test.
2008-02-26 Pierre d'Herbemontmisc/objects.c: Don't rely on vlc_object_destroy()...
2007-08-22 Rafaël CarréInput access locking, part 3 (final).
2007-05-19 Rémi Denis-CourmontUse vlc_object_kill(). Needs triple checking.
2006-11-26 Clément StenacA bit of headers cleanup
2006-07-30 Cyril Deguet* fixed galaktos plugin which was broken for a very...
2006-03-24 Clément StenacStrings review in visualization/ (Refs:#438)
2006-03-22 Christophe MutricyString Review. refs #438
2006-01-12 Antoine CellerierFSF address change.
2005-07-09 Rémi Denis-CourmontMake Zorglub less unhappy
2005-07-08 Rémi Denis-CourmontCopyright fixes
2004-12-11 Clément StenacImprovements to preferences
2004-07-23 Gildas Bazin* modules/visualization/galaktos/plugin.c: usual test...
2004-07-23 Gildas Bazin* modules/visualization/galaktos/plugin.c: fixed thread...
2004-07-22 Gildas Bazin* modules/video_output/x11/glx.c: OpenGL context is...
2004-07-22 Gildas Bazin* modules/video_output/x11/*: the glx "opengl provider...
2004-07-21 Cyril Deguet * all: created a new module type "opengl provider...
2004-07-18 Cyril Deguet * all: now both GLX 1.2 and 1.3 are supported
2004-07-17 Cyril Deguet * all: first implementation of a MilkDrop-compatible...
2004-07-14 Cyril Deguet * all: just a basic OpenGL scope at the moment
2004-07-12 Cyril Deguet * all: skeleton of a coming-soon OpenGL visualization...