Log in

View Full Version : VSFilter source?


MasamuneXGP
12th September 2005, 01:17
Since no one appears to be able to answer my previous question, I have a simpler one. Is VSFilter open source, and if so, where can I download the code?

ai4spam
12th September 2005, 03:36
http://cvs.sourceforge.net/viewcvs.py/guliverkli/guliverkli/src/subtitles/

MasamuneXGP
12th September 2005, 03:56
Forgive me for not being familiar with this CVS deal, but is there a way to download the whole project without having to download each file seperately?

E-Male
12th September 2005, 04:29
there are many CVS tools
for example WinCVS
google will spid out many more

movax
12th September 2005, 05:22
TortoiseCVS integrates perfectly with explorer.

Redmondman
10th February 2008, 19:56
I'm replying to an old thread. I'm chasing down a heap-corrupting AV that I've isolated to VSFilter.DLL's VobSub function, specifically the CVobSubImage::TrimSubImage() method. It's running off the end of the heap block on the

memset(dst, 0, (1 + w + 1)*sizeof(RGBQUAD));

statement. Obviously I'm curious if anyone has encountered this or has dug around the code enough to understand the purpose of the function in question.

There doesn't seem to be much discussion of VSFilter over on the SourceForge project.

Redmondman
13th February 2008, 03:06
Yes, there's a bug in the VSFilter code that handles memory allocation.

I built a fixed version, so if anyone has the problem (manifests as an Avisynth exception midway through the script playback), then message me.

Looks like the project is dead, otherwise I'd submit the fix to the project.

KoD
13th February 2008, 11:52
These (http://malakith.net/aegiwiki/Main_Page) people would be interested in your fix, I assume. You can reach them easily on the IRC channel.

clsid
13th February 2008, 13:07
I am interested as well in the patch. There are two spin-off projects that are still "alive".

http://sourceforge.net/projects/guliverkli2
http://sourceforge.net/projects/mpc-hc

Redmondman
14th February 2008, 02:45
I'm going to claim that I'm too lazy to track down the right people, especially over IRC. So I post the bug information & fix for public consumption here:

http://sourceforge.net/forum/forum.php?thread_id=1935977&forum_id=281014

clsid
14th February 2008, 13:34
Fix will be applied to both projects. Thanks.