[Ffmpeg-devel] [PATCH] adds missing rgb/bgr 15 tags to raw decoder

Michael Niedermayer michaelni
Fri Oct 27 21:17:29 CEST 2006


Hi

On Fri, Oct 27, 2006 at 09:05:01PM +0200, Reimar D?ffinger wrote:
> Hello,
> On Fri, Oct 27, 2006 at 01:52:17PM -0300, Reynaldo H. Verdejo Pinochet wrote:
> > On Fri, Oct 27, 2006 at 06:29:44PM +0200, Michael Niedermayer wrote:
> > > 
> > > patch ok _after_ you double check that the RGB vs. BGR thing matches
> > > mplayer (aka mplayers raw decoder and liavcodecs raw.c produce correct
> > > red and blue colors
> > > 
> > > [...]
> > 
> > Thanks Michael, can i commit a similar one for 16bpp too? it would
> > allow me to fix all mtv playback issues on mplayer at once.
> 
> Except, of course, that the image would be upside-down. Or am I wrong on
> that?

dunno, the silly microsoft rgb flip is done if and only if
RGB && biHeight<0 in avi (and probably asf)
i dunno if any application supports this correctly ...

feel free to add a flip flag to AVCodecContext and set it in avidec.c
and let libavcodec/raw.c flip the image thing if needed

or suggest an alternative

[...]
-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

In the past you could go to a library and read, borrow or copy any book
Today you'd get arrested for mere telling someone where the library is




More information about the ffmpeg-devel mailing list