GNOME Bugzilla – Bug 796627
vaapi: Add support for 422 decoding
Last modified: 2018-11-03 15:55:26 UTC
This is an Intel feature requirement. Supports higher quality render target in 422 (YUV). Apply to HEVC 8bit and 10bit decode, (M)JPEG decode and encode
What does this mean? What are the proposed tasks, or desired output?
Libva exposing the three-plane format I010. Does it mean to support this new format? Or maybe adding 422 decode output? currently, we only have 420 decode output. Do we have a hardware out in the market which can do this?
(In reply to sreerenj from comment #2) > Libva exposing the three-plane format I010. Does it mean to support this new > format? > > Or maybe adding 422 decode output? currently, we only have 420 decode output. > Do we have a hardware out in the market which can do this? Add thean.siew into the loop, @thean.siew, could you help answer Sree's question?Thanks
(In reply to sreerenj from comment #2) > Libva exposing the three-plane format I010. Does it mean to support this new > format? > > Or maybe adding 422 decode output? currently, we only have 420 decode output. > Do we have a hardware out in the market which can do this? Some detail about these format would be nice, we do have couple of planar formats like this in GStreamer already: GST_VIDEO_FORMAT_I420_10BE GST_VIDEO_FORMAT_I420_10LE GST_VIDEO_FORMAT_I422_10BE GST_VIDEO_FORMAT_I422_10LE GST_VIDEO_FORMAT_Y444_10BE GST_VIDEO_FORMAT_Y444_10LE These are all packed inside 16bit (6 bit padding), even though nothing in the doc mentions it.
We would like to request the functionality of 422 decode output and 422 encode input such as the following format: GST_VIDEO_FORMAT_YUY2 GST_VIDEO_FORMAT_UYVY GST_VIDEO_FORMAT_I422_10LE
-- GitLab Migration Automatic Message -- This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/gstreamer/gstreamer-vaapi/issues/103.