]> git.sesse.net Git - vlc/history - modules/visualization
dash: RateBasedAdaptationLogic: cosmetics.
[vlc] / modules / visualization /
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-09-06 Laurent AimarRemoved now useless include in goom.
2011-09-06 Laurent AimarRemoved display of title by goom visualization plugin.
2011-08-31 Rémi Denis-CourmontRemove no-op variable callback
2011-08-29 Jean-Baptiste KempfGoom: specify the speed integer range
2011-06-30 Jean-Baptiste KempfprojectM: change font path on Win32
2011-06-19 Jean-Baptiste KempfVisual: remove 5 translation text
2011-06-19 Rémi Duraffortgoom: simplify.
2011-05-30 Rémi Denis-Courmontvisual: correct object cast
2011-05-25 Rémi Denis-CourmontRemove vlc_object_attach()
2011-05-18 Jean-Baptiste KempfprojectM: variables signedness fix
2011-05-15 Laurent AimarUsed vlc_clone instead of vlc_thread_create in goom.
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-02-12 Rémi Denis-CourmontRemove useless parameters
2011-01-15 Jean-Baptiste KempfVisual: code cosmetics and comments
2011-01-15 Jean-Baptiste KempfGoom: remove unnecessary includes and delete GOOM_TREE...
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-12-05 Michael EFix scope alignment
2010-11-29 Ilkka Ollakkaprojectm: quick fix to get projectm visualisation to...
2010-10-22 Rémi Denis-Courmontadd_bool: remove callback parameter
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-22 Rémi Denis-CourmontRemove legacy parameter from add_string()
2010-10-14 Rémi Denis-Courmontsplit add_file into add_loadfile and add_savefile
2010-04-23 Laurent AimarModified vout_*Picture API.
2010-04-15 Jean-Baptiste KempfVisual: Center the vuMeter.
2010-03-07 Rémi DuraffortProjectm: missing attach.
2010-02-16 Rémi Duraffortprojectm: fix typo.
2010-02-09 Rémi Denis-CourmontRemove pl_Release, and rename pl_Hold back to pl_Get
2010-02-05 Rémi Duraffortprojectm: use the new constructor of libprojectM2 if...
2010-01-28 Rémi Denis-CourmontRemove useless vlc_object_detach() before vlc_object_re...
2010-01-24 Rémi Duraffortprojectm: add missing return.
2010-01-23 Rémi Denis-Courmontvideo plugins: use var_Inherit
2010-01-18 Pierre Ynardgoom: build fixes
2010-01-18 Rémi Denis-CourmontGoom: use playlist_CurrentInput instead of vlc_object_find
2010-01-11 Rémi Denis-CourmontRemove useless <errno.h> inclusions
2009-12-26 Rémi Denis-CourmontRemove unused string
2009-12-20 Laurent AimarDo not use vlc_cancel with vlc_cleanup* uses in projectM.
2009-12-16 Laurent AimarRemoved es_format_t::i_aspect.
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-12-07 Rafaël Carrégoom: use VLC_TS_INVALID (refs #3135)
2009-11-20 Rémi Duraffortvisual: factorize.
2009-11-20 Rémi Duraffortvisual: save again some allocation/deallocation cycles.
2009-11-19 Rémi Duraffortvisual: fix a crash (double free or use after free...
2009-11-19 Rémi Duraffortvisual: small cleanup.
2009-11-19 Rémi Duraffortvisual: fix use of uninitialized value (introduced...
2009-11-19 Rémi Duraffortvisual: factorize.
2009-11-19 Rémi Duraffortvisual: save a huge number of allocation/deallocation.
2009-11-19 Rémi Duraffortvisual: factorize.
2009-10-20 Rémi Duraffortgoom: switch to filter_t
2009-10-20 Rémi Duraffortprojectm: switch to filter_t
2009-09-27 Rémi Denis-Courmontvisual: adapt 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-09-23 Rémi Denis-Courmontaout_buffer_t: store length instead of end timestamp
2009-09-22 Rémi Denis-Courmontaout_buffer_t.start_data -> aout_buffer_t.i_pts
2009-09-02 Rémi Duraffortadd_bool wants booleans.
2009-08-25 Rémi DuraffortFix compilation: too short delay.
2009-08-23 Jean-Baptiste KempfVisual: reindent (2)
2009-08-23 Jean-Baptiste KempfVisual: kill signedness warnings
2009-08-23 Jean-Baptiste KempfVisual: reindent
2009-08-21 Pierre d'Herbemontvisual: Fix bad function return value cast.
2009-08-20 Jean-Baptiste KempfMisc fixes in goom, freetype and warning in last.fm
2009-08-13 Laurent AimarUsed date_t instead of audio_date_t in visualizations.
2009-08-07 Jean-Baptiste KempfDelete galaktos plugin.
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'
next