Jean-Baptiste Kempf
d8549ccdda
projectM: change font path on Win32
Close #4988
15 years ago
Jean-Baptiste Kempf
21a7c129da
Visual: remove 5 translation text
It is a bit ridiculous to have 34 translations needed for such a small
module...
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
This is purely a syntactical change to share the opengl.c code.
This commit does not actually make use of the vlc_gl_Create().
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
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
15 years ago
Sébastien Toque
b4bfa0324c
projectM: use add_directory for the preset directory.
Signed-off-by: Rémi Duraffort <ivoire@videolan.org>
15 years ago
Sébastien Toque
8beb6e0f0c
Added 3 settings to projectm module and fix a crash
3 setting to set meshx, meshy and texturesize
Fixed a crash if there is no available presets
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
16 years ago
Rémi Duraffort
682ed3b449
projectm: remove some variables from sys_t structures.
They are only used by the thread and can be freed before the module closes.
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
This sets the base level of the scope display back to the centre of
its channel. Has been broken for at least +1 year.
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
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
The preference panel needs to know which of open or save file dialog
it should use. Here we have 27 load and 4 save cases, plus 2 fonts
that were not correctly marked as such in projectM.
16 years ago
Laurent Aimar
0c5adb0ef5
Modified vout_*Picture API.
It is a bit simpler and cleaner.
I plan to remove the need for specific vout
vout_HoldPicture/ReleasePicture functions, but it is not yet possible.
16 years ago
Jean-Baptiste Kempf
93c4f0f889
Visual: Center the vuMeter.
Close #3534
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
pl_Hold() assumed the playlist was already created.
pl_Release() does not solve any problem. Playlist synchronization is
done with the playlist lock, while playlist deletion must anyway be done
after all interfaces, services and other threads are joined.
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
Pointed-out-by: Fumio Nakayama
17 years ago
Laurent Aimar
27a5042b8b
Do not use vlc_cancel with vlc_cleanup* uses in projectM.
It seems to be broken with C++ code.
17 years ago
Laurent Aimar
d466fd4185
Removed es_format_t::i_aspect.
It was duplicated with es_format_t::i_sar_num/den.
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.
As a side effects, window resize is now implemented.
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