]> git.sesse.net Git - vlc/history - modules/visualization/projectm.cpp
Upnp: remove trailing space
[vlc] / modules / visualization / projectm.cpp
2014-10-16 Rémi Denis-CourmontprojectM: use vlc_gl_surface_* helpers
2014-10-16 Rémi Denis-CourmontprojectM: remove redundant vlc_savecancel()
2014-10-14 Rémi Denis-CourmontprojectM: fix mutex leak
2014-04-24 Rémi Denis-CourmontprojectM: dead code
2014-03-10 Rafaël Carréprojectm: fix NULL or uninitialized pointer dereference
2014-03-07 Rémi Denis-CourmontprojectM: make GL context current
2014-03-07 Rémi Denis-CourmontprojectM: use assert()
2014-02-10 Rafaël Carrévideo_format_Setup: set visible dimensions
2013-08-02 Jean-Baptiste KempfVisualizations: relicense to LGPLv2.1
2013-06-05 Rafaël CarréUse _WIN32 rather than WIN32 (same for WIN64)
2013-04-25 Rémi Denis-Courmontaout: drop 2 version number from "visualization2" capab...
2013-04-18 Rémi Denis-CourmontprojectM: force FL32 input
2013-04-02 Luca Barbatoconfigure: provide --with options to override default...
2012-12-19 Rémi Denis-Courmontvisualization: fix output formats
2012-10-25 Rémi Denis-CourmontprojectM: cosmetic, fix syntax coloring
2012-03-20 Rémi Denis-CourmontUse environment variable for data directory
2011-12-15 Pere Orgafix filename self-references
2011-10-22 Jean-Baptiste KempfVisualisation: use 16:10 vout by default
2011-10-07 Laurent AimarRemoved variable callback when needed in the projectm...
2011-06-30 Jean-Baptiste KempfprojectM: change font path on Win32
2011-05-25 Rémi Denis-CourmontRemove vlc_object_attach()
2011-05-18 Jean-Baptiste KempfprojectM: variables signedness fix
2011-05-14 Jean-Baptiste KempfVisualisation: fix preferences, warnings and cosmetics
2011-04-11 Jean-Baptiste KempfWin32, projectm: fix mispelling
2011-02-19 Rémi Denis-CourmontMissing include
2011-02-19 Rémi Denis-CourmontReplace vout_opengl_t with vlc_gl_t
2011-01-09 Sébastien ToqueProjectM/Milkdrop default presets path on windows using...
2011-01-09 Sébastien ToqueprojectM: use add_directory for the preset directory.
2010-12-30 Sébastien ToqueAdded 3 settings to projectm module and fix a crash
2010-12-07 Rémi Duraffortprojectm: remove some variables from sys_t structures.
2010-12-07 Rémi Duraffortprojectm: randomly choose the first preset or projectM...
2010-11-29 Ilkka Ollakkaprojectm: quick fix to get projectm visualisation to...
2010-10-22 Rémi Denis-Courmontadd_integer: remove callback parameter
2010-10-22 Rémi Denis-Courmontadd_loadfile: remove callback parameter
2010-10-22 Rémi Denis-Courmontadd_font: remove unused parameter
2010-10-14 Rémi Denis-Courmontsplit add_file into add_loadfile and add_savefile
2010-03-07 Rémi DuraffortProjectm: missing attach.
2010-02-16 Rémi Duraffortprojectm: fix typo.
2010-02-05 Rémi Duraffortprojectm: use the new constructor of libprojectM2 if...
2010-01-24 Rémi Duraffortprojectm: add missing return.
2009-12-20 Laurent AimarDo not use vlc_cancel with vlc_cleanup* uses in projectM.
2009-12-16 Laurent AimarUsed a sar for video_format_Setup.
2009-12-13 Laurent AimarImplemented an fps(50) limiter in projectM.
2009-12-13 Laurent AimarDo not lock the audio buffer while rendering a frame...
2009-12-13 Laurent AimarGive only once the same PCM buffer to projectM.
2009-12-13 Laurent AimarFixed PCM values given to projectm.
2009-12-13 Laurent AimarConverted projectm to vout_opengl_t.
2009-12-13 Laurent AimarSimplified projectm module by using vlc_thread_t.
2009-12-13 Laurent AimarFixed a potential race condition (projectm).
2009-12-13 Laurent AimarReworked a bit projectm initialization.
2009-10-20 Rémi Duraffortprojectm: switch to filter_t
2009-09-27 Rémi Denis-Courmontaout_filter_t.(in|out)put -> aout_filter_t.fmt_(in...
2009-09-23 Rémi Denis-Courmonti_nb_bytes -> i_buffer
2009-08-25 Rémi DuraffortFix compilation: too short delay.
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 DuraffortAdd a visualization module using libprojectM.