flaccidware / webm

Automatically exported from code.google.com/p/webm
0 stars 0 forks source link

VP8 encoder should support more packed YUV formats as input #130

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
VP8 encoder should support UYVY and YVYU packed YUV types as input.

Original issue reported on code.google.com by matthewj...@google.com on 7 Jul 2010 at 9:39

GoogleCodeExporter commented 9 years ago
Packed formats are equivalent to YUV422 - half width, full height chroma 
channels.
VP8 only supports YUV420 at this time.  (0.9.1)

Original comment by fbarch...@chromium.org on 12 Jul 2010 at 6:16

GoogleCodeExporter commented 9 years ago

Original comment by jz...@google.com on 13 Jul 2010 at 3:55

GoogleCodeExporter commented 9 years ago
The encoder accepts planar formats YV12 and I420, and packed formats YUY2 and 
YUYV.

We have yet to add support for UYVY and YVYU.

Original comment by matthewj...@google.com on 16 Feb 2012 at 12:28