263 Commits (75532d5c0f7340a326650d7e0f363e1123de8d41)

Author SHA1 Message Date
Jean-Baptiste Kempf d8549ccdda projectM: change font path on Win32 15 years ago
Jean-Baptiste Kempf 21a7c129da Visual: remove 5 translation text 15 years ago
Rémi Duraffort fee1ca0ca1 goom: simplify. 15 years ago
Rémi Denis-Courmont 94b7316fc4 visual: correct object cast 15 years ago
Rémi Denis-Courmont 36c4a22f2c Remove vlc_object_attach() 15 years ago
Jean-Baptiste Kempf 921123fd4c projectM: variables signedness fix 15 years ago
Laurent Aimar f750252af5 Used vlc_clone instead of vlc_thread_create in goom. 15 years ago
Jean-Baptiste Kempf 8ebd2349c6 Visualisation: fix preferences, warnings and cosmetics 15 years ago
Jean-Baptiste Kempf 41df17b489 Win32, projectm: fix mispelling 15 years ago
Rémi Denis-Courmont a5a7d30ed3 Missing include 15 years ago
Rémi Denis-Courmont de2f3f51ee Replace vout_opengl_t with vlc_gl_t 15 years ago
Rémi Denis-Courmont 90404acbea Remove useless parameters 15 years ago
Jean-Baptiste Kempf 151fdeef0d Visual: code cosmetics and comments 15 years ago
Jean-Baptiste Kempf 8fc72635bf Goom: remove unnecessary includes and delete GOOM_TREE mode 15 years ago
Sébastien Toque fe03fdee28 ProjectM/Milkdrop default presets path on windows using datadir 15 years ago
Sébastien Toque b4bfa0324c projectM: use add_directory for the preset directory. 15 years ago
Sébastien Toque 8beb6e0f0c Added 3 settings to projectm module and fix a crash 16 years ago
Rémi Duraffort 682ed3b449 projectm: remove some variables from sys_t structures. 16 years ago
Rémi Duraffort 27eefb90fc projectm: randomly choose the first preset or projectM will always take the same. 16 years ago
Michael E e61ba5a72f Fix scope alignment 16 years ago
Ilkka Ollakka 3b9074b2ed projectm: quick fix to get projectm visualisation to work on all locales 16 years ago
Rémi Denis-Courmont 40b4d780a4 add_bool: remove callback parameter 16 years ago
Rémi Denis-Courmont f98a66cea0 add_integer: remove callback parameter 16 years ago
Rémi Denis-Courmont 989310c923 add_loadfile: remove callback parameter 16 years ago
Rémi Denis-Courmont 981a8542bd add_font: remove unused parameter 16 years ago
Rémi Denis-Courmont 3204d23260 Remove legacy parameter from add_string() 16 years ago
Rémi Denis-Courmont 963630ba6e split add_file into add_loadfile and add_savefile 16 years ago
Laurent Aimar 0c5adb0ef5 Modified vout_*Picture API. 16 years ago
Jean-Baptiste Kempf 93c4f0f889 Visual: Center the vuMeter. 16 years ago
Rémi Duraffort e7bff62a97 Projectm: missing attach. 16 years ago
Rémi Duraffort 3b95102c23 projectm: fix typo. 16 years ago
Rémi Denis-Courmont 7e4d50ac42 Remove pl_Release, and rename pl_Hold back to pl_Get 16 years ago
Rémi Duraffort 351eb082aa projectm: use the new constructor of libprojectM2 if available. 16 years ago
Rémi Denis-Courmont 27cdd6eb49 Remove useless vlc_object_detach() before vlc_object_release() 16 years ago
Rémi Duraffort bcc710989b projectm: add missing return. 16 years ago
Rémi Denis-Courmont b2262bc364 video plugins: use var_Inherit 16 years ago
Pierre Ynard 66ee062c86 goom: build fixes 16 years ago
Rémi Denis-Courmont 4572062f50 Goom: use playlist_CurrentInput instead of vlc_object_find 16 years ago
Rémi Denis-Courmont 22fdf98f4c Remove useless <errno.h> inclusions 16 years ago
Rémi Denis-Courmont 46b7f9a6e1 Remove unused string 17 years ago
Laurent Aimar 27a5042b8b Do not use vlc_cancel with vlc_cleanup* uses in projectM. 17 years ago
Laurent Aimar d466fd4185 Removed es_format_t::i_aspect. 17 years ago
Laurent Aimar 63b7c098f2 Used a sar for video_format_Setup. 17 years ago
Laurent Aimar f01725371c Implemented an fps(50) limiter in projectM. 17 years ago
Laurent Aimar 4308fd1db1 Do not lock the audio buffer while rendering a frame in projectM. 17 years ago
Laurent Aimar cd5b4fb217 Give only once the same PCM buffer to projectM. 17 years ago
Laurent Aimar 745c790b43 Fixed PCM values given to projectm. 17 years ago
Laurent Aimar 2d653399a2 Converted projectm to vout_opengl_t. 17 years ago
Laurent Aimar 4b8038becc Simplified projectm module by using vlc_thread_t. 17 years ago
Laurent Aimar f53f829af5 Fixed a potential race condition (projectm). 17 years ago