[vlc-devel] Re: Request for advice (svg rendering)
Gildas Bazin
gbazin at netcourrier.com
Thu Jul 17 21:54:16 CEST 2003
On Thursday 17 July 2003 21:02, Sigmund Augdal wrote:
> On Thu, Jul 17, 2003 at 06:21:30PM +0200, Olivier Aubert wrote:
> >
> > Is there any existing conversion library that I could reuse to convert a
> > GdkPixbuf to a VLC picture ? It is not very difficult to do in a
> > straightforward way, but if anybody already wrote the code to handle
> > efficiently the various conversions, it would greatly help. Any advice
> > will be welcome.
> The code to convert between different picture formats is in different
> chroma conversion modules (located in modules/video_chroma and
> modules/codec/ffmoeg/chroma.c). Also the logo filter contain some code to
> convert from rgb to some commonly used format.
>
We really need to make our chroma conversion plugins a bit more generic.
Currently they can only be used by video output objects.
This shouldn't require too much work... I guess a few hours at most.
The advantage would be that you'll only have to fill in a vlc picture_t
structure with the RGBA buffer and then just convert it to whatever chroma
the output is using with the help of these chroma conversion modules.
--
Gildas
--
This is the vlc-devel mailing-list, see http://www.videolan.org/vlc/
To unsubscribe, please read http://developers.videolan.org/lists.html
If you are in trouble, please contact <postmaster at videolan.org>
More information about the vlc-devel
mailing list