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

Roberto Togni r_togni at libero.it
Wed Apr 9 00:07:56 CEST 2003


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).
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 
required by external dll are not processed by the loader (does any 
other codec behave in this way?). I'm looking into it, but if anyone 
have suggestions he's welcome!


> The codecs and sample files can be found at
> http://vsofts.com/solutions.html .
> 
BTW, i tried to play the strv4-h264-300.avi with ffmpeg, but it didn't 
work.
> 
> Andreas
> 
Ciao,
  Roberto



More information about the MPlayer-dev-eng mailing list