[Ffmpeg-devel] [PATCH] Convert deprecated colorspace names

Michael Niedermayer michaelni
Sun Feb 11 18:44:17 CET 2007


Hi

On Sun, Feb 11, 2007 at 02:06:39PM +0100, Baptiste Coudurier wrote:
> Baptiste Coudurier wrote:
> > Hi
> > 
> > Diego Biurrun wrote:
> >> On Wed, Feb 07, 2007 at 01:11:50AM +0100, Michael Niedermayer wrote:
> >>> On Tue, Feb 06, 2007 at 10:39:39PM +0100, Diego Biurrun wrote:
> >>>> Attached is a patch that addresses the change of colorspace names
> >>>> performed in libavutil/avutil.h:
> >>>>
> >>>> #if LIBAVUTIL_VERSION_INT < (50<<16)
> >>>> #define PIX_FMT_UYVY411 PIX_FMT_UYYVYY411
> >>>> #define PIX_FMT_RGBA32  PIX_FMT_RGB32
> >>>> #define PIX_FMT_YUV422  PIX_FMT_YUYV422
> >>>> #endif
> >>>>
> >>>> OK to apply?
> >>> yes
> >> Done.
> >>
> > 
> > Btw, can we get rid of PIX_FMT_RGB32_1 ? Does that name have even a sense ?
> > 
> 
> Ping ?

timeout


> Also it would be nice to uniform PIX_FMT so they not depend on cpu
> endianness, 

did you even read the source?
there are endianness dependant and independant ones one mapped to the
other depending cpu endianness
so that code which works bytewise (=slow as hell) and code which reads
16/32bit wise can both simple check for a single pix_fmt


> I trying to add support for quicktime uncompressed files and
> of course they are the inverse of avi files, 


> and qtrle encoder will need
> RGB555 inverse.

add it

[...]

-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

It is dangerous to be right in matters on which the established authorities
are wrong. -- Voltaire
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20070211/4b2f7a28/attachment.pgp>



More information about the ffmpeg-devel mailing list