Bastiaan Jacques <bastiaan <at> bjacques.org> writes: > > On Tue, 2006-11-21 at 23:49 +0100, Tomas Groth wrote: > > But for the other > > renderers we will most likely just have to rely on standard software > > conversion, and pass the frame as a you mentions. > > Since we already use libavcodec for video, we might as well use the > img_convert() function which can convert YUV to RGB (and other formats). > > We may also want to investigate the use of the X11 XV extension which > can do the same thing with hardware acceleration. > > Bastiaan >
if you plan to use ffmpeg's yuy > rgb or other colorspace converters please use libswscale instead of img_convert. img_* is depreciated now. http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/2006-November/048642.html -compn _______________________________________________ Gnash-dev mailing list [email protected] http://lists.gnu.org/mailman/listinfo/gnash-dev

