On Thu, Jun 07, 2007 at 02:54:22PM +0200, Udo Giacomozzi wrote: > Hello strk, > > Thursday, June 7, 2007, 2:47:45 PM, you wrote: > >> YUV is not natively supported, but anyway I think someone said there > >> is a fast library that could do the conversion. > > s> So, do you think an RGBA (cache?) would do for all and be > s> renderer-agnostic ? > > Speaking for AGG: RGB (faster) *and* RGBA. > > It would certainly be renderer-agnostic but who knows if sometime > OpenGL can do the conversion in hardware? I would leave it the way it > is (just add RGBA maybe, but do we support such a codec yet?).
Alright, then what about specifying the output format in the embedVideoDecoder::decodeFrame() method rather then in its (failed-to-be) constructor, so to remove a rendering call during parse time ? --strk; _______________________________________________ Gnash-commit mailing list [email protected] http://lists.gnu.org/mailman/listinfo/gnash-commit
