Hello community,

here is the log from the commit of package v4l-utils for openSUSE:Factory 
checked in at 2015-09-17 09:18:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/v4l-utils (Old)
 and      /work/SRC/openSUSE:Factory/.v4l-utils.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "v4l-utils"

Changes:
--------
--- /work/SRC/openSUSE:Factory/v4l-utils/v4l-utils.changes      2015-03-16 
06:54:35.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.v4l-utils.new/v4l-utils.changes 2015-09-17 
09:18:14.000000000 +0200
@@ -1,0 +2,12 @@
+Fri Sep 11 18:14:52 UTC 2015 - [email protected]
+
+- Update to version 1.6.3:
+  * v4lconvert: Add ASUS A7Sn to upside down table
+  * v4lconvert: Add ASUS A6R to upside down table
+  * Synchronize with the Kernel
+  * vivid-tpg.h.patch: update to match current upstream tree
+  * sync-with-kernel: add include/linux/media.h
+  * configure.ac: fix qv4l2 if QGLFunctions doesn't exist
+  * libv4lconvert: Fix support for Y16 pixel format
+
+-------------------------------------------------------------------

Old:
----
  v4l-utils-1.6.2.tar.bz2

New:
----
  v4l-utils-1.6.3.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ v4l-utils.spec ++++++
--- /var/tmp/diff_new_pack.JHKZ5j/_old  2015-09-17 09:18:15.000000000 +0200
+++ /var/tmp/diff_new_pack.JHKZ5j/_new  2015-09-17 09:18:15.000000000 +0200
@@ -20,7 +20,7 @@
 %define so_ver 0
 
 Name:           v4l-utils
-Version:        1.6.2
+Version:        1.6.3
 Release:        0
 Summary:        Utilities for video4linux
 License:        GPL-2.0+ and GPL-2.0

++++++ v4l-utils-1.6.2.tar.bz2 -> v4l-utils-1.6.3.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/v4l-utils-1.6.2/ChangeLog 
new/v4l-utils-1.6.3/ChangeLog
--- old/v4l-utils-1.6.2/ChangeLog       2014-11-21 20:51:45.000000000 +0100
+++ new/v4l-utils-1.6.3/ChangeLog       2015-05-06 21:26:34.000000000 +0200
@@ -1,3 +1,20 @@
+v4l-utils-1.6.3
+---------------
+
+Gregor Jasny (2):
+      v4lconvert: Add ASUS A7Sn to upside down table
+      v4lconvert: Add ASUS A6R to upside down table
+
+Mauro Carvalho Chehab (4):
+      Synchronize with the Kernel
+      vivid-tpg.h.patch: update to match current upstream tree
+      sync-with-kernel: add include/linux/media.h
+      configure.ac: fix qv4l2 if QGLFunctions doesn't exist
+
+Ricardo Ribalda Delgado (1):
+      libv4lconvert: Fix support for Y16 pixel format
+
+
 v4l-utils-1.6.2
 ---------------
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/v4l-utils-1.6.2/Makefile.am 
new/v4l-utils-1.6.3/Makefile.am
--- old/v4l-utils-1.6.2/Makefile.am     2014-11-21 20:46:53.000000000 +0100
+++ new/v4l-utils-1.6.3/Makefile.am     2015-05-06 21:24:59.000000000 +0200
@@ -36,6 +36,8 @@
        cp -a $(KERNEL_DIR)/usr/include/linux/v4l2-common.h 
$(top_srcdir)/include/linux
        cp -a $(KERNEL_DIR)/usr/include/linux/v4l2-subdev.h 
$(top_srcdir)/include/linux
        cp -a $(KERNEL_DIR)/usr/include/linux/v4l2-mediabus.h 
$(top_srcdir)/include/linux
+       cp -a $(KERNEL_DIR)/usr/include/linux/media-bus-format.h 
$(top_srcdir)/include/linux
+       cp -a $(KERNEL_DIR)/usr/include/linux/media.h 
$(top_srcdir)/include/linux
        cp -a $(KERNEL_DIR)/usr/include/linux/ivtv.h $(top_srcdir)/include/linux
        cp -a $(KERNEL_DIR)/usr/include/linux/dvb/frontend.h 
$(top_srcdir)/include/linux/dvb
        cp -a $(KERNEL_DIR)/usr/include/linux/dvb/dmx.h 
$(top_srcdir)/include/linux/dvb
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/v4l-utils-1.6.2/Makefile.in 
new/v4l-utils-1.6.3/Makefile.in
--- old/v4l-utils-1.6.2/Makefile.in     2014-11-21 20:52:50.000000000 +0100
+++ new/v4l-utils-1.6.3/Makefile.in     2015-05-06 21:29:45.000000000 +0200
@@ -1012,6 +1012,8 @@
        cp -a $(KERNEL_DIR)/usr/include/linux/v4l2-common.h 
$(top_srcdir)/include/linux
        cp -a $(KERNEL_DIR)/usr/include/linux/v4l2-subdev.h 
$(top_srcdir)/include/linux
        cp -a $(KERNEL_DIR)/usr/include/linux/v4l2-mediabus.h 
$(top_srcdir)/include/linux
+       cp -a $(KERNEL_DIR)/usr/include/linux/media-bus-format.h 
$(top_srcdir)/include/linux
+       cp -a $(KERNEL_DIR)/usr/include/linux/media.h 
$(top_srcdir)/include/linux
        cp -a $(KERNEL_DIR)/usr/include/linux/ivtv.h $(top_srcdir)/include/linux
        cp -a $(KERNEL_DIR)/usr/include/linux/dvb/frontend.h 
$(top_srcdir)/include/linux/dvb
        cp -a $(KERNEL_DIR)/usr/include/linux/dvb/dmx.h 
$(top_srcdir)/include/linux/dvb
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/v4l-utils-1.6.2/configure 
new/v4l-utils-1.6.3/configure
--- old/v4l-utils-1.6.2/configure       2014-11-21 20:52:49.000000000 +0100
+++ new/v4l-utils-1.6.3/configure       2015-05-06 21:29:44.000000000 +0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for v4l-utils 1.6.2.
+# Generated by GNU Autoconf 2.69 for v4l-utils 1.6.3.
 #
 #
 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
@@ -587,8 +587,8 @@
 # Identity of this package.
 PACKAGE_NAME='v4l-utils'
 PACKAGE_TARNAME='v4l-utils'
-PACKAGE_VERSION='1.6.2'
-PACKAGE_STRING='v4l-utils 1.6.2'
+PACKAGE_VERSION='1.6.3'
+PACKAGE_STRING='v4l-utils 1.6.3'
 PACKAGE_BUGREPORT=''
 PACKAGE_URL=''
 
