Mark Adams wrote:
> There seem to be two very different output plug-ins for Xine, one in
> DirectFB-extra and one in Xine's own CVS repository.  Are they
> intended for different purposes?

The driver in DirectFB-extra was developed for the xine video provider.
It's intended to be used for internal purposes only.
The driver in xine-lib is more or less a port of the code from df_xine
and it is intended to be used by common applications.

> 
> I've written a xine video decoder to exploit the unichrome's hardware
> decoder (via the libcle266mpegdec library) and it requires support
> from the output plug-in in order to get the xine frame buffers
> allocated in video memory.
> 
> I've written a simple patch for the DirectFB-extra version which works
> well (though I haven't tried the subpicture or OSD features).  Should
> people be using this, or the one in Xine?  Both have been updated in
> the recent past.  Unfortunately, the two variants are very different
> in that one uses the internal DirectFB APIs whereas the other uses the
> public interface classes.
> 
> Any suggestions?
> 
> Mark

What kind of features does libcle266mpegdec provide? Video motion
compesation?
The best solution for a VMC decoder would be writing video output driver
instead of a video decoder.


-- 
Regards,
     Claudio Ciccani

[EMAIL PROTECTED]
http://directfb.org
http://sf.net/projects/php-directfb

_______________________________________________
directfb-dev mailing list
directfb-dev@directfb.org
http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-dev

Reply via email to