gnash-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-dev] Re: video in gnash


From: Compn
Subject: [Gnash-dev] Re: video in gnash
Date: Sun, 26 Nov 2006 03:32:26 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]