Branches
Comments
[»]
0.9.8.2
by salsaman - Dec 18th 2006 20:15:10
0.9.8.2 fixes the bug in 0.9.8.
Anybody who downloaded 0.9.8 (between 16th and 19th December 2006), should
upgrade to 0.9.8.2 ASAP.
[reply]
[top]
[»]
LiVES 0.9.8 try 2
by salsaman - Dec 18th 2006 15:12:55
Anybody who downloaded 0.9.8 before 19th December 2006, should download the
current version. There was a serious bug to do with file saving/reloading
in that version.
[reply]
[top]
[»]
0.9.5 audio playback bug fixed !
by salsaman - Dec 31st 2005 07:58:37
There was a bug in the first release of 0.9.5 which prevented audio
playback. I have now fixed this and posted a revised version.
[reply]
[top]
[»]
Image loading in 0.7.5
by salsaman - Sep 4th 2003 16:14:11
I've just noticed image loading is broken in 0.7.5. This is the result of
some bad coding in 'smogrify'. To fix this, edit /usr/bin/smogrify, and
change the lines:
# get number of frames
if ($count>0) {
# double check number of frames
$found=0;
for ($i=$count;$i--;$i>0&&$found==0) {
$name=&mkname($i);
if (-f $name) {
$found=$i;
to:
# get number of frames
if ($count>0) {
# double check number of frames
$found=0;
for ($i=$count;$i>0&&$found==0;$i--) {
$name=&mkname($i);
if (-f "$name$img_ext") {
$found=$i;
[reply]
[top]
[»]
Version 0.6.5
by salsaman - Jun 26th 2003 11:33:34
This is mainly a bugfix release for some annoying issues that ended up in
0.6.0
One new feature has been added, midi synch. See the CHANGELOG for more
details.
[reply]
[top]
[»]
Oops
by salsaman - Jun 20th 2003 17:26:35
A couple of last minute bugs snuck into LiVES-0.6.0-1.i586.rpm. Please use
LiVES-0.6.0-2.i586.rpm instead (available now on the homepage).
[reply]
[top]
[»]
Correct URL for mailing list
by salsaman - Apr 26th 2003 03:35:01
http://groups.yahoo.com/group/lives-video/ Salsaman
[reply]
[top]
[»]
LiVES mailing list
by salsaman - Apr 26th 2003 03:32:15
If anybody wants to join the LiVES mailing list, please go to:
http://www.yahoo.com/groups/lives-video
From there you can make a request to join the group.
We will be discussing development and new features.
[reply]
[top]
[»]
Sources?
by Leandro Pereira - Oct 12th 2002 13:01:13
The projects's license is GPL, although I was unable to find where to
download the sources.
-- --
leandro, the man without a .sig :)
[reply]
[top]
[»]
Re: Sources?
by Lord Kano - Oct 12th 2002 21:44:54
> The projects's license is GPL, although
> I was unable to find where to download
> the sources.
Change the "bin" in the url to "src" and you'll get the source.
[reply]
[top]
|