video: Add VYUY pixel format
authorNicolas Dufresne <nicolas.dufresne@collabora.com>
Wed, 7 Sep 2016 19:01:13 +0000 (15:01 -0400)
committerSebastian Dröge <sebastian@centricular.com>
Tue, 1 Nov 2016 17:55:20 +0000 (19:55 +0200)
commit7a40442ad5430d954470bc4e3e50cd38e025e7b0
tree12cf28c034145f71afa2ef5fe80c2b5b9d068d01
parent89e711663f48809cc7c68b3f3ff831c9e1695a9e
video: Add VYUY pixel format

This format is sometimes the output of JPEG decoders. It is the same as
YUY2 and UYVY but with a different component order.

https://bugzilla.gnome.org/show_bug.cgi?id=767450
ext/pango/gstbasetextoverlay.c
gst-libs/gst/video/video-converter.c
gst-libs/gst/video/video-format.c
gst-libs/gst/video/video-format.h
gst-libs/gst/video/video-info.c
gst-libs/gst/video/video-orc.orc
tests/check/libs/video.c