diff options
author | hans@rhel5-devel.localdomain <hans@rhel5-devel.localdomain> | 2009-03-11 13:16:01 +0100 |
---|---|---|
committer | hans@rhel5-devel.localdomain <hans@rhel5-devel.localdomain> | 2009-03-11 13:16:01 +0100 |
commit | d02d1e3c9f20e691d7d3ff62275d57bfc4766e19 (patch) | |
tree | 7a64e3e894c9d789abf630c0728050d6dec0ef55 /v4l2-apps/libv4l/ChangeLog | |
parent | f7cf759077f7b829a1cb451fcef9868b693ec3fe (diff) | |
download | mediapointer-dvb-s2-d02d1e3c9f20e691d7d3ff62275d57bfc4766e19.tar.gz mediapointer-dvb-s2-d02d1e3c9f20e691d7d3ff62275d57bfc4766e19.tar.bz2 |
libv4l: add UYVY support
From: Julien BLACHE <jb@jblache.org>
Attached is a patch to add UYVY support to libv4lconvert. It's
obviously a shameless respin of the YVYU conversion routines :P
Tested on a USB Apple iSight, which only supports UYVY.
Priority: normal
Signed-off-by: Julien BLACHE <jb@jblache.org>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Diffstat (limited to 'v4l2-apps/libv4l/ChangeLog')
-rw-r--r-- | v4l2-apps/libv4l/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/v4l2-apps/libv4l/ChangeLog b/v4l2-apps/libv4l/ChangeLog index e2c8c43c4..fffa96f0a 100644 --- a/v4l2-apps/libv4l/ChangeLog +++ b/v4l2-apps/libv4l/ChangeLog @@ -1,3 +1,8 @@ +libv4l-0.5.8 +------------ +* Add support for UYVY (for USB Apple iSight) patch by Julien BLACHE + <jb@jblache.org> + libv4l-0.5.7 ------------ * Fix a nasty (and stupid) bug in the special try_fmt handling for UVC cams |