@@ -1481,7 +1481,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures v4l-utils 1.6.2 to adapt to many kinds of systems.
+\`configure' configures v4l-utils 1.6.3 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1551,7 +1551,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of v4l-utils 1.6.2:";;
+     short | recursive ) echo "Configuration of v4l-utils 1.6.3:";;
    esac
   cat <<\_ACEOF
 
@@ -1713,7 +1713,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-v4l-utils configure 1.6.2
+v4l-utils configure 1.6.3
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2253,7 +2253,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by v4l-utils $as_me 1.6.2, which was
+It was created by v4l-utils $as_me 1.6.3, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -3124,7 +3124,7 @@
 
 # Define the identity of the package.
  PACKAGE='v4l-utils'
- VERSION='1.6.2'
+ VERSION='1.6.3'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -18244,12 +18244,12 @@
     pkg_cv_QTGL_CFLAGS="$QTGL_CFLAGS"
  elif test -n "$PKG_CONFIG"; then
     if test -n "$PKG_CONFIG" && \
-    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists 
--print-errors \"QtOpenGL >= 4.4 gl\""; } >&5
-  ($PKG_CONFIG --exists --print-errors "QtOpenGL >= 4.4 gl") 2>&5
+    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists 
--print-errors \"QtOpenGL >= 4.8 gl\""; } >&5
+  ($PKG_CONFIG --exists --print-errors "QtOpenGL >= 4.8 gl") 2>&5
   ac_status=$?
   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
   test $ac_status = 0; }; then
-  pkg_cv_QTGL_CFLAGS=`$PKG_CONFIG --cflags "QtOpenGL >= 4.4 gl" 2>/dev/null`
+  pkg_cv_QTGL_CFLAGS=`$PKG_CONFIG --cflags "QtOpenGL >= 4.8 gl" 2>/dev/null`
                      test "x$?" != "x0" && pkg_failed=yes
 else
   pkg_failed=yes
@@ -18261,12 +18261,12 @@
     pkg_cv_QTGL_LIBS="$QTGL_LIBS"
  elif test -n "$PKG_CONFIG"; then
     if test -n "$PKG_CONFIG" && \
-    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists 
--print-errors \"QtOpenGL >= 4.4 gl\""; } >&5
-  ($PKG_CONFIG --exists --print-errors "QtOpenGL >= 4.4 gl") 2>&5
+    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists 
--print-errors \"QtOpenGL >= 4.8 gl\""; } >&5
+  ($PKG_CONFIG --exists --print-errors "QtOpenGL >= 4.8 gl") 2>&5
   ac_status=$?
   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
   test $ac_status = 0; }; then
-  pkg_cv_QTGL_LIBS=`$PKG_CONFIG --libs "QtOpenGL >= 4.4 gl" 2>/dev/null`
+  pkg_cv_QTGL_LIBS=`$PKG_CONFIG --libs "QtOpenGL >= 4.8 gl" 2>/dev/null`
                      test "x$?" != "x0" && pkg_failed=yes
 else
   pkg_failed=yes
@@ -18287,9 +18287,9 @@
         _pkg_short_errors_supported=no
 fi
         if test $_pkg_short_errors_supported = yes; then
-               QTGL_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors 
--cflags --libs "QtOpenGL >= 4.4 gl" 2>&1`
+               QTGL_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors 
--cflags --libs "QtOpenGL >= 4.8 gl" 2>&1`
         else
-               QTGL_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs 
"QtOpenGL >= 4.4 gl" 2>&1`
+               QTGL_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs 
"QtOpenGL >= 4.8 gl" 2>&1`
         fi
        # Put the nasty error message in config.log where it belongs
        echo "$QTGL_PKG_ERRORS" >&5
@@ -20571,7 +20571,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by v4l-utils $as_me 1.6.2, which was
+This file was extended by v4l-utils $as_me 1.6.3, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -20637,7 +20637,7 @@
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; 
s/[\\""\`\$]/\\\\&/g'`"
 ac_cs_version="\\
-v4l-utils config.status 1.6.2
+v4l-utils config.status 1.6.3
 configured by $0, generated by GNU Autoconf 2.69,
   with options \\"\$ac_cs_config\\"
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/v4l-utils-1.6.2/configure.ac 
new/v4l-utils-1.6.3/configure.ac
--- old/v4l-utils-1.6.2/configure.ac    2014-11-21 20:50:33.000000000 +0100
+++ new/v4l-utils-1.6.3/configure.ac    2015-05-06 21:25:43.000000000 +0200
@@ -3,7 +3,7 @@
 # Process this file with autoconf to produce a configure script.
 
 AC_PREREQ(2.59)
-AC_INIT([v4l-utils],[1.6.2])
+AC_INIT([v4l-utils],[1.6.3])
 
 AC_CONFIG_AUX_DIR([build-aux])
 AC_CONFIG_MACRO_DIR([m4])
@@ -143,7 +143,7 @@
    AC_MSG_WARN(Qt4 or higher is not available)
 fi
 
-PKG_CHECK_MODULES(QTGL, [QtOpenGL >= 4.4 gl], [qt_pkgconfig_gl=true], 
[qt_pkgconfig_gl=false])
+PKG_CHECK_MODULES(QTGL, [QtOpenGL >= 4.8 gl], [qt_pkgconfig_gl=true], 
[qt_pkgconfig_gl=false])
 if test "x$qt_pkgconfig_gl" = "xtrue"; then
    AC_DEFINE([HAVE_QTGL], [1], [qt has opengl support])
 else
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/v4l-utils-1.6.2/contrib/freebsd/include/linux/input.h 
new/v4l-utils-1.6.3/contrib/freebsd/include/linux/input.h
--- old/v4l-utils-1.6.2/contrib/freebsd/include/linux/input.h   2014-11-21 
20:46:53.000000000 +0100
+++ new/v4l-utils-1.6.3/contrib/freebsd/include/linux/input.h   2015-05-06 
21:24:59.000000000 +0200
@@ -199,6 +199,7 @@
 #define INPUT_PROP_BUTTONPAD           0x02    /* has button(s) under pad */
 #define INPUT_PROP_SEMI_MT             0x03    /* touch rectangle only */
 #define INPUT_PROP_TOPBUTTONPAD                0x04    /* softbuttons at top 
of pad */
+#define INPUT_PROP_POINTING_STICK      0x05    /* is a pointing stick */
 
 #define INPUT_PROP_MAX                 0x1f
 #define INPUT_PROP_CNT                 (INPUT_PROP_MAX + 1)
@@ -772,6 +773,13 @@
 #define KEY_BRIGHTNESS_MIN             0x250   /* Set Brightness to Minimum */
 #define KEY_BRIGHTNESS_MAX             0x251   /* Set Brightness to Maximum */
 
+#define KEY_KBDINPUTASSIST_PREV                0x260
+#define KEY_KBDINPUTASSIST_NEXT                0x261
+#define KEY_KBDINPUTASSIST_PREVGROUP           0x262
+#define KEY_KBDINPUTASSIST_NEXTGROUP           0x263
+#define KEY_KBDINPUTASSIST_ACCEPT              0x264
+#define KEY_KBDINPUTASSIST_CANCEL              0x265
+
 #define BTN_TRIGGER_HAPPY              0x2c0
 #define BTN_TRIGGER_HAPPY1             0x2c0
 #define BTN_TRIGGER_HAPPY2             0x2c1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/v4l-utils-1.6.2/contrib/freebsd/include/linux/v4l2-controls.h 
new/v4l-utils-1.6.3/contrib/freebsd/include/linux/v4l2-controls.h
--- old/v4l-utils-1.6.2/contrib/freebsd/include/linux/v4l2-controls.h   
2014-11-21 20:46:53.000000000 +0100
+++ new/v4l-utils-1.6.3/contrib/freebsd/include/linux/v4l2-controls.h   
2015-05-06 21:24:59.000000000 +0200
@@ -746,6 +746,8 @@
        V4L2_AUTO_FOCUS_RANGE_INFINITY          = 3,
 };
 
+#define V4L2_CID_PAN_SPEED                     (V4L2_CID_CAMERA_CLASS_BASE+32)
+#define V4L2_CID_TILT_SPEED                    (V4L2_CID_CAMERA_CLASS_BASE+33)
 
 /* FM Modulator class control IDs */
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/v4l-utils-1.6.2/contrib/freebsd/include/linux/videodev2.h 
new/v4l-utils-1.6.3/contrib/freebsd/include/linux/videodev2.h
--- old/v4l-utils-1.6.2/contrib/freebsd/include/linux/videodev2.h       
2014-11-21 20:46:53.000000000 +0100
+++ new/v4l-utils-1.6.3/contrib/freebsd/include/linux/videodev2.h       
2015-05-06 21:24:59.000000000 +0200
@@ -111,6 +111,7 @@
 /*  Four-character-code (FOURCC) */
 #define v4l2_fourcc(a, b, c, d)\
        ((uint32_t)(a) | ((uint32_t)(b) << 8) | ((uint32_t)(c) << 16) | 
((uint32_t)(d) << 24))
+#define v4l2_fourcc_be(a, b, c, d)     (v4l2_fourcc(a, b, c, d) | (1 << 31))
 
 /*
  *     E N U M S
@@ -339,6 +340,8 @@
 #define V4L2_PIX_FMT_XRGB555 v4l2_fourcc('X', 'R', '1', '5') /* 16  
XRGB-1-5-5-5  */
 #define V4L2_PIX_FMT_RGB565  v4l2_fourcc('R', 'G', 'B', 'P') /* 16  RGB-5-6-5  
   */
 #define V4L2_PIX_FMT_RGB555X v4l2_fourcc('R', 'G', 'B', 'Q') /* 16  RGB-5-5-5 
