[MPlayer-dev-eng] [PATCH] support for video codecs from Vanguard

Roberto Togni r_togni at libero.it
Wed Apr 9 23:22:33 CEST 2003


On 2003.04.09 00:07 Roberto Togni wrote:
> On 2003.04.07 21:23, Andreas Hess wrote:
>> Hi,
>> 
>> I came across some codecs from Vanguard
>> (http://vsofts.com/solutions.html)
>> today. I've added them to the codecs.conf and they need a currently
>> not
>> implemented API call to access the registry, so I've added a dummy
>> function
>> to implement it too. (Maybe there is a better solution?) Two of the 3
>> codecs
>> are working, the other one can't find a function, that is in an other
>> dll.
>> 
> The codec lite and the wavelet codec works ok with your patch, i'll 
> commit it asap (probably tomorrow).
Committed, thanks.
To use it yo'll need vsslight.vss for the vss files and vsswlt.dll for 
the wavelet ones.
BTW, vsswlt.dll will expire on May 20th 2003, according to the website.

> The h264 requires vssh264core.dll, and that should be fixed (i added 
> to LookupExternalByName the same hack that is in LookupExternal.). 
> Then vssh264code.dll calls functions from vssh264dec.dll, but it's 
> not loaded automatically. I'm looking into it, probably external dll
[...]
Got the problem, the functions in third dll were not referenced by 
name. It works now.
To use it you'll need vssh264.dll, vssh264core.dll, vssh264dec.dll.

  Ciao,
   Roberto



More information about the MPlayer-dev-eng mailing list