Re: [libav-devel] [PATCH 02/16] Add pixel formats for 9- and 10-bit yuv420p.

2011-04-03 Thread Alexander Strange
On Mar 29, 2011, at 11:48 AM, Oskar Arvidsson wrote: > Also add support for these formats in libswscale. > > Needed for high bit depth h264 decoding. Looks ok as far as blocking the rest goes. Dithering would be nice... > --- > libavcodec/utils.c|4 +++ > libavutil/pixdesc.c

[libav-devel] [PATCH 02/16] Add pixel formats for 9- and 10-bit yuv420p.

2011-03-29 Thread Oskar Arvidsson
Also add support for these formats in libswscale. Needed for high bit depth h264 decoding. --- libavcodec/utils.c|4 +++ libavutil/pixdesc.c | 46 + libavutil/pixfmt.h|8 +++ libswscale/swscale.c |