BE  */
+#define V4L2_PIX_FMT_ARGB555X v4l2_fourcc_be('A', 'R', '1', '5') /* 16  
ARGB-5-5-5 BE */
+#define V4L2_PIX_FMT_XRGB555X v4l2_fourcc_be('X', 'R', '1', '5') /* 16  
XRGB-5-5-5 BE */
 #define V4L2_PIX_FMT_RGB565X v4l2_fourcc('R', 'G', 'B', 'R') /* 16  RGB-5-6-5 
BE  */
 #define V4L2_PIX_FMT_BGR666  v4l2_fourcc('B', 'G', 'R', 'H') /* 18  BGR-6-6-6  
  */
 #define V4L2_PIX_FMT_BGR24   v4l2_fourcc('B', 'G', 'R', '3') /* 24  BGR-8-8-8  
   */
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/v4l-utils-1.6.2/include/linux/media-bus-format.h 
new/v4l-utils-1.6.3/include/linux/media-bus-format.h
--- old/v4l-utils-1.6.2/include/linux/media-bus-format.h        1970-01-01 
01:00:00.000000000 +0100
+++ new/v4l-utils-1.6.3/include/linux/media-bus-format.h        2015-05-06 
21:24:59.000000000 +0200
@@ -0,0 +1,125 @@
+/*
+ * Media Bus API header
+ *
+ * Copyright (C) 2009, Guennadi Liakhovetski <[email protected]>
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License version 2 as
+ * published by the Free Software Foundation.
+ */
+
+#ifndef __LINUX_MEDIA_BUS_FORMAT_H
+#define __LINUX_MEDIA_BUS_FORMAT_H
+
+/*
+ * These bus formats uniquely identify data formats on the data bus. Format 0
+ * is reserved, MEDIA_BUS_FMT_FIXED shall be used by host-client pairs, where
+ * the data format is fixed. Additionally, "2X8" means that one pixel is
+ * transferred in two 8-bit samples, "BE" or "LE" specify in which order those
+ * samples are transferred over the bus: "LE" means that the least significant
+ * bits are transferred first, "BE" means that the most significant bits are
+ * transferred first, and "PADHI" and "PADLO" define which bits - low or high,
+ * in the incomplete high byte, are filled with padding bits.
+ *
+ * The bus formats are grouped by type, bus_width, bits per component, samples
+ * per pixel and order of subsamples. Numerical values are sorted using generic
+ * numerical sort order (8 thus comes before 10).
+ *
+ * As their value can't change when a new bus format is inserted in the
+ * enumeration, the bus formats are explicitly given a numerical value. The 
next
+ * free values for each category are listed below, update them when inserting
+ * new pixel codes.
+ */
+
+#define MEDIA_BUS_FMT_FIXED                    0x0001
+
+/* RGB - next is       0x100e */
+#define MEDIA_BUS_FMT_RGB444_2X8_PADHI_BE      0x1001
+#define MEDIA_BUS_FMT_RGB444_2X8_PADHI_LE      0x1002
+#define MEDIA_BUS_FMT_RGB555_2X8_PADHI_BE      0x1003
+#define MEDIA_BUS_FMT_RGB555_2X8_PADHI_LE      0x1004
+#define MEDIA_BUS_FMT_BGR565_2X8_BE            0x1005
+#define MEDIA_BUS_FMT_BGR565_2X8_LE            0x1006
+#define MEDIA_BUS_FMT_RGB565_2X8_BE            0x1007
+#define MEDIA_BUS_FMT_RGB565_2X8_LE            0x1008
+#define MEDIA_BUS_FMT_RGB666_1X18              0x1009
+#define MEDIA_BUS_FMT_RGB888_1X24              0x100a
+#define MEDIA_BUS_FMT_RGB888_2X12_BE           0x100b
+#define MEDIA_BUS_FMT_RGB888_2X12_LE           0x100c
+#define MEDIA_BUS_FMT_ARGB8888_1X32            0x100d
+
+/* YUV (including grey) - next is      0x2024 */
+#define MEDIA_BUS_FMT_Y8_1X8                   0x2001
+#define MEDIA_BUS_FMT_UV8_1X8                  0x2015
+#define MEDIA_BUS_FMT_UYVY8_1_5X8              0x2002
+#define MEDIA_BUS_FMT_VYUY8_1_5X8              0x2003
+#define MEDIA_BUS_FMT_YUYV8_1_5X8              0x2004
+#define MEDIA_BUS_FMT_YVYU8_1_5X8              0x2005
+#define MEDIA_BUS_FMT_UYVY8_2X8                        0x2006
+#define MEDIA_BUS_FMT_VYUY8_2X8                        0x2007
+#define MEDIA_BUS_FMT_YUYV8_2X8                        0x2008
+#define MEDIA_BUS_FMT_YVYU8_2X8                        0x2009
+#define MEDIA_BUS_FMT_Y10_1X10                 0x200a
+#define MEDIA_BUS_FMT_UYVY10_2X10              0x2018
+#define MEDIA_BUS_FMT_VYUY10_2X10              0x2019
+#define MEDIA_BUS_FMT_YUYV10_2X10              0x200b
+#define MEDIA_BUS_FMT_YVYU10_2X10              0x200c
+#define MEDIA_BUS_FMT_Y12_1X12                 0x2013
+#define MEDIA_BUS_FMT_UYVY8_1X16               0x200f
+#define MEDIA_BUS_FMT_VYUY8_1X16               0x2010
+#define MEDIA_BUS_FMT_YUYV8_1X16               0x2011
+#define MEDIA_BUS_FMT_YVYU8_1X16               0x2012
+#define MEDIA_BUS_FMT_YDYUYDYV8_1X16           0x2014
+#define MEDIA_BUS_FMT_UYVY10_1X20              0x201a
+#define MEDIA_BUS_FMT_VYUY10_1X20              0x201b
+#define MEDIA_BUS_FMT_YUYV10_1X20              0x200d
+#define MEDIA_BUS_FMT_YVYU10_1X20              0x200e
+#define MEDIA_BUS_FMT_YUV10_1X30               0x2016
+#define MEDIA_BUS_FMT_AYUV8_1X32               0x2017
+#define MEDIA_BUS_FMT_UYVY12_2X12              0x201c
+#define MEDIA_BUS_FMT_VYUY12_2X12              0x201d
+#define MEDIA_BUS_FMT_YUYV12_2X12              0x201e
+#define MEDIA_BUS_FMT_YVYU12_2X12              0x201f
+#define MEDIA_BUS_FMT_UYVY12_1X24              0x2020
+#define MEDIA_BUS_FMT_VYUY12_1X24              0x2021
+#define MEDIA_BUS_FMT_YUYV12_1X24              0x2022
+#define MEDIA_BUS_FMT_YVYU12_1X24              0x2023
+
+/* Bayer - next is     0x3019 */
+#define MEDIA_BUS_FMT_SBGGR8_1X8               0x3001
+#define MEDIA_BUS_FMT_SGBRG8_1X8               0x3013
+#define MEDIA_BUS_FMT_SGRBG8_1X8               0x3002
+#define MEDIA_BUS_FMT_SRGGB8_1X8               0x3014
+#define MEDIA_BUS_FMT_SBGGR10_ALAW8_1X8                0x3015
+#define MEDIA_BUS_FMT_SGBRG10_ALAW8_1X8                0x3016
+#define MEDIA_BUS_FMT_SGRBG10_ALAW8_1X8                0x3017
+#define MEDIA_BUS_FMT_SRGGB10_ALAW8_1X8                0x3018
+#define MEDIA_BUS_FMT_SBGGR10_DPCM8_1X8                0x300b
+#define MEDIA_BUS_FMT_SGBRG10_DPCM8_1X8                0x300c
+#define MEDIA_BUS_FMT_SGRBG10_DPCM8_1X8                0x3009
+#define MEDIA_BUS_FMT_SRGGB10_DPCM8_1X8                0x300d
+#define MEDIA_BUS_FMT_SBGGR10_2X8_PADHI_BE     0x3003
+#define MEDIA_BUS_FMT_SBGGR10_2X8_PADHI_LE     0x3004
+#define MEDIA_BUS_FMT_SBGGR10_2X8_PADLO_BE     0x3005
+#define MEDIA_BUS_FMT_SBGGR10_2X8_PADLO_LE     0x3006
+#define MEDIA_BUS_FMT_SBGGR10_1X10             0x3007
+#define MEDIA_BUS_FMT_SGBRG10_1X10             0x300e
+#define MEDIA_BUS_FMT_SGRBG10_1X10             0x300a
+#define MEDIA_BUS_FMT_SRGGB10_1X10             0x300f
+#define MEDIA_BUS_FMT_SBGGR12_1X12             0x3008
+#define MEDIA_BUS_FMT_SGBRG12_1X12             0x3010
+#define MEDIA_BUS_FMT_SGRBG12_1X12             0x3011
+#define MEDIA_BUS_FMT_SRGGB12_1X12             0x3012
+
+/* JPEG compressed formats - next is   0x4002 */
+#define MEDIA_BUS_FMT_JPEG_1X8                 0x4001
+
+/* Vendor specific formats - next is   0x5002 */
+
+/* S5C73M3 sensor specific interleaved UYVY and JPEG */
+#define MEDIA_BUS_FMT_S5C_UYVY_JPEG_1X8                0x5001
+
+/* HSV - next is       0x6002 */
+#define MEDIA_BUS_FMT_AHSV8888_1X32            0x6001
+
+#endif /* __LINUX_MEDIA_BUS_FORMAT_H */
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/v4l-utils-1.6.2/include/linux/media.h 
new/v4l-utils-1.6.3/include/linux/media.h
--- old/v4l-utils-1.6.2/include/linux/media.h   1970-01-01 01:00:00.000000000 
+0100
+++ new/v4l-utils-1.6.3/include/linux/media.h   2015-05-06 21:24:59.000000000 
+0200
@@ -0,0 +1,135 @@
+/*
+ * Multimedia device API
+ *
+ * Copyright (C) 2010 Nokia Corporation
+ *
+ * Contacts: Laurent Pinchart <[email protected]>
+ *          Sakari Ailus <[email protected]>
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License version 2 as
+ * published by the Free Software Foundation.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ */
+
+#ifndef __LINUX_MEDIA_H
+#define __LINUX_MEDIA_H
+
+#include <linux/ioctl.h>
+#include <linux/types.h>
+#include <linux/version.h>
+
+#define MEDIA_API_VERSION      KERNEL_VERSION(0, 1, 0)
+
+struct media_device_info {
+       char driver[16];
+       char model[32];
+       char serial[40];
+       char bus_info[32];
+       __u32 media_version;
+       __u32 hw_revision;
+       __u32 driver_version;
+       __u32 reserved[31];
+};
+
+#define MEDIA_ENT_ID_FLAG_NEXT         (1 << 31)
+
+#define MEDIA_ENT_TYPE_SHIFT           16
+#define MEDIA_ENT_TYPE_MASK            0x00ff0000
+#define MEDIA_ENT_SUBTYPE_MASK         0x0000ffff
+
+#define MEDIA_ENT_T_DEVNODE            (1 << MEDIA_ENT_TYPE_SHIFT)
+#define MEDIA_ENT_T_DEVNODE_V4L                (MEDIA_ENT_T_DEVNODE + 1)
+#define MEDIA_ENT_T_DEVNODE_FB         (MEDIA_ENT_T_DEVNODE + 2)
+#define MEDIA_ENT_T_DEVNODE_ALSA       (MEDIA_ENT_T_DEVNODE + 3)
+#define MEDIA_ENT_T_DEVNODE_DVB                (MEDIA_ENT_T_DEVNODE + 4)
+
+#define MEDIA_ENT_T_V4L2_SUBDEV                (2 << MEDIA_ENT_TYPE_SHIFT)
+#define MEDIA_ENT_T_V4L2_SUBDEV_SENSOR (MEDIA_ENT_T_V4L2_SUBDEV + 1)
+#define MEDIA_ENT_T_V4L2_SUBDEV_FLASH  (MEDIA_ENT_T_V4L2_SUBDEV + 2)
+#define MEDIA_ENT_T_V4L2_SUBDEV_LENS   (MEDIA_ENT_T_V4L2_SUBDEV + 3)
+/* A converter of analogue video to its digital representation. */
+#define MEDIA_ENT_T_V4L2_SUBDEV_DECODER        (MEDIA_ENT_T_V4L2_SUBDEV + 4)
+
+#define MEDIA_ENT_FL_DEFAULT           (1 << 0)
+
+struct media_entity_desc {
+       __u32 id;
+       char name[32];
+       __u32 type;
+       __u32 revision;
+       __u32 flags;
+       __u32 group_id;
+       __u16 pads;
+       __u16 links;
+
+       __u32 reserved[4];
+
+       union {
+               /* Node specifications */
+               struct {
+                       __u32 major;
+                       __u32 minor;
+               } v4l;
+               struct {
+                       __u32 major;
+                       __u32 minor;
+               } fb;
+               struct {
+                       __u32 card;
+                       __u32 device;
+                       __u32 subdevice;
+               } alsa;
+               int dvb;
+
+               /* Sub-device specifications */
+               /* Nothing needed yet */
+               __u8 raw[184];
+       };
+};
+
+#define MEDIA_PAD_FL_SINK              (1 << 0)
+#define MEDIA_PAD_FL_SOURCE            (1 << 1)
+#define MEDIA_PAD_FL_MUST_CONNECT      (1 << 2)
+
+struct media_pad_desc {
+       __u32 entity;           /* entity ID */
+       __u16 index;            /* pad index */
+       __u32 flags;            /* pad flags */
+       __u32 reserved[2];
+};
+
+#define MEDIA_LNK_FL_ENABLED           (1 << 0)
+#define MEDIA_LNK_FL_IMMUTABLE         (1 << 1)
+#define MEDIA_LNK_FL_DYNAMIC           (1 << 2)
+
+struct media_link_desc {
+       struct media_pad_desc source;
+       struct media_pad_desc sink;
+       __u32 flags;
+       __u32 reserved[2];
+};
+
+struct media_links_enum {
+       __u32 entity;
+       /* Should have enough room for pads elements */
+       struct media_pad_desc *pads;
+       /* Should have enough room for links elements */
+       struct media_link_desc *links;
+       __u32 reserved[4];
+};
+
+#define MEDIA_IOC_DEVICE_INFO          _IOWR('|', 0x00, struct 
media_device_info)
+#define MEDIA_IOC_ENUM_ENTITIES                _IOWR('|', 0x01, struct 
media_entity_desc)
+#define MEDIA_IOC_ENUM_LINKS           _IOWR('|', 0x02, struct 
media_links_enum)
+#define MEDIA_IOC_SETUP_LINK           _IOWR('|', 0x03, struct media_link_desc)
+
+#endif /* __LINUX_MEDIA_H */
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/v4l-utils-1.6.2/include/linux/v4l2-controls.h 
new/v4l-utils-1.6.3/include/linux/v4l2-controls.h
--- old/v4l-utils-1.6.2/include/linux/v4l2-controls.h   2014-11-21 
20:46:53.000000000 +0100
+++ new/v4l-utils-1.6.3/include/linux/v4l2-controls.h   2015-05-06 
21:24:59.000000000 +0200
@@ -746,6 +746,8 @@
        V4L2_AUTO_FOCUS_RANGE_INFINITY          = 3,
 };
 
