[MPlayer-cvslog] r30140 - in trunk: codec-cfg.c fmt-conversion.c libmpcodecs/img_format.c libmpcodecs/img_format.h libmpcodecs/mp_image.h m_option.c

Reimar Döffinger Reimar.Doeffinger at gmx.de
Wed Dec 30 22:41:22 CET 2009


On Wed, Dec 30, 2009 at 04:30:32PM -0500, compn wrote:
> On Wed, 30 Dec 2009 13:03:17 +0100 (CET), reimar wrote:
> >Author: reimar
> >Date: Wed Dec 30 13:03:17 2009
> >New Revision: 30140
> >
> >Log:
> >Add support for 440p colorspace.
> 
> there are a few colorspaces that ffmpeg has which mplayer is lacking.
> i couldnt make heads or tails how to add them.
> maybe you could take a look?
> 
> PIX_FMT_YUV422P16:
> Unsupported PixelFormat 56
> http://samples.mplayerhq.hu/V-codecs/v210/v210_720p.avi
> http://samples.mplayerhq.hu/V-codecs/v210.mov
> 
> videocodec ffv210
>   info "FFmpeg V210 - 10-bit"
>   status untested
>   fourcc v210
>   driver ffmpeg
>   dll v210
>   out 422P
> 
> 
> PIX_FMT_YUVA420P:
> Unsupported PixelFormat 35
> http://samples.mplayerhq.hu/FLV/flash_with_alpha/

Those are more complex, because they need changes to the code that
allocates the memory (in mp_image.h - and yes I suspect this code really
shouldn't be in the header).


More information about the MPlayer-cvslog mailing list