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...> - 2006-02-01 20:32:57
|
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../.. -I/usr/X11R6/include -g -O2 -DUNIX_X -D_REENTRANT -MT gfx-background.lo -MD -MP -MF ".deps/gfx-background.Tpo" -c -o gfx-background.lo gfx-background.c; \ then mv -f ".deps/gfx-background.Tpo" ".deps/gfx-background.Plo"; else rm -f ".deps/gfx-background.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../.. -I/usr/X11R6/include -g -O2 -DUNIX_X -D_REENTRANT -MT gfx-background.lo -MD -MP -MF .deps/gfx-background.Tpo -c gfx-background.c -fPIC -DPIC -o .libs/gfx-background.o gfx-background.c: In function `_oink_gfx_background_circles_sine': gfx-misc.h:36: sorry, unimplemented: inlining failed in call to '_oink_gfx_circle_filled': function body not available gfx-background.c:69: sorry, unimplemented: called from here gfx-misc.h:36: sorry, unimplemented: inlining failed in call to '_oink_gfx_circle_filled': function body not available gfx-background.c:71: sorry, unimplemented: called from here g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../.. -I/usr/X11R6/include -g -O2 -DUNIX_X -D_REENTRANT -DUNIX_X -D_REENTRANT -MT actor_corona.lo -MD -MP -MF .deps/actor_corona.Tpo -c actor_corona.cpp -fPIC -DPIC -o .libs/actor_corona.o In file included from /usr/include/libvisual/libvisual.h:30, from actor_corona.cpp:38: /usr/include/libvisual/lv_time.h: In function `void visual_timer_tsc_get(u_int32_t*, u_int32_t*)': /usr/include/libvisual/lv_time.h:113: error: expected string-literal before '::' token /usr/include/libvisual/lv_time.h:113: error: expected `)' before '::' token actor_corona.cpp: In function `int lv_corona_render(VisPluginData*, VisVideo*, VisAudio*)': actor_corona.cpp:257: warning: converting to `short int' from `float' actor_corona.cpp:258: warning: converting to `short int' from `float' actor_corona.cpp:259: warning: converting to `short int' from `float' actor_corona.cpp:260: warning: converting to `short int' from `float' make[4]: Leaving directory `/usr/local/pubsoft/libvisual-plugins/plugins/actor/bumpscope' Making all in corona make[4]: Entering directory `/usr/local/pubsoft/libvisual-plugins/plugins/actor/corona' make[4]: *** No rule to make target `no', needed by `all-am'. Stop. make[4]: Leaving directory `/usr/local/pubsoft/libvisual-plugins/plugins/actor/corona' make[3]: *** [all-recursive] Error 1 make[3]: Leaving directory `/usr/local/pubsoft/libvisual-plugins/plugins/actor' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/usr/local/pubsoft/libvisual-plugins/plugins' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/usr/local/pubsoft/libvisual-plugins' make: *** [all] Error 2 Salsaman. |
From: Dennis S. <sy...@yo...> - 2006-01-30 19:11:35
|
Fixed in CVS (anoncvs might lag, so give it a few hours, in the mean while, you could go into separate directories and selectively build plugins and see if more problems arise). Keep this reports coming! Cheers, Dennis On Mon, 2006-01-30 at 16:26 +0100, salsaman wrote: > if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. > -I../../.. -I../../.. -I/usr/X11R6/include -g -O2 -DUNIX_X > -D_REENTRANT -MT renderer.lo -MD -MP -MF ".deps/renderer.Tpo" -c -o > renderer.lo renderer.c; \ > then mv -f ".deps/renderer.Tpo" ".deps/renderer.Plo"; else rm -f > ".deps/renderer.Tpo"; exit 1; fi > gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../.. -I/usr/X11R6/include > -g -O2 -DUNIX_X -D_REENTRANT -MT renderer.lo -MD -MP -MF > .deps/renderer.Tpo -c renderer.c -fPIC -DPIC -o .libs/renderer.o > renderer.c: In function `renderer': > analyser.h:35: sorry, unimplemented: inlining failed in call to 'ips': > function body not available > renderer.c:114: sorry, unimplemented: called from here > make[4]: *** [renderer.lo] Error 1 > make[4]: Leaving directory > `/usr/local/pubsoft/libvisual-plugins/plugins/actor/JESS' > make[3]: *** [all-recursive] Error 1 > make[3]: Leaving directory > `/usr/local/pubsoft/libvisual-plugins/plugins/actor' > make[2]: *** [all-recursive] Error 1 > make[2]: Leaving directory `/usr/local/pubsoft/libvisual-plugins/plugins' > make[1]: *** [all-recursive] Error 1 > make[1]: Leaving directory `/usr/local/pubsoft/libvisual-plugins' > make: *** [all] Error 2 > > > Cheers, > Salsaman. > > > > ------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. Do you grep through log files > for problems? Stop! Download the new AJAX search engine that makes > searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642 > _______________________________________________ > Libvisual-devel mailing list > Lib...@li... > https://lists.sourceforge.net/lists/listinfo/libvisual-devel |
From: salsaman <sal...@xs...> - 2006-01-30 15:14:43
|
if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../.. -I/usr/X11R6/include -g -O2 -DUNIX_X -D_REENTRANT -MT renderer.lo -MD -MP -MF ".deps/renderer.Tpo" -c -o renderer.lo renderer.c; \ then mv -f ".deps/renderer.Tpo" ".deps/renderer.Plo"; else rm -f ".deps/renderer.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../.. -I/usr/X11R6/include -g -O2 -DUNIX_X -D_REENTRANT -MT renderer.lo -MD -MP -MF .deps/renderer.Tpo -c renderer.c -fPIC -DPIC -o .libs/renderer.o renderer.c: In function `renderer': analyser.h:35: sorry, unimplemented: inlining failed in call to 'ips': function body not available renderer.c:114: sorry, unimplemented: called from here make[4]: *** [renderer.lo] Error 1 make[4]: Leaving directory `/usr/local/pubsoft/libvisual-plugins/plugins/actor/JESS' make[3]: *** [all-recursive] Error 1 make[3]: Leaving directory `/usr/local/pubsoft/libvisual-plugins/plugins/actor' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/usr/local/pubsoft/libvisual-plugins/plugins' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/usr/local/pubsoft/libvisual-plugins' make: *** [all] Error 2 Cheers, Salsaman. |
From: Dennis S. <den...@gm...> - 2006-01-27 20:15:46
|
(indeed not my ussual email address) Heya Salsaman, No I will not hold libvisual 0.4.0 for the sake of lives, however. If you d= o the testing the upcoming week, you'll be on time, since the release will happen either at the end of upcoming week, or the end of the week following. Cheers, Dennis On 1/27/06, salsaman <sal...@xs...> wrote: > > Hi, > I had reports that you will soon be releasing the next version of > libvisual ! Great news ! > > Unfortunately I also had another report that some of the plugins do not > load in LiVES. So I was wondering if you could hold off releasing until > I've had a chance to test in CVS ? Hopefully I can do this in the next > week or so. > > Cheers, > Salsaman. > > > > ------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. Do you grep through log > files > for problems? Stop! Download the new AJAX search engine that makes > searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! > http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=3D103432&bid=3D230486&dat= =3D121642 > _______________________________________________ > Libvisual-devel mailing list > Lib...@li... > https://lists.sourceforge.net/lists/listinfo/libvisual-devel > |
From: salsaman <sal...@xs...> - 2006-01-27 15:29:38
|
Hi, I had reports that you will soon be releasing the next version of libvisual ! Great news ! Unfortunately I also had another report that some of the plugins do not load in LiVES. So I was wondering if you could hold off releasing until I've had a chance to test in CVS ? Hopefully I can do this in the next week or so. Cheers, Salsaman. |
From: Dennis S. <sy...@yo...> - 2006-01-11 17:10:28
|
Dejavu ? On Wed, 2006-01-11 at 17:49 +0100, sal...@xs... wrote: > Hi guys, > I am getting a crash in the jack input: > > ==9758== Invalid read of size 4 > ==9758== at 0x137D9F45: jack_attach_shm (in > /usr/lib64/libjack.so.0.0.23) ==9758== by 0x137D719A: jack_client_open > (in /usr/lib64/libjack.so.0.0.23) ==9758== by 0x19749E88: inp_jack_init > (input_jack.c:92) > ==9758== by 0x186AC531: visual_plugin_realize (lv_plugin.c:702) > > this happens on the second time I start a plugin. > > Any ideas ? > > Salsaman. > > > > > > > > > > > > Ooops, sorry, ignore that. It turned out to be a problem with the > soundcard setup. > > Salsaman. > > > > > ------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. Do you grep through log files > for problems? Stop! Download the new AJAX search engine that makes > searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! > http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click > _______________________________________________ > Libvisual-devel mailing list > Lib...@li... > https://lists.sourceforge.net/lists/listinfo/libvisual-devel |
From: <sal...@xs...> - 2006-01-11 16:49:12
|
Hi guys, I am getting a crash in the jack input: ==9758== Invalid read of size 4 ==9758== at 0x137D9F45: jack_attach_shm (in /usr/lib64/libjack.so.0.0.23) ==9758== by 0x137D719A: jack_client_open (in /usr/lib64/libjack.so.0.0.23) ==9758== by 0x19749E88: inp_jack_init (input_jack.c:92) ==9758== by 0x186AC531: visual_plugin_realize (lv_plugin.c:702) this happens on the second time I start a plugin. Any ideas ? Salsaman. Ooops, sorry, ignore that. It turned out to be a problem with the soundcard setup. Salsaman. |
From: Dennis S. <sy...@yo...> - 2006-01-11 16:01:58
|
No idea, probably something in jack. Tell me if you find something, or bug the jack guys, and see what they've got to say. On Wed, 2006-01-11 at 16:51 +0100, sal...@xs... wrote: > Hi guys, > I am getting a crash in the jack input: > > ==9758== Invalid read of size 4 > ==9758== at 0x137D9F45: jack_attach_shm (in /usr/lib64/libjack.so.0.0.23) > ==9758== by 0x137D719A: jack_client_open (in /usr/lib64/libjack.so.0.0.23) > ==9758== by 0x19749E88: inp_jack_init (input_jack.c:92) > ==9758== by 0x186AC531: visual_plugin_realize (lv_plugin.c:702) > > this happens on the second time I start a plugin. > > Any ideas ? > > Salsaman. > > > > > ------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. Do you grep through log files > for problems? Stop! Download the new AJAX search engine that makes > searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! > http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click > _______________________________________________ > Libvisual-devel mailing list > Lib...@li... > https://lists.sourceforge.net/lists/listinfo/libvisual-devel |
From: <sal...@xs...> - 2006-01-11 15:51:37
|
Hi guys, I am getting a crash in the jack input: ==9758== Invalid read of size 4 ==9758== at 0x137D9F45: jack_attach_shm (in /usr/lib64/libjack.so.0.0.23) ==9758== by 0x137D719A: jack_client_open (in /usr/lib64/libjack.so.0.0.23) ==9758== by 0x19749E88: inp_jack_init (input_jack.c:92) ==9758== by 0x186AC531: visual_plugin_realize (lv_plugin.c:702) this happens on the second time I start a plugin. Any ideas ? Salsaman. |
From: Dennis S. <sy...@yo...> - 2006-01-09 03:50:03
|
I am aware of AMD64 problems, the big problem for me is, I don't have a 64 bit machine so that makes it very hard for me to actually debug 64 bits problems. All I can ask you at this very moment is to either compile it as a 32bits app or make a patch yourself. If anyone wants to donate me a 64 bits processor (or the money for one) I will fix all the 64 problems. Cheers, Dennis On Mon, 2006-01-09 at 01:45 +0100, sal...@xs... wrote: > Jess is crashing: > > render_deformation (priv=0x2aaaaf2ea010, defmode=1) at renderer.c:358 > 358 *(pix++) = *(aux++) ; > > > > > > > > ------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. Do you grep through log files > for problems? Stop! Download the new AJAX search engine that makes > searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! > http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click > _______________________________________________ > Libvisual-devel mailing list > Lib...@li... > https://lists.sourceforge.net/lists/listinfo/libvisual-devel |
From: <sal...@xs...> - 2006-01-09 00:46:01
|
Jess is crashing: render_deformation (priv=0x2aaaaf2ea010, defmode=1) at renderer.c:358 358 *(pix++) = *(aux++) ; |
From: <sal...@xs...> - 2006-01-09 00:34:02
|
Hi guys, right now I am testing libvisual on an AMD64 machine. So far I have found one problem which causes gforce to crash. The problem occurs at: UtilStr::Append (this=0xaaacad0000ef7ac0, inSrce=0x2aaaaf213c86, numBytes=18) at UtilStr.cpp:165 165 unsigned long newLen = numBytes + mStrLen; I am not sure why it is crashing, but on 64bit machines sizeof(long)==8. If there is any chance you could find a solution for this in the next few days, I would really appreciate it. This could be big exposure for libvisual. Regards, Salsaman. |
From: Dennis S. <sy...@yo...> - 2005-12-09 11:00:57
|
It's phat, it's very very phat mate ;)!, thanks for posting the link. Cheers, Dennis On Fri, 2005-12-09 at 03:55 +0100, salsaman wrote: > Just thought y'all might be interested in this: > > http://lives.rm.org/demos/weed-demo-sm.ogg > > Note: > - this is a quarter size of the original, as soon as I get more disk > quota I will upload the larger size > - the slow frame rate at some points is due to a missing optimisation in > LiVES which I hope to add soon (RGB -> RGBA palette conversion) > - libvisual with an edge detect filter just rocks ! > > Salsaman. > > > > ------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. Do you grep through log files > for problems? Stop! Download the new AJAX search engine that makes > searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! > http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click > _______________________________________________ > Libvisual-devel mailing list > Lib...@li... > https://lists.sourceforge.net/lists/listinfo/libvisual-devel |
From: salsaman <sal...@xs...> - 2005-12-09 02:45:42
|
Just thought y'all might be interested in this: http://lives.rm.org/demos/weed-demo-sm.ogg Note: - this is a quarter size of the original, as soon as I get more disk quota I will upload the larger size - the slow frame rate at some points is due to a missing optimisation in LiVES which I hope to add soon (RGB -> RGBA palette conversion) - libvisual with an edge detect filter just rocks ! Salsaman. |
From: Dennis S. <sy...@yo...> - 2005-11-20 22:13:55
|
Ok, finally, we're moving over to a wiki. I am currently busy with fixing this stuff. Any of you have suggestions for organisation, content ? Cheers, Dennis |
From: Dennis S. <sy...@yo...> - 2005-08-28 13:27:36
|
Well, it's been a while again! Just a small update, I've been working on the VisAudio rewrite, it's going steady and should be ready within 2 weeks. After that I and prolly some Estonian guy will work further on finishing up all the new VisVideo stuff. Also we're searching for a libvisual-display maintainer/developer! The library it's goals are to abstract away the displaying of whatever you want to display, very nifty things can be achieved like neat multihead support. It should also provide means to have access to context structures, like needed for pbuffers, glx. If someone is interested, please contact me. On other news, Descender from BMP fame is working on OCaml bindings, I hope that by this development libvisual attracts more platform binding hackers, so we end up accessibly through every language. Sepp Wijnands has been working on the script engine that will be used for the winamp AVS port, lately the progress is a bit slow, but it's surely coming, more on this when it gets merged in one or two months. Generally development has mostly been a one man job lately, I would like to get back to the activity we had previous year. Do some of you have suggestions how to achieve this ? Greetings, Dennis |
From: Kevin F. <ke...@re...> - 2005-08-16 16:37:09
|
Congratulations guys. I've made a front page news item for you... https://helixcommunity.org/ Kevin ---------------- Mark Kretschmann wrote: >The amaroK team announces version 1.3 'Airborne' of the amaroK audio player > >The amaroK Development Team is very proud to clear version 1.3 of the popular >audio player for takeoff. After four months of focused work, we feel that this >release has again substantially improved on amaroK. We hope you enjoy amaroK >1.3's greater usability, exciting new features and many bugfixes. > > >Highlights of amaroK 1.3: > > * Wikipedia artist lookup, a revolutionary feature providing information > from the free online encyclopedia. > * Redesigned sidebar, with improved look-and-feel. > * Automatic download of scripts and themes with KNewStuff. > * HelixPlayer engine. > * New Playlist Browser, powerful and easy to use. > * Cue file sheet support. > * Dynamic playlist mode. > * PostgreSQL database support. > * Much extended DCOP scripting interface. > * Multiple analyzer visualizations for the playlist window. > * Editable Smart Playlists. > * Podcast support, including live streaming and download capability. > * Crossfading for the xine audio backend. > > >ChangeLog since 1.3-beta3: > > FEATURES: > * The tyranny of deleting covers every 90 days is over. Instead, amaroK > now automatically downloads the covers every 80 days to comply with > Amazon.com requirements. > > CHANGES: > * Removed 'Apply' button from dynamic config, all config options are now > hot! (Automatically applied on alteration) > * Minimum score changed from 1 to 0. (BR 107944) > * Playlist item lengths now shown with hours when necessary. > > BUGFIXES: > * M3U playlists would be broken after editing. (BR 109774) > * When there's no artist tag, don't show tons of unrelated songs and > albums in Context Browser. (BR 110319) > * Advertisements were showing up in Lyrics Tab for some songs. > * When editing tags in Playlist Window, only try to write the new tag if > it's different from the old one. (BR 110299) > * Changes to the score in the Edit Track Information dialog should only be > applied after clicking on the "Save and Close" button. > * When only the score is changed, amaroK shouldn't complain if the file is > read-only. (BR 109054) > * Mark/Unmark as compilation wouldn't work with SQLite. (BR 109275) > * Album Covers whose name or artist contained "'" wouldn't show up when > fetched from Amazon. (BR 109700) > * Edit Track Information dialog wouldn't update collection database if > filename contained non latin1 characters. Patch by Andrey Yasniy > <ya...@gm...> (BR 110030) > * SmartPlaylist category created in the PlaylistBrowser once the > collection has been built for the first time. > * Refresh the context browser as appropriate when editing tags. > (BR 108884) > * Cover image shown if track has no title. > * Statusbar cancel button will terminate a podcast download. > * Don't show multiple popup messages when retrieving podcast information. > * Don't crash when adding podcasts. (BR 109982) > * Tracks with urls containg apostrophes would not cache lyrics. > * PostgreSQL compile problem (BR 110033) > > >The amaroK team >--------------- > >amaroK is a soundsystem-independent audio-player for *nix. Its interface uses >a powerful "browser" metaphor that allows you to create playlists that make >the most of your music collection. We have a fast development-cycle and >super-happy users. We also provide pensions and other employment-benefits. > >"Easily the best media-player for Linux at the moment. Install it now!" > - Linux Format Magazine > >WWW: http://amarok.kde.org >WIKI: http://amarok.kde.org/wiki >IRC: irc.freenode.net #amarok & #amarok.de >MAIL: ama...@li... >_______________________________________________ >kde-multimedia mailing list >kde...@kd... >https://mail.kde.org/mailman/listinfo/kde-multimedia > > > -- ----------------- Kevin Foreman, GM, Helix RealNetworks, Inc. T: 206-674-2244 E: ke...@re... https://helixcommunity.org |
From: Mark K. <ma...@we...> - 2005-08-15 11:11:36
|
The amaroK team announces version 1.3 'Airborne' of the amaroK audio player The amaroK Development Team is very proud to clear version 1.3 of the popular audio player for takeoff. After four months of focused work, we feel that this release has again substantially improved on amaroK. We hope you enjoy amaroK 1.3's greater usability, exciting new features and many bugfixes. Highlights of amaroK 1.3: * Wikipedia artist lookup, a revolutionary feature providing information from the free online encyclopedia. * Redesigned sidebar, with improved look-and-feel. * Automatic download of scripts and themes with KNewStuff. * HelixPlayer engine. * New Playlist Browser, powerful and easy to use. * Cue file sheet support. * Dynamic playlist mode. * PostgreSQL database support. * Much extended DCOP scripting interface. * Multiple analyzer visualizations for the playlist window. * Editable Smart Playlists. * Podcast support, including live streaming and download capability. * Crossfading for the xine audio backend. ChangeLog since 1.3-beta3: FEATURES: * The tyranny of deleting covers every 90 days is over. Instead, amaroK now automatically downloads the covers every 80 days to comply with Amazon.com requirements. CHANGES: * Removed 'Apply' button from dynamic config, all config options are now hot! (Automatically applied on alteration) * Minimum score changed from 1 to 0. (BR 107944) * Playlist item lengths now shown with hours when necessary. BUGFIXES: * M3U playlists would be broken after editing. (BR 109774) * When there's no artist tag, don't show tons of unrelated songs and albums in Context Browser. (BR 110319) * Advertisements were showing up in Lyrics Tab for some songs. * When editing tags in Playlist Window, only try to write the new tag if it's different from the old one. (BR 110299) * Changes to the score in the Edit Track Information dialog should only be applied after clicking on the "Save and Close" button. * When only the score is changed, amaroK shouldn't complain if the file is read-only. (BR 109054) * Mark/Unmark as compilation wouldn't work with SQLite. (BR 109275) * Album Covers whose name or artist contained "'" wouldn't show up when fetched from Amazon. (BR 109700) * Edit Track Information dialog wouldn't update collection database if filename contained non latin1 characters. Patch by Andrey Yasniy <ya...@gm...> (BR 110030) * SmartPlaylist category created in the PlaylistBrowser once the collection has been built for the first time. * Refresh the context browser as appropriate when editing tags. (BR 108884) * Cover image shown if track has no title. * Statusbar cancel button will terminate a podcast download. * Don't show multiple popup messages when retrieving podcast information. * Don't crash when adding podcasts. (BR 109982) * Tracks with urls containg apostrophes would not cache lyrics. * PostgreSQL compile problem (BR 110033) The amaroK team --------------- amaroK is a soundsystem-independent audio-player for *nix. Its interface uses a powerful "browser" metaphor that allows you to create playlists that make the most of your music collection. We have a fast development-cycle and super-happy users. We also provide pensions and other employment-benefits. "Easily the best media-player for Linux at the moment. Install it now!" - Linux Format Magazine WWW: http://amarok.kde.org WIKI: http://amarok.kde.org/wiki IRC: irc.freenode.net #amarok & #amarok.de MAIL: ama...@li... |
From: Seb R. <me...@se...> - 2005-08-01 14:37:56
|
Ol=E9!=20 Under our large sombrero's, the amaroK development squad would like to invi= te=20 you to a party night filled with music, women and tequila! After a month of= =20 hard work, the latest beta in the 1.3 series is upon the world like a lime = in=20 your Corona!=20 Three cheers for all!=20 HIGHLIGHTS * 17 Equalizer Presets * Cover image shadows for extra drooling * Crash persistent settings * Podcast support * Revamped xine engine, including crossfading! =46ull changelog since 1.3-beta2 FEATURES: * New "not in the last" option for the date fields in Smart Playlists. (BR 107725) * New OSD tokens: %directory and %type (shows whether it's a stream, or otherwise the extension). * New DCOP call "player: lyrics" (BR 100306) and Lyrics Caching.=20 (BR 97961) * New DCOP call "player: transferDeviceFiles". Transfers queued files to the Media Device. * New DCOP call "player: queueForTransfer". Queues files for transfer to the Media Device. * Download your favourite podcasts and let amaroK manage them for you! * 17 Equalizer presets. (BR 96302) * xine-engine supports crossfading. Note: Your audio device must support mixing. SBLive, dmix or ALSA 1.0.9 will do the trick. * Shuffle the queue list in the queue manager. (BR 108861) * The audio plugin (autodetect, ALSA, esd etc.) for xine-engine is now configurable. * Playlist-Browser now remembers the state and layout of its tree view. * Show a stop icon next to the track to stop playing after. * Miniature player window for the minimalists out there! (BR 85876) * "Stop Playing After Track" now also works for queued tracks. * "Open in External Browser" button for Lyrics Tab, patch from Nick Tryon (Dhraakellian). <dh...@gm...> * Funky shadow effect for the album cover @ Context-Browser and OSD. (BR 108334) * Create playlists by dragging tracks onto the Playlist Category in the PlaylistBrowser. (BR 75029) * Show OSD when pausing and unpausing. (BR 104508) * Make 'The' prefix of artists be transparent in the collection browser and sort accordingly. (BR 85959) CHANGES: * TagLib version 1.4 is required. * Renamed "Track Name" column to "Filename", "Extension" to "Type". * "Use hardware volume mixer" option has been removed. * "Play AudioCD" gets disabled for engines that don't support KIO. * The OSD (by default) and systray tooltip now show the same infos in the same order as the columns in the playlist. * xine-engine's configuration dialog has been reworked and simplified. * xine-engine has been given the highest engine plugin rank. * Systray tooltip now shows "elapsed time / total time" for the length. BUGFIXES: * When playing, the text in the current track's columns wouldn't get ellipsii added if the column was too short. * Dragging 'All Collection' smart playlist made amaroK hang. * Compilations reported incorrect number of tracks in the Context Browser. (BR 109651) * Track play icon remains even when stopped playing. (BR 107284) * Sometimes valid tracks were not submitted to AudioScrobbler. (BR 1002= 78) * Current playlist is now being remembered when amaroK crashes. (BR 986= 89) * Playlist-Browser saves its state after each change, so that no data is lost when amaroK crashes. (BR 108814) * Crash when trying to save Smart Playlists after creating a Collection for the first time. * Context menu of compilations was empty in context browser. * Don't append albums and compilations when clicking on text in the context browser. (BR 98797) * xine-engine: pre-amp for the equalizer works now. (BR 104882) * Crash when changing the number of minimum upcoming tracks right after starting amaroK. (BR 108251) The amaroK team =2D-------------- amaroK is a soundsystem-independent audio-player for *nix. Its interface us= es=20 a powerful "browser" metaphor that allows you to create playlists that make= =20 the most of your music collection. We have a fast development-cycle and=20 super-happy users. We also provide pensions and other employment-benefits. "Easily the best media-player for Linux at the moment. Install it now!" =A0 =A0 - Linux Format Magazine WWW: =A0http://amarok.kde.org WIKI: http://amarok.kde.org/wiki IRC: =A0irc.freenode.net #amarok MAIL: ama...@li... =2D- Seb Ruiz |
From: Dennis S. <sy...@yo...> - 2005-07-23 17:08:26
|
Looks cool, are you filtering using libcaca or what ? On Sat, 2005-07-23 at 04:34 +0200, salsaman wrote: > Hi people, > just thought you might enjoy seeing libvisual in combination with the > latest realtime effect in LiVES. This clip was recorded as you see it in > real time, then encoded to mpeg. > > http://lives.rm.org/demos/libvisascii.mpg > > Cheers, > Salsaman. > > > > ------------------------------------------------------- > SF.Net email is sponsored by: Discover Easy Linux Migration Strategies > from IBM. Find simple to follow Roadmaps, straightforward articles, > informative Webcasts and more! Get everything you need to get up to > speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click > _______________________________________________ > Libvisual-devel mailing list > Lib...@li... > https://lists.sourceforge.net/lists/listinfo/libvisual-devel |
From: salsaman <sal...@xs...> - 2005-07-23 02:38:09
|
Second a "ripple" effect with jess http://lives.rm.org/demos/jessrip.mpg Hope you like them ! Cheers, Salsaman. |
From: salsaman <sal...@xs...> - 2005-07-23 02:29:53
|
Hi people, just thought you might enjoy seeing libvisual in combination with the latest realtime effect in LiVES. This clip was recorded as you see it in real time, then encoded to mpeg. http://lives.rm.org/demos/libvisascii.mpg Cheers, Salsaman. |
From: salsaman <sal...@xs...> - 2005-07-19 15:18:58
|
Hi all, I have finally had a chance to go over the generator code in LiVES again. I am happy to report that now all memory leaks have been fixed :-) There is still one big memory leak in jackdaw in 0.2.0, however this is a known issue, and I believe has been fixed. So it will be nice to get an update (0.2.1 ?) with the jackdaw fix in it. Anyway, good news, it looks like libvisual is now quite stable in terms of memory handling ! (I have not done any testing with goom, so I don't know about leaks in there.) Also: in answer to the query about further events at TOSTI: on Sept 10th we are celebrating Software Freedom Day here, so you are all invited to do a presentation about libvisual :-) and to watch/listen to the fun of course ! Regards, Gabriel. |
From: Dennis S. <sy...@yo...> - 2005-07-07 14:26:17
|
Heya Gabriel, Good to hear from you, I would have loved to attend, especially since tilburg is not really that far away from where I live, however I'll be in Hoogeveen that day, which is well, at the other side of the country :). Will there be more events like this the upcoming months ?, if so please be sure to give us a notice! Cheers, Dennis On Thu, 2005-07-07 at 15:30 +0200, sal...@xs... wrote: > Greetings libvisual developers, > sorry I have not been in touch for a while, been busy moving from > Amsterdam to Tilburg in the south of the Netherlands. > > I am now working at this place: http://www.tostitilburg.nl. > > On sunday we are having a special event: From TOSTI with L.O.V.E (Livido > Opensource Video Effects). There will be quite a few presentations: > Dynebolic, Freej, Veejay, LiVES/libvisual, Muse and Livido. > > Sorry about the short notice, I hope some of you can attend. > > Cheers, > Salsaman. > > > > > ------------------------------------------------------- > SF.Net email is sponsored by: Discover Easy Linux Migration Strategies > from IBM. Find simple to follow Roadmaps, straightforward articles, > informative Webcasts and more! Get everything you need to get up to > speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click > _______________________________________________ > Libvisual-devel mailing list > Lib...@li... > https://lists.sourceforge.net/lists/listinfo/libvisual-devel |
From: <sal...@xs...> - 2005-07-07 13:30:50
|
Greetings libvisual developers, sorry I have not been in touch for a while, been busy moving from Amsterdam to Tilburg in the south of the Netherlands. I am now working at this place: http://www.tostitilburg.nl. On sunday we are having a special event: From TOSTI with L.O.V.E (Livido Opensource Video Effects). There will be quite a few presentations: Dynebolic, Freej, Veejay, LiVES/libvisual, Muse and Livido. Sorry about the short notice, I hope some of you can attend. Cheers, Salsaman. |