+#define V4L2_CID_PAN_SPEED                     (V4L2_CID_CAMERA_CLASS_BASE+32)
+#define V4L2_CID_TILT_SPEED                    (V4L2_CID_CAMERA_CLASS_BASE+33)
 
 /* FM Modulator class control IDs */
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/v4l-utils-1.6.2/include/linux/v4l2-mediabus.h 
new/v4l-utils-1.6.3/include/linux/v4l2-mediabus.h
--- old/v4l-utils-1.6.2/include/linux/v4l2-mediabus.h   2014-11-21 
20:46:53.000000000 +0100
+++ new/v4l-utils-1.6.3/include/linux/v4l2-mediabus.h   2015-05-06 
21:24:59.000000000 +0200
@@ -11,122 +11,10 @@
 #ifndef __LINUX_V4L2_MEDIABUS_H
 #define __LINUX_V4L2_MEDIABUS_H
 
+#include <linux/media-bus-format.h>
 #include <linux/types.h>
 #include <linux/videodev2.h>
 
-/*
- * These pixel codes uniquely identify data formats on the media bus. Mostly
- * they correspond to similarly named V4L2_PIX_FMT_* formats, format 0 is
- * reserved, V4L2_MBUS_FMT_FIXED shall be used by host-client pairs, where the
- * data format is fixed. Additionally, "2X8" means that one pixel is 
transferred
- * in two 8-bit samples, "BE" or "LE" specify in which order those samples are
- * transferred over the bus: "LE" means that the least significant bits are
- * transferred first, "BE" means that the most significant bits are transferred
- * first, and "PADHI" and "PADLO" define which bits - low or high, in the
- * incomplete high byte, are filled with padding bits.
- *
- * The pixel codes are grouped by type, bus_width, bits per component, samples
- * per pixel and order of subsamples. Numerical values are sorted using generic
- * numerical sort order (8 thus comes before 10).
- *
- * As their value can't change when a new pixel code is inserted in the
- * enumeration, the pixel codes are explicitly given a numerical value. The 
next
- * free values for each category are listed below, update them when inserting
- * new pixel codes.
- */
-enum v4l2_mbus_pixelcode {
-       V4L2_MBUS_FMT_FIXED = 0x0001,
-
-       /* RGB - next is 0x100e */
-       V4L2_MBUS_FMT_RGB444_2X8_PADHI_BE = 0x1001,
-       V4L2_MBUS_FMT_RGB444_2X8_PADHI_LE = 0x1002,
-       V4L2_MBUS_FMT_RGB555_2X8_PADHI_BE = 0x1003,
-       V4L2_MBUS_FMT_RGB555_2X8_PADHI_LE = 0x1004,
-       V4L2_MBUS_FMT_BGR565_2X8_BE = 0x1005,
-       V4L2_MBUS_FMT_BGR565_2X8_LE = 0x1006,
-       V4L2_MBUS_FMT_RGB565_2X8_BE = 0x1007,
-       V4L2_MBUS_FMT_RGB565_2X8_LE = 0x1008,
-       V4L2_MBUS_FMT_RGB666_1X18 = 0x1009,
-       V4L2_MBUS_FMT_RGB888_1X24 = 0x100a,
-       V4L2_MBUS_FMT_RGB888_2X12_BE = 0x100b,
-       V4L2_MBUS_FMT_RGB888_2X12_LE = 0x100c,
-       V4L2_MBUS_FMT_ARGB8888_1X32 = 0x100d,
-
-       /* YUV (including grey) - next is 0x2024 */
-       V4L2_MBUS_FMT_Y8_1X8 = 0x2001,
-       V4L2_MBUS_FMT_UV8_1X8 = 0x2015,
-       V4L2_MBUS_FMT_UYVY8_1_5X8 = 0x2002,
-       V4L2_MBUS_FMT_VYUY8_1_5X8 = 0x2003,
-       V4L2_MBUS_FMT_YUYV8_1_5X8 = 0x2004,
-       V4L2_MBUS_FMT_YVYU8_1_5X8 = 0x2005,
-       V4L2_MBUS_FMT_UYVY8_2X8 = 0x2006,
-       V4L2_MBUS_FMT_VYUY8_2X8 = 0x2007,
-       V4L2_MBUS_FMT_YUYV8_2X8 = 0x2008,
-       V4L2_MBUS_FMT_YVYU8_2X8 = 0x2009,
-       V4L2_MBUS_FMT_Y10_1X10 = 0x200a,
-       V4L2_MBUS_FMT_UYVY10_2X10 = 0x2018,
-       V4L2_MBUS_FMT_VYUY10_2X10 = 0x2019,
-       V4L2_MBUS_FMT_YUYV10_2X10 = 0x200b,
-       V4L2_MBUS_FMT_YVYU10_2X10 = 0x200c,
-       V4L2_MBUS_FMT_Y12_1X12 = 0x2013,
-       V4L2_MBUS_FMT_UYVY8_1X16 = 0x200f,
-       V4L2_MBUS_FMT_VYUY8_1X16 = 0x2010,
-       V4L2_MBUS_FMT_YUYV8_1X16 = 0x2011,
-       V4L2_MBUS_FMT_YVYU8_1X16 = 0x2012,
-       V4L2_MBUS_FMT_YDYUYDYV8_1X16 = 0x2014,
-       V4L2_MBUS_FMT_UYVY10_1X20 = 0x201a,
-       V4L2_MBUS_FMT_VYUY10_1X20 = 0x201b,
-       V4L2_MBUS_FMT_YUYV10_1X20 = 0x200d,
-       V4L2_MBUS_FMT_YVYU10_1X20 = 0x200e,
-       V4L2_MBUS_FMT_YUV10_1X30 = 0x2016,
-       V4L2_MBUS_FMT_AYUV8_1X32 = 0x2017,
-       V4L2_MBUS_FMT_UYVY12_2X12 = 0x201c,
-       V4L2_MBUS_FMT_VYUY12_2X12 = 0x201d,
-       V4L2_MBUS_FMT_YUYV12_2X12 = 0x201e,
-       V4L2_MBUS_FMT_YVYU12_2X12 = 0x201f,
-       V4L2_MBUS_FMT_UYVY12_1X24 = 0x2020,
-       V4L2_MBUS_FMT_VYUY12_1X24 = 0x2021,
-       V4L2_MBUS_FMT_YUYV12_1X24 = 0x2022,
-       V4L2_MBUS_FMT_YVYU12_1X24 = 0x2023,
-
-       /* Bayer - next is 0x3019 */
-       V4L2_MBUS_FMT_SBGGR8_1X8 = 0x3001,
-       V4L2_MBUS_FMT_SGBRG8_1X8 = 0x3013,
-       V4L2_MBUS_FMT_SGRBG8_1X8 = 0x3002,
-       V4L2_MBUS_FMT_SRGGB8_1X8 = 0x3014,
-       V4L2_MBUS_FMT_SBGGR10_ALAW8_1X8 = 0x3015,
-       V4L2_MBUS_FMT_SGBRG10_ALAW8_1X8 = 0x3016,
-       V4L2_MBUS_FMT_SGRBG10_ALAW8_1X8 = 0x3017,
-       V4L2_MBUS_FMT_SRGGB10_ALAW8_1X8 = 0x3018,
-       V4L2_MBUS_FMT_SBGGR10_DPCM8_1X8 = 0x300b,
-       V4L2_MBUS_FMT_SGBRG10_DPCM8_1X8 = 0x300c,
-       V4L2_MBUS_FMT_SGRBG10_DPCM8_1X8 = 0x3009,
-       V4L2_MBUS_FMT_SRGGB10_DPCM8_1X8 = 0x300d,
-       V4L2_MBUS_FMT_SBGGR10_2X8_PADHI_BE = 0x3003,
-       V4L2_MBUS_FMT_SBGGR10_2X8_PADHI_LE = 0x3004,
-       V4L2_MBUS_FMT_SBGGR10_2X8_PADLO_BE = 0x3005,
-       V4L2_MBUS_FMT_SBGGR10_2X8_PADLO_LE = 0x3006,
-       V4L2_MBUS_FMT_SBGGR10_1X10 = 0x3007,
-       V4L2_MBUS_FMT_SGBRG10_1X10 = 0x300e,
-       V4L2_MBUS_FMT_SGRBG10_1X10 = 0x300a,
-       V4L2_MBUS_FMT_SRGGB10_1X10 = 0x300f,
-       V4L2_MBUS_FMT_SBGGR12_1X12 = 0x3008,
-       V4L2_MBUS_FMT_SGBRG12_1X12 = 0x3010,
-       V4L2_MBUS_FMT_SGRBG12_1X12 = 0x3011,
-       V4L2_MBUS_FMT_SRGGB12_1X12 = 0x3012,
-
-       /* JPEG compressed formats - next is 0x4002 */
-       V4L2_MBUS_FMT_JPEG_1X8 = 0x4001,
-
-       /* Vendor specific formats - next is 0x5002 */
-
-       /* S5C73M3 sensor specific interleaved UYVY and JPEG */
-       V4L2_MBUS_FMT_S5C_UYVY_JPEG_1X8 = 0x5001,
-
-       /* HSV - next is 0x6002 */
-       V4L2_MBUS_FMT_AHSV8888_1X32 = 0x6001,
-};
-
 /**
  * struct v4l2_mbus_framefmt - frame format on the media bus
  * @width:     frame width
@@ -144,4 +32,101 @@
        __u32                   reserved[7];
 };
 
+/*
+ * enum v4l2_mbus_pixelcode and its definitions are now deprecated, and
+ * MEDIA_BUS_FMT_ definitions (defined in media-bus-format.h) should be
+ * used instead.
+ *
+ * New defines should only be added to media-bus-format.h. The
+ * v4l2_mbus_pixelcode enum is frozen.
+ */
+
+#define V4L2_MBUS_FROM_MEDIA_BUS_FMT(name)     \
+       V4L2_MBUS_FMT_ ## name = MEDIA_BUS_FMT_ ## name
+
+enum v4l2_mbus_pixelcode {
+       V4L2_MBUS_FROM_MEDIA_BUS_FMT(FIXED),
+
+       V4L2_MBUS_FROM_MEDIA_BUS_FMT(RGB444_2X8_PADHI_BE),
+       V4L2_MBUS_FROM_MEDIA_BUS_FMT(RGB444_2X8_PADHI_LE),
+       V4L2_MBUS_FROM_MEDIA_BUS_FMT(RGB555_2X8_PADHI_BE),
+       V4L2_MBUS_FROM_MEDIA_BUS_FMT(RGB555_2X8_PADHI_LE),
+       V4L2_MBUS_FROM_MEDIA_BUS_FMT(BGR565_2X8_BE),
+       V4L2_MBUS_FROM_MEDIA_BUS_FMT(BGR565_2X8_LE),
+       V4L2_MBUS_FROM_MEDIA_BUS_FMT(RGB565_2X8_BE),
+       V4L2_MBUS_FROM_MEDIA_BUS_FMT(RGB565_2X8_LE),
+       V4L2_MBUS_FROM_MEDIA_BUS_FMT(RGB666_1X18),
+       V4L2_MBUS_FROM_MEDIA_BUS_FMT(RGB888_1X24),
+       V4L2_MBUS_FROM_MEDIA_BUS_FMT(RGB888_2X12_BE),
+       V4L2_MBUS_FROM_MEDIA_BUS_FMT(RGB888_2X12_LE),
+       V4L2_MBUS_FROM_MEDIA_BUS_FMT(ARGB8888_1X32),
+
+       V4L2_MBUS_FROM_MEDIA_BUS_FMT(Y8_1X8),
+       V4L2_MBUS_FROM_MEDIA_BUS_FMT(UV8_1X8),
+       V4L2_MBUS_FROM_MEDIA_BUS_FMT(UYVY8_1_5X8),
+       V4L2_MBUS_FROM_MEDIA_BUS_FMT(VYUY8_1_5X8),
+       V4L2_MBUS_FROM_MEDIA_BUS_FMT(YUYV8_1_5X8),
+       V4L2_MBUS_FROM_MEDIA_BUS_FMT(YVYU8_1_5X8),
+       V4L2_MBUS_FROM_MEDIA_BUS_FMT(UYVY8_2X8),
+       V4L2_MBUS_FROM_MEDIA_BUS_FMT(VYUY8_2X8),
+       V4L2_MBUS_FROM_MEDIA_BUS_FMT(YUYV8_2X8),
+       V4L2_MBUS_FROM_MEDIA_BUS_FMT(YVYU8_2X8),
+       V4L2_MBUS_FROM_MEDIA_BUS_FMT(Y10_1X10),
+       V4L2_MBUS_FROM_MEDIA_BUS_FMT(UYVY10_2X10),
+       V4L2_MBUS_FROM_MEDIA_BUS_FMT(VYUY10_2X10),
+       V4L2_MBUS_FROM_MEDIA_BUS_FMT(YUYV10_2X10),
+       V4L2_MBUS_FROM_MEDIA_BUS_FMT(YVYU10_2X10),
+       V4L2_MBUS_FROM_MEDIA_BUS_FMT(Y12_1X12),
+       V4L2_MBUS_FROM_MEDIA_BUS_FMT(UYVY8_1X16),
+       V4L2_MBUS_FROM_MEDIA_BUS_FMT(VYUY8_1X16),
+       V4L2_MBUS_FROM_MEDIA_BUS_FMT(YUYV8_1X16),
+       V4L2_MBUS_FROM_MEDIA_BUS_FMT(YVYU8_1X16),
+       V4L2_MBUS_FROM_MEDIA_BUS_FMT(YDYUYDYV8_1X16),
+       V4L2_MBUS_FROM_MEDIA_BUS_FMT(UYVY10_1X20),
+       V4L2_MBUS_FROM_MEDIA_BUS_FMT(VYUY10_1X20),
+       V4L2_MBUS_FROM_MEDIA_BUS_FMT(YUYV10_1X20),
+       V4L2_MBUS_FROM_MEDIA_BUS_FMT(YVYU10_1X20),
+       V4L2_MBUS_FROM_MEDIA_BUS_FMT(YUV10_1X30),
+       V4L2_MBUS_FROM_MEDIA_BUS_FMT(AYUV8_1X32),
+       V4L2_MBUS_FROM_MEDIA_BUS_FMT(UYVY12_2X12),
+       V4L2_MBUS_FROM_MEDIA_BUS_FMT(VYUY12_2X12),
+       V4L2_MBUS_FROM_MEDIA_BUS_FMT(YUYV12_2X12),
+       V4L2_MBUS_FROM_MEDIA_BUS_FMT(YVYU12_2X12),
+       V4L2_MBUS_FROM_MEDIA_BUS_FMT(UYVY12_1X24),
+       V4L2_MBUS_FROM_MEDIA_BUS_FMT(VYUY12_1X24),
+       V4L2_MBUS_FROM_MEDIA_BUS_FMT(YUYV12_1X24),
+       V4L2_MBUS_FROM_MEDIA_BUS_FMT(YVYU12_1X24),
+
+       V4L2_MBUS_FROM_MEDIA_BUS_FMT(SBGGR8_1X8),
+       V4L2_MBUS_FROM_MEDIA_BUS_FMT(SGBRG8_1X8),
+       V4L2_MBUS_FROM_MEDIA_BUS_FMT(SGRBG8_1X8),
+       V4L2_MBUS_FROM_MEDIA_BUS_FMT(SRGGB8_1X8),
+       V4L2_MBUS_FROM_MEDIA_BUS_FMT(SBGGR10_ALAW8_1X8),
+       V4L2_MBUS_FROM_MEDIA_BUS_FMT(SGBRG10_ALAW8_1X8),
+       V4L2_MBUS_FROM_MEDIA_BUS_FMT(SGRBG10_ALAW8_1X8),
+       V4L2_MBUS_FROM_MEDIA_BUS_FMT(SRGGB10_ALAW8_1X8),
+       V4L2_MBUS_FROM_MEDIA_BUS_FMT(SBGGR10_DPCM8_1X8),
+       V4L2_MBUS_FROM_MEDIA_BUS_FMT(SGBRG10_DPCM8_1X8),
+       V4L2_MBUS_FROM_MEDIA_BUS_FMT(SGRBG10_DPCM8_1X8),
+       V4L2_MBUS_FROM_MEDIA_BUS_FMT(SRGGB10_DPCM8_1X8),
+       V4L2_MBUS_FROM_MEDIA_BUS_FMT(SBGGR10_2X8_PADHI_BE),
+       V4L2_MBUS_FROM_MEDIA_BUS_FMT(SBGGR10_2X8_PADHI_LE),
+       V4L2_MBUS_FROM_MEDIA_BUS_FMT(SBGGR10_2X8_PADLO_BE),
+       V4L2_MBUS_FROM_MEDIA_BUS_FMT(SBGGR10_2X8_PADLO_LE),
+       V4L2_MBUS_FROM_MEDIA_BUS_FMT(SBGGR10_1X10),
+       V4L2_MBUS_FROM_MEDIA_BUS_FMT(SGBRG10_1X10),
+       V4L2_MBUS_FROM_MEDIA_BUS_FMT(SGRBG10_1X10),
+       V4L2_MBUS_FROM_MEDIA_BUS_FMT(SRGGB10_1X10),
+       V4L2_MBUS_FROM_MEDIA_BUS_FMT(SBGGR12_1X12),
+       V4L2_MBUS_FROM_MEDIA_BUS_FMT(SGBRG12_1X12),
+       V4L2_MBUS_FROM_MEDIA_BUS_FMT(SGRBG12_1X12),
+       V4L2_MBUS_FROM_MEDIA_BUS_FMT(SRGGB12_1X12),
+
+       V4L2_MBUS_FROM_MEDIA_BUS_FMT(JPEG_1X8),
+
+       V4L2_MBUS_FROM_MEDIA_BUS_FMT(S5C_UYVY_JPEG_1X8),
+
+       V4L2_MBUS_FROM_MEDIA_BUS_FMT(AHSV8888_1X32),
+};
+
 #endif
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/v4l-utils-1.6.2/include/linux/v4l2-subdev.h 
new/v4l-utils-1.6.3/include/linux/v4l2-subdev.h
--- old/v4l-utils-1.6.2/include/linux/v4l2-subdev.h     2014-11-21 
20:46:53.000000000 +0100
+++ new/v4l-utils-1.6.3/include/linux/v4l2-subdev.h     2015-05-06 
21:24:59.000000000 +0200
@@ -68,7 +68,7 @@
  * struct v4l2_subdev_mbus_code_enum - Media bus format enumeration
  * @pad: pad number, as reported by the media API
  * @index: format index during enumeration
