[vlc-devel] how to expand vlc to support unknown video format
Kaarlo Räihä
kaarlo.raiha at gmail.com
Thu Apr 7 09:32:54 CEST 2011
2011/4/7 zhu shi song <zhushisongzhu at yahoo.com>
> I have got one specofic video format that vlc can't support. But I have
> its player DLL library that can be used to develop my own player. Using the
> library we can get the YUV data of the video. I want to use it to expand
> vlc to support the specific video. How can I do for it?
>
You can write a decoder module that uses loadlibrary+GetProcAddress
functions to access that DLL library and its functions.
http://wiki.videolan.org/Documentation:Hacker's_Guide/Module_Writers_Guide
http://git.videolan.org/?p=vlc.git;a=tree;f=modules/codec
> ______________________________________
_________
> vlc-devel mailing list
> To unsubscribe or modify your subscription options:
> http://mailman.videolan.org/listinfo/vlc-devel
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20110407/825adc1c/attachment.html>
More information about the vlc-devel
mailing list