You can subscribe to this list here.
2004 |
Jan
|
Feb
|
Mar
|
Apr
(38) |
May
(22) |
Jun
(92) |
Jul
(101) |
Aug
(18) |
Sep
(286) |
Oct
(180) |
Nov
(73) |
Dec
(14) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2005 |
Jan
(18) |
Feb
(74) |
Mar
(56) |
Apr
(11) |
May
(5) |
Jun
(4) |
Jul
(20) |
Aug
(4) |
Sep
|
Oct
|
Nov
(1) |
Dec
(2) |
2006 |
Jan
(11) |
Feb
(2) |
Mar
(10) |
Apr
(2) |
May
(1) |
Jun
|
Jul
(24) |
Aug
(11) |
Sep
(5) |
Oct
(16) |
Nov
(25) |
Dec
(8) |
2007 |
Jan
|
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
(3) |
Jul
(1) |
Aug
|
Sep
|
Oct
(4) |
Nov
(12) |
Dec
|
2009 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(3) |
Aug
|
Sep
|
Oct
|
Nov
(2) |
Dec
|
2010 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(1) |
Dec
|
2011 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(5) |
From: salsaman <sal...@xs...> - 2004-09-25 11:15:50
|
Hi Dennis, the problem seems to be definately with gforce. I have been running goom2 for about 10 minutes with no problems. Salsaman. |
From: salsaman <sal...@xs...> - 2004-09-25 11:05:21
|
OK, here is the output of valgrind --tool=memcheck --error-limit=no ./lives-exe Salsaman. |
From: salsaman <sal...@xs...> - 2004-09-25 10:45:17
|
Dennis Smit wrote: >Hmms, 'accident' is a very simply script. Can you run LiVES from >console and get a backtrace that way ? > >Thanks, >Dennis > > >On Sat, 2004-09-25 at 01:06 +0100, salsaman wrote: > > >>Hi Dennis, >>I think there could be a bug or two in gforce. I got a hang just playing >>the visual, no mixing, no other clips open. This has happened a few >>times, but because it generally hangs my whole X server I can't get a >>backtrace. >> >>Anyway some, maybe all of these hangs appear to be connected with "New >>Delta Field: Accident". Maybe you could have a quick check in this >>module and see if there is anything suspicious. >> >>Cheers, >>Salsaman. >> >> >> >> >>------------------------------------------------------- >>This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170 >>Project Admins to receive an Apple iPod Mini FREE for your judgement on >>who ports your project to Linux PPC the best. Sponsored by IBM. >>Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php >>_______________________________________________ >>Libvisual-devel mailing list >>Lib...@li... >>https://lists.sourceforge.net/lists/listinfo/libvisual-devel >> >> > > > >------------------------------------------------------- >This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170 >Project Admins to receive an Apple iPod Mini FREE for your judgement on >who ports your project to Linux PPC the best. Sponsored by IBM. >Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php >_______________________________________________ >Libvisual-devel mailing list >Lib...@li... >https://lists.sourceforge.net/lists/listinfo/libvisual-devel > > > > OK, it's not always Accident: here: libvisual INFO: no progname: New Particle: Airport libvisual DEBUG: no progname: void WaveShape::Load(ArgList&, long int) [(WaveShape.cpp,70)]: The number of bins requested: 40 libvisual INFO: no progname: New wave shape: Arena libvisual DEBUG: no progname: void WaveShape::Load(ArgList&, long int) [(WaveShape.cpp,70)]: The number of bins requested: 100 libvisual INFO: no progname: Looking up expression in dict: MAG Program received signal SIGINT, Interrupt. 0x40b8322a in ExprVirtualMachine::Execute() (this=0x40b83224) at ExprVirtualMachine.cpp:301 301 v1 = temp * v2 + ( 1.0 - temp ) * v1; Current language: auto; currently c++ (gdb) bt #0 0x40b8322a in ExprVirtualMachine::Execute() (this=0x40b83224) at ExprVirtualMachine.cpp:301 #1 0x40b829bd in ExprArray::Evaluate() (this=0x83024c0) at Expression.h:24 #2 0x40b7e852 in WaveShape::Draw(long, PixPort&, float, WaveShape*, float) ( this=0x830240c, inNumSteps=200, inDest=@0x830125c, inFader=1, inWave2=0x8302204, inMorphPct=1) at WaveShape.cpp:255 #3 0x40b7a925 in GForce::RecordSample(long) (this=0x83011d0, inCurTime=43) at G-Force.cpp:1169 #4 0x40b7a772 in GForce::RecordSample(long, float*, float, long, float*, float, long) (this=0x83011d0, inCurTime=896842995, inSound=0xbfffddb0, inScale=3.15730381, inNumBins=200, inFFT=0xbfffdae0, inFFTScale=1, inFFTNumBins=180) at G-Force.cpp:1123 #5 0x40b93ce5 in lv_gforce_render (plugin=0x40b83224, video=0x40b83224, audio=0x83011d0) at actor_gforce.cpp:228 #6 0x40a93218 in visual_actor_run () from /usr/lib/libvisual.so.0 #7 0x407b0e70 in libvis_process () from /usr//share/lives/plugins/effects/realtime/livido/libvis #8 0x08067cb0 in gdk_pixbuf_new_from_generator (src=0x832bf00, error=0x0) at effects-livido.c:368 Cannot access memory at address 0x1e0 I guess it's the "cannot access memory at address 0x1e0" that is causing problems. Salsaman. |
From: salsaman <sal...@xs...> - 2004-09-25 10:43:07
|
Dennis Smit wrote: >Hmms, 'accident' is a very simply script. Can you run LiVES from >console and get a backtrace that way ? > >Thanks, >Dennis > > >On Sat, 2004-09-25 at 01:06 +0100, salsaman wrote: > > >>Hi Dennis, >>I think there could be a bug or two in gforce. I got a hang just playing >>the visual, no mixing, no other clips open. This has happened a few >>times, but because it generally hangs my whole X server I can't get a >>backtrace. >> >>Anyway some, maybe all of these hangs appear to be connected with "New >>Delta Field: Accident". Maybe you could have a quick check in this >>module and see if there is anything suspicious. >> >>Cheers, >>Salsaman. >> >> >> >> >>------------------------------------------------------- >>This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170 >>Project Admins to receive an Apple iPod Mini FREE for your judgement on >>who ports your project to Linux PPC the best. Sponsored by IBM. >>Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php >>_______________________________________________ >>Libvisual-devel mailing list >>Lib...@li... >>https://lists.sourceforge.net/lists/listinfo/libvisual-devel >> >> > > > >------------------------------------------------------- >This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170 >Project Admins to receive an Apple iPod Mini FREE for your judgement on >who ports your project to Linux PPC the best. Sponsored by IBM. >Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php >_______________________________________________ >Libvisual-devel mailing list >Lib...@li... >https://lists.sourceforge.net/lists/listinfo/libvisual-devel > > > > OK, I managed to get a backtrace this time, again we see New Delta Field: Accident libvisual INFO: no progname: New Delta field: Acid_Gap libvisual INFO: no progname: New wave shape: 3D_Cylinder libvisual DEBUG: no progname: void WaveShape::Load(ArgList&, long int) [(WaveShape.cpp,70)]: The number of bins requested: libvisual INFO: no progname: Looking up expression in dict: MAG libvisual INFO: no progname: New Particle: Warp_Me_Away libvisual DEBUG: no progname: void WaveShape::Load(ArgList&, long int) [(WaveShape.cpp,70)]: The number of bins requested: 150 + rnd( 250 ) New Delta field: Accident libvisual INFO: no progname: New Delta field: Acid_Gap_2 libvisual INFO: no progname: New wave shape: Arena libvisual DEBUG: no progname: void WaveShape::Load(ArgList&, long int) [(WaveShape.cpp,70)]: The number of bins requested: 100 libvisual INFO: no progname: Looking up expression in dict: MAG Program received signal SIGINT, Interrupt. 0x40b82e3b in ExprVirtualMachine::Execute() (this=0x40b82f47) at ExprVirtualMachine.cpp:263 263 _fetch( r1, v1 ) Current language: auto; currently c++ (gdb) bt #0 0x40b82e3b in ExprVirtualMachine::Execute() (this=0x40b82f47) at ExprVirtualMachine.cpp:263 #1 0x40b7e8f9 in WaveShape::Draw(long, PixPort&, float, WaveShape*, float) ( this=0x83025c4, inNumSteps=200, inDest=@0x8301414, inFader=1, inWave2=0x83023bc, inMorphPct=1) at Expression.h:24 #2 0x40b7a925 in GForce::RecordSample(long) (this=0x8301388, inCurTime=69861632) at G-Force.cpp:1169 #3 0x40b7a772 in GForce::RecordSample(long, float*, float, long, float*, float, long) (this=0x8301388, inCurTime=896194457, inSound=0xbfffddb0, inScale=0, inNumBins=200, inFFT=0xbfffdae0, inFFTScale=1, inFFTNumBins=180) at G-Force.cpp:1123 #4 0x40b93ce5 in lv_gforce_render (plugin=0x40b82f47, video=0x40b82f47, audio=0x8301388) at actor_gforce.cpp:228 #5 0x40a93218 in visual_actor_run () from /usr/lib/libvisual.so.0 #6 0x407b0e70 in libvis_process () from /usr//share/lives/plugins/effects/realtime/livido/libvis #7 0x08067cb0 in gdk_pixbuf_new_from_generator (src=0x82e4d58, error=0x3e99b50f) at effects-livido.c:368 Cannot access memory at address 0x1e0 (gdb) print r1 $1 = 0 (gdb) print v1 $2 = 0 Program received signal SIGINT, Interrupt. 0x40b82f63 in ExprVirtualMachine::Execute() (this=0x40b82f5d) at ExprVirtualMachine.cpp:298 298 _fetch( r2, v2 ) (gdb) bt #0 0x40b82f63 in ExprVirtualMachine::Execute() (this=0x40b82f5d) at ExprVirtualMachine.cpp:298 #1 0x40b829bd in ExprArray::Evaluate() (this=0x8302678) at Expression.h:24 #2 0x40b7e852 in WaveShape::Draw(long, PixPort&, float, WaveShape*, float) ( this=0x83025c4, inNumSteps=200, inDest=@0x8301414, inFader=1, inWave2=0x83023bc, inMorphPct=1) at WaveShape.cpp:255 #3 0x40b7a925 in GForce::RecordSample(long) (this=0x8301388, inCurTime=43) at G-Force.cpp:1169 #4 0x40b7a772 in GForce::RecordSample(long, float*, float, long, float*, float, long) (this=0x8301388, inCurTime=896194457, inSound=0xbfffddb0, inScale=0, inNumBins=200, inFFT=0xbfffdae0, inFFTScale=1, inFFTNumBins=180) at G-Force.cpp:1123 #5 0x40b93ce5 in lv_gforce_render (plugin=0x40b82f5d, video=0x40b82f5d, audio=0x8301388) at actor_gforce.cpp:228 #6 0x40a93218 in visual_actor_run () from /usr/lib/libvisual.so.0 #7 0x407b0e70 in libvis_process () from /usr//share/lives/plugins/effects/realtime/livido/libvis #8 0x08067cb0 in gdk_pixbuf_new_from_generator (src=0x82e4d58, error=0x26759c2f) at effects-livido.c:368 Cannot access memory at address 0x1e0 Program received signal SIGINT, Interrupt. 0x40b829d8 in ExprArray::Evaluate() (this=0x8302470) at ExprArray.cpp:83 83 } (gdb) bt #0 0x40b829d8 in ExprArray::Evaluate() (this=0x8302470) at ExprArray.cpp:83 #1 0x40b7e86d in WaveShape::Draw(long, PixPort&, float, WaveShape*, float) ( this=0x83025c4, inNumSteps=200, inDest=@0x8301414, inFader=1, inWave2=0x83023bc, inMorphPct=1) at WaveShape.cpp:257 #2 0x40b7a925 in GForce::RecordSample(long) (this=0x8301388, inCurTime=137342157) at G-Force.cpp:1169 #3 0x40b7a772 in GForce::RecordSample(long, float*, float, long, float*, float, long) (this=0x8301388, inCurTime=896194457, inSound=0xbfffddb0, inScale=0, inNumBins=200, inFFT=0xbfffdae0, inFFTScale=1, inFFTNumBins=180) at G-Force.cpp:1123 #4 0x40b93ce5 in lv_gforce_render (plugin=0x8302470, video=0x8302470, audio=0x8301388) at actor_gforce.cpp:228 #5 0x40a93218 in visual_actor_run () from /usr/lib/libvisual.so.0 #6 0x407b0e70 in libvis_process () from /usr//share/lives/plugins/effects/realtime/livido/libvis #7 0x08067cb0 in gdk_pixbuf_new_from_generator (src=0x82e4d58, error=0x83022e0) at effects-livido.c:368 Cannot access memory at address 0x1e0 But it doesn't always crash, this one was fine: libvisual INFO: no progname: New Particle: Airport libvisual DEBUG: no progname: void WaveShape::Load(ArgList&, long int) [(WaveShape.cpp,70)]: The number of bins requested: 40 New Delta field: Accident libvisual INFO: no progname: New wave shape: Arena libvisual DEBUG: no progname: void WaveShape::Load(ArgList&, long int) [(WaveShape.cpp,70)]: The number of bins requested: 100 libvisual INFO: no progname: Looking up expression in dict: MAG libvisual INFO: no progname: New Delta field: Acid_Gap_2 libvisual INFO: no progname: New Particle: Art__I_Suppose libvisual DEBUG: no progname: void WaveShape::Load(ArgList&, long int) [(WaveShape.cpp,70)]: The number of bins requested: libvisual INFO: no progname: New wave shape: A_New_Hope libvisual DEBUG: no progname: void WaveShape::Load(ArgList&, long int) [(WaveShape.cpp,70)]: The number of bins requested: 130 libvisual INFO: no progname: Looking up expression in dict: MAG libvisual INFO: no progname: Looking up expression in dict: MAG Salsaman. |
From: salsaman <sal...@xs...> - 2004-09-25 10:15:53
|
Dennis Smit wrote: >Hmms, 'accident' is a very simply script. Can you run LiVES from >console and get a backtrace that way ? > >Thanks, >Dennis > > >On Sat, 2004-09-25 at 01:06 +0100, salsaman wrote: > > >>Hi Dennis, >>I think there could be a bug or two in gforce. I got a hang just playing >>the visual, no mixing, no other clips open. This has happened a few >>times, but because it generally hangs my whole X server I can't get a >>backtrace. >> >>Anyway some, maybe all of these hangs appear to be connected with "New >>Delta Field: Accident". Maybe you could have a quick check in this >>module and see if there is anything suspicious. >> >>Cheers, >>Salsaman. >> >> >> >> >>------------------------------------------------------- >>This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170 >>Project Admins to receive an Apple iPod Mini FREE for your judgement on >>who ports your project to Linux PPC the best. Sponsored by IBM. >>Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php >>_______________________________________________ >>Libvisual-devel mailing list >>Lib...@li... >>https://lists.sourceforge.net/lists/listinfo/libvisual-devel >> >> > > > >------------------------------------------------------- >This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170 >Project Admins to receive an Apple iPod Mini FREE for your judgement on >who ports your project to Linux PPC the best. Sponsored by IBM. >Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php >_______________________________________________ >Libvisual-devel mailing list >Lib...@li... >https://lists.sourceforge.net/lists/listinfo/libvisual-devel > > > > Here is one example: libvisual INFO: no progname: New Delta field: Acid_Gap libvisual INFO: no progname: New wave shape: 3D_Cylinder libvisual DEBUG: no progname: void WaveShape::Load(ArgList&, long int) [(WaveShape.cpp,70)]: The number of bins requested: libvisual INFO: no progname: Looking up expression in dict: MAG libvisual INFO: no progname: New Particle: Warp_Me_Away libvisual DEBUG: no progname: void WaveShape::Load(ArgList&, long int) [(WaveShape.cpp,70)]: The number of bins requested: 150 + rnd( 250 ) libvisual INFO: no progname: New Particle: Airport libvisual DEBUG: no progname: void WaveShape::Load(ArgList&, long int) [(WaveShape.cpp,70)]: The number of bins requested: 40 New Delta field: Accident libvisual INFO: no progname: New Particle: Art__I_Suppose libvisual DEBUG: no progname: void WaveShape::Load(ArgList&, long int) [(WaveShape.cpp,70)]: The number of bins requested: libvisual INFO: no progname: New wave shape: Arena libvisual DEBUG: no progname: void WaveShape::Load(ArgList&, long int) [(WaveShape.cpp,70)]: The number of bins requested: 100 libvisual INFO: no progname: Looking up expression in dict: MAG Hang... I am tryign to get a back trace, but its not easy. Salsaman. |
From: Dennis S. <sy...@yo...> - 2004-09-25 09:09:09
|
Thank you for the m4 macro Still i'm curous from which package it normally comes. The config window starts to look really good! A few comments: I don't think input plugins have a place in the xmms plugin seen it always gets it data from xmms. Also the app icon config, I don't think that is needed. For the rest, awesome work! On Sat, 2004-09-25 at 03:37 -0300, Duilio Javier Protti wrote: > > Regarding the xmms plugin: > > aclocal: configure.ac: 84: macro `AM_GLIB_GNU_GETTEXT' not found in > > library > > > > I'm not sure if you have changed something regarding this, it might > > be my system... > > > > Keep up the good work, and thanks a lot, > > Dennis > > really strange, because you have already built this package after > first checkout (with autogen script). But doesn't matter, here is > the macro file you have to copy to /usr/share/aclocal/ > > I have made a little more work on xmms plugin, I hope you can test > it soon. Before to build, make 'make distclean' and configure again, > because I have renamed two source files, so po/Makefile must be > rebuilded (it is not done automatically when moving files). > > Bye, > Duilio. > |
From: Dennis S. <sy...@yo...> - 2004-09-25 08:51:54
|
Hmms, 'accident' is a very simply script. Can you run LiVES from console and get a backtrace that way ? Thanks, Dennis On Sat, 2004-09-25 at 01:06 +0100, salsaman wrote: > Hi Dennis, > I think there could be a bug or two in gforce. I got a hang just playing > the visual, no mixing, no other clips open. This has happened a few > times, but because it generally hangs my whole X server I can't get a > backtrace. > > Anyway some, maybe all of these hangs appear to be connected with "New > Delta Field: Accident". Maybe you could have a quick check in this > module and see if there is anything suspicious. > > Cheers, > Salsaman. > > > > > ------------------------------------------------------- > This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170 > Project Admins to receive an Apple iPod Mini FREE for your judgement on > who ports your project to Linux PPC the best. Sponsored by IBM. > Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php > _______________________________________________ > Libvisual-devel mailing list > Lib...@li... > https://lists.sourceforge.net/lists/listinfo/libvisual-devel |
From: Duilio J. P. <dp...@fc...> - 2004-09-25 06:26:53
|
> Regarding the xmms plugin: > aclocal: configure.ac: 84: macro `AM_GLIB_GNU_GETTEXT' not found in > library > > I'm not sure if you have changed something regarding this, it might > be my system... > > Keep up the good work, and thanks a lot, > Dennis really strange, because you have already built this package after first checkout (with autogen script). But doesn't matter, here is the macro file you have to copy to /usr/share/aclocal/ I have made a little more work on xmms plugin, I hope you can test it soon. Before to build, make 'make distclean' and configure again, because I have renamed two source files, so po/Makefile must be rebuilded (it is not done automatically when moving files). Bye, Duilio. |
From: Gustavo S. B. <gu...@gs...> - 2004-09-24 23:33:00
|
Jeroen said: > In message #1 on Sun, Sep 19, 2004 at 06:44:13PM -0300, Gustavo Sverzut > Barbieri mumbled: >> Hello, >> >> http://ltc08.ic.unicamp.br/~gustavo/libvisual-website/ >> >> You will find my new web site layout. The layout itself isn't great, > > Except for the font used at "About", "News", etc. i really like it. > The background ain't distracting. The above picture fits into the > black on the right. The color of the text fits into the background. > Its not that bad (IMO). I'm not an designer, I'm a programmer... :) As so I just put things in a logical structure. The look is consequence of experiences with CSS2. Why don't you like the heading fonts? Also, I forgot to say: I also put 2 more style sheets: one with 2 column layout and other to mimic the current site. This is to show how powerful are the style sheets. You can change between them clicking at the bottom-left/statusbar icon (at least in firefox) --=20 Gustavo Sverzut Barbieri ------------------------------------------ Engenharia de Computa=E7=E3o 2001 - UNICAMP Grupo Pr=F3 Software Livre - UNICAMP Mobile: (19) 9165 8010 Jabber: gsb...@ja... ICQ: 17249123 |
From: Gustavo S. B. <gu...@gs...> - 2004-09-24 23:18:00
|
Dennis Smit said: > Alright, Gustavo this is much appreciated! > > Can you put a .tar.gz online, so I can update the libvisual > web page. Now we need some handy/good cms system and we're > mostly set. Anyone experience with this ? > > Cheers, > Dennis > > > > On Sun, 2004-09-19 at 18:44 -0300, Gustavo Sverzut Barbieri wrote: >> Hello, >> >> http://ltc08.ic.unicamp.br/~gustavo/libvisual-website/ Hi Dennis, Sorry for being too late to reply, but exams sucks... :( The web site package was already at: http://ltc08.ic.unicamp.br/~gustavo/libvisual-website.tar.bz2 --=20 Gustavo Sverzut Barbieri ------------------------------------------ Engenharia de Computa=E7=E3o 2001 - UNICAMP Grupo Pr=F3 Software Livre - UNICAMP Mobile: (19) 9165 8010 Jabber: gsb...@ja... ICQ: 17249123 |
From: salsaman <sal...@xs...> - 2004-09-24 22:50:50
|
Hi Dennis, I think there could be a bug or two in gforce. I got a hang just playing the visual, no mixing, no other clips open. This has happened a few times, but because it generally hangs my whole X server I can't get a backtrace. Anyway some, maybe all of these hangs appear to be connected with "New Delta Field: Accident". Maybe you could have a quick check in this module and see if there is anything suspicious. Cheers, Salsaman. |
From: Dennis S. <sy...@yo...> - 2004-09-24 21:54:44
|
You guys might have noticed that my activity has been decreased rather drasticly. This is mostly because I recently started school and it's taking up a lot time. Ofcourse I don't think about stop doing libvisual, but I just wanted to explain why I'm less active. It's not that I'm less motivated (In fact with LiVES and amarok kicking ass, I have never been as motivated before) It's just I'm still trying to balance my time :) But, nonetheless we will seriously kick ass in the near future. This also explains why I'm slow responding to mail that need a bit attention from me. Cheers and thanks for the understanding, Dennis |
From: Dennis S. <sy...@yo...> - 2004-09-24 21:51:37
|
Heya Duilio, Generally I'm happy with your work! One thing: When creating new function headers, please be conform to the codingstyle Functions with no parameters we declare as blah (void) in the header and as () in the C file. Regarding the xmms plugin: aclocal: configure.ac: 84: macro `AM_GLIB_GNU_GETTEXT' not found in library I'm not sure if you have changed something regarding this, it might be my system... Keep up the good work, and thanks a lot, Dennis On Fri, 2004-09-24 at 13:28 -0300, Duilio Javier Protti wrote: > I have make a new configure dialog for xmms plugin, > please take a look. About the API update, I have to > add it a new visual_is_initialized() function to > known where libvisual is already initialized, > otherwise I have one of two problems: > - I call visual_init() again, and fail because of > overinitialization. > - Or if libvisual is not initialized, I cannot get > the plugins list, show correct messages, etc. > > Waht do you think about this new function, Dennis? > > > Bye, > Duilio. > > > > > ------------------------------------------------------- > This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170 > Project Admins to receive an Apple iPod Mini FREE for your judgement on > who ports your project to Linux PPC the best. Sponsored by IBM. > Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php > _______________________________________________ > Libvisual-devel mailing list > Lib...@li... > https://lists.sourceforge.net/lists/listinfo/libvisual-devel |
From: Duilio J. P. <dp...@fc...> - 2004-09-24 16:18:13
|
I have make a new configure dialog for xmms plugin, please take a look. About the API update, I have to add it a new visual_is_initialized() function to known where libvisual is already initialized, otherwise I have one of two problems: - I call visual_init() again, and fail because of overinitialization. - Or if libvisual is not initialized, I cannot get the plugins list, show correct messages, etc. Waht do you think about this new function, Dennis? Bye, Duilio. |
From: Dennis S. <sy...@yo...> - 2004-09-23 16:24:32
|
Looks good, thank you! On Wed, 2004-09-22 at 21:05 -0300, Duilio Javier Protti wrote: > I have changed completely the way plugins are > optionally builded. Now is possible to disable > any plugin, but all plugins will still there > on the dist target, so don't worry about to meet > all the dependencies for to make a release package. > > Also a mmap/munmap function check was added for > the mplayer input plugin. > > Bye, > Duilio. |
From: Vitaly V. B. <vit...@us...> - 2004-09-23 13:06:57
|
Hello, This patch for Libvisual's event system adds folowing events: Quit, Visibiity and Generic. The first two of them are already used by lvdisplay, so you need this patch to try out lvdisplay ;) Also it changes VisEvent struct to an union. It is binary incompatible with previous version. I haven't checked it carefully it just passes events for lvdisplay and everything looks fine. Please take a look over lvdisplay. You need to fix a path to plugins in example/main.c. Any suggestions, critics, code, etc. are very welcome. -- Vitaly GPG Key ID: F95A23B9 |
From: Dennis S. <sy...@yo...> - 2004-09-23 06:57:44
|
Could proof to be handy I guess On Wed, 2004-09-22 at 21:16 -0300, Duilio Javier Protti wrote: > > I did some in LiVES using gprof, at Niels' suggestion. > > > > Just compile: > > gcc -pg ... > > > > run the program as normal, then run gprof on the resulting gmon.out file. > > > > Gabriel. > > Dennis, do you think we must add this flag when configuring > libvisual with --enable-debug, or maybe other --enable-profiling > option? > > Bye, > Duilio. > > > > > ------------------------------------------------------- > This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170 > Project Admins to receive an Apple iPod Mini FREE for your judgement on > who ports your project to Linux PPC the best. Sponsored by IBM. > Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php > _______________________________________________ > Libvisual-devel mailing list > Lib...@li... > https://lists.sourceforge.net/lists/listinfo/libvisual-devel |
From: Duilio J. P. <dp...@fc...> - 2004-09-23 05:38:56
|
Sorry, previously I have sended the wrong patch, here is the correct lv_video.c diff. Bye, Duilio. |
From: Duilio J. P. <dp...@fc...> - 2004-09-23 00:05:51
|
> I did some in LiVES using gprof, at Niels' suggestion. > > Just compile: > gcc -pg ... > > run the program as normal, then run gprof on the resulting gmon.out file. > > Gabriel. Dennis, do you think we must add this flag when configuring libvisual with --enable-debug, or maybe other --enable-profiling option? Bye, Duilio. |
From: Duilio J. P. <dp...@fc...> - 2004-09-22 23:54:27
|
I have changed completely the way plugins are optionally builded. Now is possible to disable any plugin, but all plugins will still there on the dist target, so don't worry about to meet all the dependencies for to make a release package. Also a mmap/munmap function check was added for the mplayer input plugin. Bye, Duilio. |
From: salsaman <sal...@xs...> - 2004-09-22 20:54:07
|
Dennis Smit wrote: >Heya list > >I was wondering if someone has experience with profiling how >much time is spend in functions, how often they are called >and from where. > >I'd like to do a bit of profiling the upcoming time. > >Thanks, >Dennis > > >P.S. I'm a bit slow with responding to some mail lately, I'll >get to it, sorry! > > > > >------------------------------------------------------- >This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170 >Project Admins to receive an Apple iPod Mini FREE for your judgement on >who ports your project to Linux PPC the best. Sponsored by IBM. >Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php >_______________________________________________ >Libvisual-devel mailing list >Lib...@li... >https://lists.sourceforge.net/lists/listinfo/libvisual-devel > > > > I did some in LiVES using gprof, at Niels' suggestion. Just compile: gcc -pg ... run the program as normal, then run gprof on the resulting gmon.out file. Gabriel. |
From: Andrew G. <and...@bl...> - 2004-09-22 20:40:27
|
Hi, everybody. I've volunteered to work on the website, and I see Gustavo has an idea up... do you have a tarball of the site, and the css, etc? I could start from scratch, but it might help. Andrew |
From: Dennis S. <sy...@yo...> - 2004-09-22 20:18:17
|
Heya list I was wondering if someone has experience with profiling how much time is spend in functions, how often they are called and from where. I'd like to do a bit of profiling the upcoming time. Thanks, Dennis P.S. I'm a bit slow with responding to some mail lately, I'll get to it, sorry! |
From: Dennis S. <sy...@yo...> - 2004-09-22 20:15:05
|
This looks very good Jeroen! There is someone looking into fixing a page for us, now we can also finally provide a good documentation section! Thanks, Dennis On Wed, 2004-09-22 at 22:00 +0200, Jeroen wrote: > Okok, thanks for the feedback! > Here's a new version. > > Several changes, including > * Livido and audio input plugins. > * Specified which vispluggies use OpenGL and which don't. > * Improved diagrams (i should learn Dia). > * Slightly different wording here and there. > * More... > > see attached text. > > In message #1 on Mon, Sep 20, 2004 at 11:16:43PM +0200, Jeroen mumbled: > > Hey, > > > > see attachement. > > > > Kind regards / met vriendelijke groet, > > Jeroen > > > Kind regards / met vriendelijke groet, > Jeroen > |
From: Jeroen <dys...@xs...> - 2004-09-22 20:00:48
|
Okok, thanks for the feedback! Here's a new version. Several changes, including * Livido and audio input plugins. * Specified which vispluggies use OpenGL and which don't. * Improved diagrams (i should learn Dia). * Slightly different wording here and there. * More... see attached text. In message #1 on Mon, Sep 20, 2004 at 11:16:43PM +0200, Jeroen mumbled: > Hey, > > see attachement. > > Kind regards / met vriendelijke groet, > Jeroen Kind regards / met vriendelijke groet, Jeroen -- 100% Microsoft-free. You could be too! |