- * @code: format code (from enum v4l2_mbus_pixelcode)
+ * @code: format code (MEDIA_BUS_FMT_ definitions)
  */
 struct v4l2_subdev_mbus_code_enum {
        __u32 pad;
@@ -81,7 +81,7 @@
  * struct v4l2_subdev_frame_size_enum - Media bus format enumeration
  * @pad: pad number, as reported by the media API
  * @index: format index during enumeration
- * @code: format code (from enum v4l2_mbus_pixelcode)
+ * @code: format code (MEDIA_BUS_FMT_ definitions)
  */
 struct v4l2_subdev_frame_size_enum {
        __u32 index;
@@ -109,7 +109,7 @@
  * struct v4l2_subdev_frame_interval_enum - Frame interval enumeration
  * @pad: pad number, as reported by the media API
  * @index: frame interval index during enumeration
- * @code: format code (from enum v4l2_mbus_pixelcode)
+ * @code: format code (MEDIA_BUS_FMT_ definitions)
  * @width: frame width in pixels
  * @height: frame height in pixels
  * @interval: frame interval in seconds
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/v4l-utils-1.6.2/include/linux/videodev2.h 
new/v4l-utils-1.6.3/include/linux/videodev2.h
--- old/v4l-utils-1.6.2/include/linux/videodev2.h       2014-11-21 
20:46:53.000000000 +0100
+++ new/v4l-utils-1.6.3/include/linux/videodev2.h       2015-05-06 
21:24:59.000000000 +0200
@@ -77,6 +77,7 @@
 /*  Four-character-code (FOURCC) */
 #define v4l2_fourcc(a, b, c, d)\
        ((__u32)(a) | ((__u32)(b) << 8) | ((__u32)(c) << 16) | ((__u32)(d) << 
24))
+#define v4l2_fourcc_be(a, b, c, d)     (v4l2_fourcc(a, b, c, d) | (1 << 31))
 
 /*
  *     E N U M S
@@ -305,6 +306,8 @@
 #define V4L2_PIX_FMT_XRGB555 v4l2_fourcc('X', 'R', '1', '5') /* 16  
XRGB-1-5-5-5  */
 #define V4L2_PIX_FMT_RGB565  v4l2_fourcc('R', 'G', 'B', 'P') /* 16  RGB-5-6-5  
   */
 #define V4L2_PIX_FMT_RGB555X v4l2_fourcc('R', 'G', 'B', 'Q') /* 16  RGB-5-5-5 
BE  */
+#define V4L2_PIX_FMT_ARGB555X v4l2_fourcc_be('A', 'R', '1', '5') /* 16  
ARGB-5-5-5 BE */
+#define V4L2_PIX_FMT_XRGB555X v4l2_fourcc_be('X', 'R', '1', '5') /* 16  
XRGB-5-5-5 BE */
 #define V4L2_PIX_FMT_RGB565X v4l2_fourcc('R', 'G', 'B', 'R') /* 16  RGB-5-6-5 
BE  */
 #define V4L2_PIX_FMT_BGR666  v4l2_fourcc('B', 'G', 'R', 'H') /* 18  BGR-6-6-6  
  */
 #define V4L2_PIX_FMT_BGR24   v4l2_fourcc('B', 'G', 'R', '3') /* 24  BGR-8-8-8  
   */
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/v4l-utils-1.6.2/lib/libv4lconvert/control/libv4lcontrol.c 
new/v4l-utils-1.6.3/lib/libv4lconvert/control/libv4lcontrol.c
--- old/v4l-utils-1.6.2/lib/libv4lconvert/control/libv4lcontrol.c       
2014-07-26 21:33:00.000000000 +0200
+++ new/v4l-utils-1.6.3/lib/libv4lconvert/control/libv4lcontrol.c       
2015-05-06 21:24:59.000000000 +0200
@@ -273,7 +273,7 @@
        NULL };
 
 static const char *asus_board_name[] = {
-       "A3[A-Z]*", "A7M",
+       "A3[A-Z]*", "A6R*", "A7M", "A7Sn",
        "B50[A-Z]*",
        "F[23579][A-Z]*", "F70[A-Z]*", "F[58]2[A-Z]*",
        "G[12][A-Z]*", "G[57]0[A-Z]*",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/v4l-utils-1.6.2/lib/libv4lconvert/rgbyuv.c 
new/v4l-utils-1.6.3/lib/libv4lconvert/rgbyuv.c
--- old/v4l-utils-1.6.2/lib/libv4lconvert/rgbyuv.c      2014-03-02 
10:11:40.000000000 +0100
+++ new/v4l-utils-1.6.3/lib/libv4lconvert/rgbyuv.c      2015-05-06 
21:25:05.000000000 +0200
@@ -591,6 +591,9 @@
                int width, int height)
 {
        int j;
+
+       src++; /*Y16 is little endian*/
+
        while (--height >= 0) {
                for (j = 0; j < width; j++) {
                        *dest++ = *src;
@@ -606,6 +609,8 @@
 {
        int x, y;
 
+       src++; /*Y16 is little endian*/
+
        /* Y */
        for (y = 0; y < src_fmt->fmt.pix.height; y++)
                for (x = 0; x < src_fmt->fmt.pix.width; x++){
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/v4l-utils-1.6.2/utils/keytable/ir-keytable.1 
new/v4l-utils-1.6.3/utils/keytable/ir-keytable.1
--- old/v4l-utils-1.6.2/utils/keytable/ir-keytable.1    2014-11-21 
20:54:22.000000000 +0100
+++ new/v4l-utils-1.6.3/utils/keytable/ir-keytable.1    2015-05-06 
21:31:52.000000000 +0200
@@ -1,4 +1,4 @@
-.TH "IR\-KEYTABLE" "1" "Fri Oct 3 2014" "v4l-utils 1.6.2" "User Commands"
+.TH "IR\-KEYTABLE" "1" "Fri Oct 3 2014" "v4l-utils 1.6.3" "User Commands"
 .SH NAME
 ir\-keytable \- a swiss\-knife tool to handle Remote Controllers.
 .SH SYNOPSIS
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/v4l-utils-1.6.2/utils/keytable/rc_keymaps/dvbsky 
new/v4l-utils-1.6.3/utils/keytable/rc_keymaps/dvbsky
--- old/v4l-utils-1.6.2/utils/keytable/rc_keymaps/dvbsky        1970-01-01 
01:00:00.000000000 +0100
+++ new/v4l-utils-1.6.3/utils/keytable/rc_keymaps/dvbsky        2014-11-29 
18:10:45.000000000 +0100
@@ -0,0 +1,33 @@
+# table dvbsky, type: RC5
+0x0000 KEY_0
+0x0001 KEY_1
+0x0002 KEY_2
+0x0003 KEY_3
+0x0004 KEY_4
+0x0005 KEY_5
+0x0006 KEY_6
+0x0007 KEY_7
+0x0008 KEY_8
+0x0009 KEY_9
+0x000a KEY_MUTE
+0x000d KEY_OK
+0x000b KEY_STOP
+0x000c KEY_EXIT
+0x000e KEY_CAMERA
+0x000f KEY_SUBTITLE
+0x0010 KEY_VOLUMEUP
+0x0011 KEY_VOLUMEDOWN
+0x0012 KEY_FAVORITES
+0x0013 KEY_LIST
+0x0016 KEY_PAUSE
+0x0017 KEY_PLAY
+0x001f KEY_RECORD
+0x0020 KEY_CHANNELDOWN
+0x0021 KEY_CHANNELUP
+0x0025 KEY_POWER2
+0x0026 KEY_REWIND
+0x0027 KEY_FASTFORWARD
+0x0029 KEY_LAST
+0x002b KEY_MENU
+0x002c KEY_EPG
+0x002d KEY_ZOOM
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/v4l-utils-1.6.2/utils/qv4l2/qv4l2.1 
new/v4l-utils-1.6.3/utils/qv4l2/qv4l2.1
--- old/v4l-utils-1.6.2/utils/qv4l2/qv4l2.1     2014-11-21 20:54:22.000000000 
+0100
+++ new/v4l-utils-1.6.3/utils/qv4l2/qv4l2.1     2015-05-06 21:31:52.000000000 
+0200
@@ -1,4 +1,4 @@
-.TH "QV4L2" "1" "August 2013" "v4l-utils 1.6.2" "User Commands"
+.TH "QV4L2" "1" "August 2013" "v4l-utils 1.6.3" "User Commands"
 .SH NAME
 qv4l2 - A test bench application for video4linux devices
 .SH SYNOPSIS
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/v4l-utils-1.6.2/utils/v4l2-ctl/vivid-tpg.c 
new/v4l-utils-1.6.3/utils/v4l2-ctl/vivid-tpg.c
--- old/v4l-utils-1.6.2/utils/v4l2-ctl/vivid-tpg.c      2014-11-21 
20:46:53.000000000 +0100
+++ new/v4l-utils-1.6.3/utils/v4l2-ctl/vivid-tpg.c      2015-05-06 
21:24:59.000000000 +0200
@@ -183,7 +183,7 @@
        case V4L2_PIX_FMT_XBGR32:
        case V4L2_PIX_FMT_ARGB32:
        case V4L2_PIX_FMT_ABGR32:
-               tpg->is_yuv = 0;
+               tpg->is_yuv = false;
                break;
        case V4L2_PIX_FMT_NV16M:
        case V4L2_PIX_FMT_NV61M:
@@ -193,7 +193,7 @@
        case V4L2_PIX_FMT_UYVY:
        case V4L2_PIX_FMT_YVYU:
        case V4L2_PIX_FMT_VYUY:
-               tpg->is_yuv = 1;
+               tpg->is_yuv = true;
                break;
        default:
                return false;
@@ -249,7 +249,7 @@
 }
 
 void tpg_reset_source(struct tpg_data *tpg, unsigned width, unsigned height,
-                      enum v4l2_field field)
+                      u32 field)
 {
        unsigned p;
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/v4l-utils-1.6.2/utils/v4l2-ctl/vivid-tpg.h.patch 
new/v4l-utils-1.6.3/utils/v4l2-ctl/vivid-tpg.h.patch
--- old/v4l-utils-1.6.2/utils/v4l2-ctl/vivid-tpg.h.patch        2014-11-21 
20:46:53.000000000 +0100
+++ new/v4l-utils-1.6.3/utils/v4l2-ctl/vivid-tpg.h.patch        2015-05-06 
21:24:59.000000000 +0200
@@ -1,8 +1,8 @@
-diff --git b/utils/v4l2-ctl/vivid-tpg.h a/utils/v4l2-ctl/vivid-tpg.h
-index 51ef7d1..76c373a 100644
---- b/utils/v4l2-ctl/vivid-tpg.h
-+++ a/utils/v4l2-ctl/vivid-tpg.h
-@@ -20,13 +20,46 @@
+diff --git a/devel/v4l/patchwork//drivers/media/platform/vivid/vivid-tpg.h 
b/utils/v4l2-ctl/vivid-tpg.h
+index 8ef3e52ba3be..76c373a7b4f1 100644
+--- a/devel/v4l/patchwork//drivers/media/platform/vivid/vivid-tpg.h
++++ b/utils/v4l2-ctl/vivid-tpg.h
+@@ -20,14 +20,46 @@
  #ifndef _VIVID_TPG_H_
  #define _VIVID_TPG_H_
  
@@ -11,6 +11,7 @@
 -#include <linux/errno.h>
 -#include <linux/random.h>
 -#include <linux/slab.h>
+-#include <linux/vmalloc.h>
  #include <linux/videodev2.h>
  
 +#include <stdbool.h>


Reply via email to