]> git.sesse.net Git - vlc/history - modules/visualization
projectm: manage the events.
[vlc] / modules / visualization /
2009-07-21 Rémi Duraffortprojectm: manage the events.
2009-07-12 Jean-Baptiste KempfOops. Actually synchronise the resolution to 800x640...
2009-07-12 Jean-Baptiste KempfIncrease Visualisation resolution to 800x480 (5/3)
2009-07-09 Rémi Duraffortprojectm: fix typo.
2009-07-08 Rémi DuraffortFix build.
2009-07-08 Rémi DuraffortAdd a visualization module using libprojectM.
2009-06-18 Rémi Duraffortgalaktos: add an option for the size (just finish one...
2009-06-14 Laurent AimarFixed a bunch of invalid memory accesses in visual...
2009-05-31 Rémi Denis-CourmontMerge commit 'origin/base'
2009-05-30 Rémi Duraffortvisual: no need to strdup the name of the effect as...
2009-05-29 Rémi DuraffortUpdate effects list.
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 AimarReplaced vout_InitPicture/Format with their equivalent.
2009-05-16 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-15 Laurent AimarMerge commit 'origin/1.0-bugfix'
2009-05-14 Jean-Baptiste KempfMerge commit 'origin/1.0-bugfix'
2009-05-14 Rémi Denis-CourmontMerge commit 'origin/1.0-bugfix'
2009-05-13 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-13 Laurent AimarUsed VLC_CODEC_* and vlc_fourcc_GetCodec when suitable.
2009-03-25 Rémi Duraffortvisual: check for NULL in the right place.
2009-03-25 Rémi Duraffortvisual: fix potential memleak.
2009-03-25 Rémi Duraffortvisual: avoid a strdup/free.
2009-03-23 Rémi Duraffortgoom: factorization.
2009-02-03 Adrien MagloImprove spectrum visualization. Change options : the...
2009-02-02 Joseph TulouGalaktos: compile fix and variable unused removal
2009-01-27 Rémi Denis-CourmontTrailing ;
2009-01-25 Rémi Duraffortgalaktos: fix a buch of anoying warnings.
2009-01-21 Jean-Baptiste KempfDon't set ridiculously long descriptions or description...
2009-01-19 Rémi DuraffortTest pointers against NULL instead of 0.
2009-01-17 Rémi Denis-CourmontRemove unused parameter
2008-12-13 Rémi Duraffortmodule_need wants pointers and boolean so give NULL...
2008-11-07 Jean-Baptiste Kempf[Galaktos] Fix compilation.
2008-11-05 Laurent AimarFixed goom compilation.
2008-11-05 Laurent AimarAllow aout to grab vout_Request calls.
2008-10-29 Rémi Denis-CourmontRemove most stray semi-colons in module descriptions
2008-10-22 Rémi DuraffortDon't forgot to unlock the mutex.
2008-10-15 Laurent AimarMerged vout_DatePicture into vout_DisplayPicture.
2008-10-08 Rémi DuraffortFix potential memleaks (CID 58 and 59)
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-09-06 Rémi Denis-Courmontvlc_cond_init: really remove useless parameter
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-08-04 Rémi DuraffortRemove stupid test and error message.
2008-08-04 Rémi DuraffortFix potential memleaks.
2008-08-04 Rémi DuraffortFix memleak.
2008-08-03 Laurent AimarMoved static arrays to fft context.
2008-08-03 Justus PiaterDeclared many static variables const
2008-07-05 Rémi Denis-Courmontmodules: use vlc_object_alive()
2008-06-10 Adrien MagloUse less CPU : reduction of the number of iteration...
2008-06-01 Rafaël Carrés/vout_Destroy/vlc_object_release/ - A cat is a cat
2008-05-31 Rémi Denis-CourmontPlugins: include vlc_common.h directly instead of vlc...
2008-05-30 Rafaël CarréRemove unused arguments - CID 5
2008-05-30 Antoine CellerierFix off by 1 errors (CID 42 and 43).
2008-05-28 Adrien MagloNew vu meter visualization.
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-CourmontMaintain SUBDIRS manually for extra flexibility
2008-05-04 Rémi Denis-Courmontvlc_mutex_init: remove unused paramter
2008-05-01 Rémi Denis-CourmontNIH syndrome cure (2)
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-23 Rémi Denis-CourmontCheck-in modules/Makefile.am
2008-03-13 Jean-Baptiste KempfShut a warning.
2008-03-12 Rémi DuraffortAnother bunch of useless test.
2008-03-12 Rémi DuraffortFix a stupid compilation warning
2008-03-03 Rémi DuraffortAnother check for malloc.
2008-02-26 Pierre d'Herbemontmisc/objects.c: Don't rely on vlc_object_destroy()...
2008-01-28 Rafaël Carrévisual: removes warnings about unused parameters in...
2008-01-24 Jean-Baptiste KempfFix Galaktos plugin compilation, config.h related.
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)
2008-01-06 Christophe MutricyFix compilation of galaktos:
2007-10-08 Christophe Mutricygalaktos: -distribute fftsg.h
2007-10-06 Christophe Mutricygalaktos/*: warnings hunt
2007-09-11 Rafaël CarréReverts [21943] for galaktos as it is external to vlc.
2007-09-10 Rafaël CarréRemoves trailing spaces. Removes tabs.
2007-08-22 Rafaël CarréInput access locking, part 3 (final).
2007-08-21 Rafaël CarréAdds headers back.
2007-08-20 Rafaël CarréFixes compilation(2)
2007-08-20 Rémi Denis-CourmontRemove stdio while we're at it.
2007-08-20 Rémi Denis-CourmontRemove _GNU_SOURCE and string.h too
2007-08-20 Rémi Denis-CourmontRemove stdlib.h
2007-08-18 Rafaël CarréInput access locking, part 2.
next