)]}'
{
  "log": [
    {
      "commit": "75916fd279323fd1b1636625a127838962677dfd",
      "tree": "a656c25d0da35921eb85e6021426bd65401001d0",
      "parents": [
        "f2b9e8acaa5555afac53f3d5490fa89506df37a2"
      ],
      "author": {
        "name": "Hans Verkuil",
        "email": "hans.verkuil@cisco.com",
        "time": "Tue May 01 05:29:07 2012 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Sun May 20 08:31:52 2012 -0300"
      },
      "message": "[media] V4L2: Mark the DV Preset API as deprecated\n\nThe DV Preset API will be phased out in favor of the more flexible DV Timings\nAPI. Mark the preset API accordingly in the header and documentation.\n\nSigned-off-by: Hans Verkuil \u003chans.verkuil@cisco.com\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "06bba75d2a3e0bf558421b7548a6248ed5c7bfec",
      "tree": "6ad5a78667c7e938588f23c3c813e75f954cd7f3",
      "parents": [
        "dedb8cb1d64a118ac21eaabd941ac0b9acdd82fb"
      ],
      "author": {
        "name": "Hans Verkuil",
        "email": "hans.verkuil@cisco.com",
        "time": "Tue Apr 24 09:25:18 2012 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Fri May 18 16:36:27 2012 -0300"
      },
      "message": "[media] videodev2.h: add enum/query/cap dv_timings ioctls\n\nThese new ioctls make it possible for the dv_timings API to replace\nthe dv_preset API eventually.\n\nSigned-off-by: Hans Verkuil \u003chans.verkuil@cisco.com\u003e\nReviewed-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "2272ab657b508ece04bf015da6c23f61711bac81",
      "tree": "74f8f45630875037015b7fcbcd1a470d15006318",
      "parents": [
        "fc162a099e7b34bfe3501028c919ff5d43e5e3d3"
      ],
      "author": {
        "name": "Sylwester Nawrocki",
        "email": "s.nawrocki@samsung.com",
        "time": "Fri May 11 06:37:03 2012 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Mon May 14 14:30:26 2012 -0300"
      },
      "message": "[media] V4L: Add camera auto focus controls\n\nAdd following auto focus controls:\n\n - V4L2_CID_AUTO_FOCUS_START - single-shot auto focus start\n - V4L2_CID_AUTO_FOCUS_STOP -  single-shot auto focus stop\n - V4L2_CID_AUTO_FOCUS_STATUS - automatic focus status\n - V4L2_CID_AUTO_FOCUS_RANGE - automatic focus scan range selection\n\nSigned-off-by: Sylwester Nawrocki \u003cs.nawrocki@samsung.com\u003e\nSigned-off-by: Kyungmin Park \u003ckyungmin.park@samsung.com\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "fc162a099e7b34bfe3501028c919ff5d43e5e3d3",
      "tree": "ed3e60fe068ad65c5a8846c110852d86582095f8",
      "parents": [
        "0bf6b7dc5fd1e60e93657d4fe4b3d788216b9d5e"
      ],
      "author": {
        "name": "Sylwester Nawrocki",
        "email": "s.nawrocki@samsung.com",
        "time": "Wed May 02 06:24:33 2012 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Mon May 14 14:29:35 2012 -0300"
      },
      "message": "[media] V4L: Add camera 3A lock control\n\nThe V4L2_CID_3A_LOCK bitmask control allows applications to pause\nor resume the automatic exposure, focus and wite balance adjustments.\nIt can be used, for example, to lock the 3A adjustments right before\na still image is captured, for pre-focus, etc.\nThe applications can control each of the algorithms independently,\nthrough a corresponding control bit, if driver allows that.\n\nSigned-off-by: Sylwester Nawrocki \u003cs.nawrocki@samsung.com\u003e\nSigned-off-by: Kyungmin Park \u003ckyungmin.park@samsung.com\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "0bf6b7dc5fd1e60e93657d4fe4b3d788216b9d5e",
      "tree": "7fc860e2ee33601d4e2c5a478e0327b8e49538a6",
      "parents": [
        "cf072139c7952e267a2eff334f224a62c949ee96"
      ],
      "author": {
        "name": "Sylwester Nawrocki",
        "email": "s.nawrocki@samsung.com",
        "time": "Mon Apr 16 10:45:44 2012 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Mon May 14 14:28:19 2012 -0300"
      },
      "message": "[media] V4L: Add camera scene mode control\n\nAdd control for the scene mode feature available in image sensor\nwith more advanced ISP firmware. The V4L2_CID_SCENE_MODE menu\ncontrol allows to select a set of parameters or a specific image\nprocessing and capture control algorithm optimized for common\nimage capture conditions.\n\nSigned-off-by: HeungJun Kim \u003criverful.kim@samsung.com\u003e\nSigned-off-by: Sylwester Nawrocki \u003cs.nawrocki@samsung.com\u003e\nSigned-off-by: Kyungmin Park \u003ckyungmin.park@samsung.com\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "cf072139c7952e267a2eff334f224a62c949ee96",
      "tree": "9e793840d43b70152f506a43fe7e06ee97e7f524",
      "parents": [
        "7f84ad8bdb63a8bfcbb83755e487e06be5db54cf"
      ],
      "author": {
        "name": "Sylwester Nawrocki",
        "email": "s.nawrocki@samsung.com",
        "time": "Mon Apr 30 04:34:10 2012 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Mon May 14 14:24:24 2012 -0300"
      },
      "message": "[media] V4L: Add camera exposure metering control\n\nThe V4L2_CID_EXPOSURE_METERING control allows to determine\na method used by the camera for measuring the amount of light\navailable for automatic exposure.\n\nSigned-off-by: Sylwester Nawrocki \u003cs.nawrocki@samsung.com\u003e\nSigned-off-by: Kyungmin Park \u003ckyungmin.park@samsung.com\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "7f84ad8bdb63a8bfcbb83755e487e06be5db54cf",
      "tree": "9f88a82269faf0a45ef9370b234af831cd4e0b35",
      "parents": [
        "82b3056c5a77b687097bd7f36a598a0b37af24a2"
      ],
      "author": {
        "name": "Sylwester Nawrocki",
        "email": "s.nawrocki@samsung.com",
        "time": "Tue May 01 17:39:45 2012 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Mon May 14 14:23:45 2012 -0300"
      },
      "message": "[media] V4L: Add camera ISO sensitivity controls\n\nAdd ISO sensitivity and ISO auto/manual controls. The sensitivity\nvalues are related to level of amplification of the analog signal\nbetween image sensor and ADC. These controls allow to support sensors\nexposing an interface to accept the ISO values directly.\n\nSigned-off-by: Sylwester Nawrocki \u003cs.nawrocki@samsung.com\u003e\nSigned-off-by: Kyungmin Park \u003ckyungmin.park@samsung.com\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "82b3056c5a77b687097bd7f36a598a0b37af24a2",
      "tree": "4d2804fba3f27be10ba9d4d7231fcf13ed68336a",
      "parents": [
        "44d44a1acde974dbc91c19815a41d3a895a44daf"
      ],
      "author": {
        "name": "Sylwester Nawrocki",
        "email": "s.nawrocki@samsung.com",
        "time": "Tue May 01 17:38:09 2012 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Mon May 14 14:09:19 2012 -0300"
      },
      "message": "[media] V4L: Add camera image stabilization control\n\nAdd V4L2_CID_IMAGE_STABILIZATION control for the camera image\nstabilization feature. This control can be used to enable/disable\nimage stabilization. It might get converted to a menu control\nin future if more options are needed.\n\nSigned-off-by: HeungJun Kim \u003criverful.kim@samsung.com\u003e\nSigned-off-by: Sylwester Nawrocki \u003cs.nawrocki@samsung.com\u003e\nSigned-off-by: Kyungmin Park \u003ckyungmin.park@samsung.com\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "44d44a1acde974dbc91c19815a41d3a895a44daf",
      "tree": "c8ae9c17c35886068741b52cf346c651cad8dee3",
      "parents": [
        "e40a05736d4503950ec303610a51f838bd59cdc1"
      ],
      "author": {
        "name": "Sylwester Nawrocki",
        "email": "s.nawrocki@samsung.com",
        "time": "Tue Mar 06 07:05:45 2012 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Mon May 14 14:08:38 2012 -0300"
      },
      "message": "[media] V4L: Add camera wide dynamic range control\n\nAdd V4L2_CID_WIDE_DYNAMIC_RANGE camera class control for the\ncamera wide dynamic range (WDR, HDR) feature. This control\ncan be used to enable/disable wide dynamic range. It might\nget converted to a menu control in future if more options\nare needed.\n\nSigned-off-by: HeungJun Kim \u003criverful.kim@samsung.com\u003e\nSigned-off-by: Sylwester Nawrocki \u003cs.nawrocki@samsung.com\u003e\nSigned-off-by: Kyungmin Park \u003ckyungmin.park@samsung.com\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "e40a05736d4503950ec303610a51f838bd59cdc1",
      "tree": "ffd2cfa05d4fdd0d031729bc7f2deffc6003ee86",
      "parents": [
        "d58083c949b3d76aba225be9f303ab5dab585064"
      ],
      "author": {
        "name": "Sylwester Nawrocki",
        "email": "s.nawrocki@samsung.com",
        "time": "Tue Mar 06 07:04:26 2012 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Mon May 14 14:04:30 2012 -0300"
      },
      "message": "[media] V4L: Add an extended camera white balance control\n\nThis patch adds V4L2_CID_AUTO_N_PRESET_WHITE_BALANCE control which is\nan extended version of the V4L2_CID_AUTO_WHITE_BALANCE control,\nincluding white balance presets. The following presets are defined:\n\n - V4L2_WHITE_BALANCE_INCANDESCENT,\n - V4L2_WHITE_BALANCE_FLUORESCENT,\n - V4L2_WHITE_BALANCE_FLUORESCENT_H,\n - V4L2_WHITE_BALANCE_HORIZON,\n - V4L2_WHITE_BALANCE_DAYLIGHT,\n - V4L2_WHITE_BALANCE_FLASH,\n - V4L2_WHITE_BALANCE_CLOUDY,\n - V4L2_WHITE_BALANCE_SHADE.\n\nSigned-off-by: HeungJun Kim \u003criverful.kim@samsung.com\u003e\nSigned-off-by: Sylwester Nawrocki \u003cs.nawrocki@samsung.com\u003e\nSigned-off-by: Kyungmin Park \u003ckyungmin.park@samsung.com\u003e\nAcked-by: Hans de Goede \u003chdegoede@redhat.com\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "d58083c949b3d76aba225be9f303ab5dab585064",
      "tree": "3181333e4eacbdcc10743aee341ba6bbbd1adf1e",
      "parents": [
        "515f32879a05bdb69f9b3f86f53db4c04b95e845"
      ],
      "author": {
        "name": "Sylwester Nawrocki",
        "email": "s.nawrocki@samsung.com",
        "time": "Tue Mar 06 07:06:55 2012 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Mon May 14 14:03:47 2012 -0300"
      },
      "message": "[media] V4L: Add camera exposure bias control\n\nThe camera may in some conditions incorrectly determine the exposure,\nand a manual automatic exposure correction may be needed. This patch\nadds V4L2_CID_AUTO_EXPOSURE_BIAS control which allows to add some\noffset in the automatic exposure control loop, to compensate for\nframe under- or over-exposure.\n\nSigned-off-by: Sylwester Nawrocki \u003cs.nawrocki@samsung.com\u003e\nSigned-off-by: Kyungmin Park \u003ckyungmin.park@samsung.com\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "6491d1adfbf0e2ffbdfcda8cef60edc01b6700b3",
      "tree": "3b9202569659aa28b49d6a90e83363c95bdefa84",
      "parents": [
        "6fd522a6d12d0ebac528f2d4553c4bf51c0c3275"
      ],
      "author": {
        "name": "Sylwester Nawrocki",
        "email": "s.nawrocki@samsung.com",
        "time": "Mon Apr 02 06:40:19 2012 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Mon May 14 14:02:23 2012 -0300"
      },
      "message": "[media] V4L: Extend V4L2_CID_COLORFX with more image effects\n\nThis patch adds definition of additional color effects:\n\n - V4L2_COLORFX_AQUA,\n - V4L2_COLORFX_ART_FREEZE,\n - V4L2_COLORFX_SILHOUETTE,\n - V4L2_COLORFX_SOLARIZATION,\n - V4L2_COLORFX_ANTIQUE,\n - V4L2_COLORFX_SET_CBCR.\n\nThe new V4L2_COLORFX_CBCR control is added to allow setting\nthe fixed Cb, Cr values that replace chroma Cb/Cr coefficients\nin case of V4L2_COLORFX_SET_CBCR effect.\n\nSigned-off-by: Sylwester Nawrocki \u003cs.nawrocki@samsung.com\u003e\nSigned-off-by: Kyungmin Park \u003ckyungmin.park@samsung.com\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "440f0fadd407c66abe285ce26ed8c31fb2403f0d",
      "tree": "b170228ba1b3310be82ed82853287df3004460de",
      "parents": [
        "1e3afaea569cc12ef02cced0acb6c7e39067b169"
      ],
      "author": {
        "name": "Sakari Ailus",
        "email": "sakari.ailus@iki.fi",
        "time": "Wed Dec 28 06:17:26 2011 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Mon May 14 08:43:27 2012 -0300"
      },
      "message": "[media] v4l: Add DPCM compressed raw bayer pixel formats\n\nAdd three other colour orders for 10-bit to 8-bit DPCM compressed raw bayer\npixel formats.\n\nSigned-off-by: Sakari Ailus \u003csakari.ailus@iki.fi\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "c643ee135190389e03cffd80e762c9c71dc9a165",
      "tree": "dbd22fb0fe7c816f1b8595bbd01605ea43f624e7",
      "parents": [
        "8c9d236ec64f1f1e7764385e7b5eae88eec7c02b"
      ],
      "author": {
        "name": "Sakari Ailus",
        "email": "sakari.ailus@iki.fi",
        "time": "Thu Feb 02 20:17:54 2012 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Mon May 14 08:37:44 2012 -0300"
      },
      "message": "[media] v4l: Image processing control class\n\nAdd control class for image processing controls. The control class deals\nwith controls processing image, for example digital gain or noise filtering,\nwhich can be present in any part of the pipeline.\n\nSigned-off-by: Sakari Ailus \u003csakari.ailus@iki.fi\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "8c9d236ec64f1f1e7764385e7b5eae88eec7c02b",
      "tree": "89f5610e7db1e0c226383b641b0309e7481fb100",
      "parents": [
        "6016af82eafcb6e086a8f2a2197b46029a843d68"
      ],
      "author": {
        "name": "Sakari Ailus",
        "email": "sakari.ailus@iki.fi",
        "time": "Tue Oct 04 08:20:05 2011 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Mon May 14 08:35:24 2012 -0300"
      },
      "message": "[media] v4l: Image source control class\n\nAdd image source control class. This control class is intended to contain\nlow level controls which deal with control of the image capture process ---\nthe A/D converter in image sensors, for example.\n\nSigned-off-by: Sakari Ailus \u003csakari.ailus@iki.fi\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "6016af82eafcb6e086a8f2a2197b46029a843d68",
      "tree": "a8133e0651a8e0d5d33fbce904471a9c42127b51",
      "parents": [
        "121b3ddbe4ad17df77cb7284239be0a63d9a66bd"
      ],
      "author": {
        "name": "Sakari Ailus",
        "email": "sakari.ailus@iki.fi",
        "time": "Thu May 10 02:02:07 2012 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Mon May 14 08:09:02 2012 -0300"
      },
      "message": "[media] v4l2: use __u32 rather than enums in ioctl() structs\n\nV4L2 uses the enum type in IOCTL arguments in IOCTLs that were defined until\nthe use of enum was considered less than ideal. Recently Rémi Denis-Courmont\nbrought up the issue by proposing a patch to convert the enums to unsigned:\n\n\u003cURL:http://www.spinics.net/lists/linux-media/msg46167.html\u003e\n\nThis sparked a long discussion where another solution to the issue was\nproposed: two sets of IOCTL structures, one with __u32 and the other with\nenums, and conversion code between the two:\n\n\u003cURL:http://www.spinics.net/lists/linux-media/msg47168.html\u003e\n\nBoth approaches implement a complete solution that resolves the problem. The\nfirst one is simple but requires assuming enums and __u32 are the same in\nsize (so we won\u0027t break the ABI) while the second one is more complex and\nless clean but does not require making that assumption.\n\nThe issue boils down to whether enums are fundamentally different from __u32\nor not, and can the former be substituted by the latter. During the\ndiscussion it was concluded that the __u32 has the same size as enums on all\narchs Linux is supported: it has not been shown that replacing those enums\nin IOCTL arguments would break neither source or binary compatibility. If no\nsuch reason is found, just replacing the enums with __u32s is the way to go.\n\nThis is what this patch does. This patch is slightly different from Remi\u0027s\nfirst RFC (link above): it uses __u32 instead of unsigned and also changes\nthe arguments of VIDIOC_G_PRIORITY and VIDIOC_S_PRIORITY.\n\nSigned-off-by: Rémi Denis-Courmont \u003cremi@remlab.net\u003e\nSigned-off-by: Sakari Ailus \u003csakari.ailus@iki.fi\u003e\nAcked-by: Hans Verkuil \u003chans.verkuil@cisco.com\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "e245afe984b120704f15bc8d391fdb6cf96cfe0c",
      "tree": "cc59a7c51dcb11961bf67d113f6bc0a65b720e9b",
      "parents": [
        "52dbb57c2322d494116570cabee8d4c9658604d6"
      ],
      "author": {
        "name": "Hans Verkuil",
        "email": "hverkuil@xs4all.nl",
        "time": "Tue Apr 17 08:41:58 2012 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Thu Apr 19 11:11:33 2012 -0300"
      },
      "message": "[media] videodev2.h: Fix VIDIOC_QUERYMENU ioctl regression\n\nFixes a regression in VIDIOC_QUERYMENU introduced when the __s64 value\nfield was added to the union. On a 64-bit system this will change the\nsize of this v4l2_querymenu structure from 44 to 48 bytes, thus\nbreaking the ABI. By adding the packed attribute it is working again.\n\nTested on both 64 and 32 bit systems.\n\nSigned-off-by: Hans Verkuil \u003chans.verkuil@cisco.com\u003e\nAcked-by: Sakari Ailus \u003csakari.ailus@iki.fi\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "ce580fe5190dec4d872e7925946b0aec1f694370",
      "tree": "cb745116ea3f1fb4f8cb327810b43b140fcb8fb8",
      "parents": [
        "3fd7e4341e04f80e2605f56bbd8cb1e8b027901a"
      ],
      "author": {
        "name": "Sakari Ailus",
        "email": "sakari.ailus@iki.fi",
        "time": "Thu Aug 04 13:51:11 2011 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Tue Apr 10 14:49:44 2012 -0300"
      },
      "message": "[media] v4l: Introduce integer menu controls\n\nCreate a new control type called V4L2_CTRL_TYPE_INTEGER_MENU. Integer menu\ncontrols are just like menu controls but the menu items are 64-bit integers\nrather than strings.\n\nSigned-off-by: Sakari Ailus \u003csakari.ailus@iki.fi\u003e\nAcked-by: Laurent Pinchart \u003claurent.pinchart@ideasonboard.com\u003e\nTested-by: Sylwester Nawrocki \u003cs.nawrocki@samsung.com\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "9080d5d3fa9888facd6898c6705b1a6713882955",
      "tree": "8c22e1810cd899e57ac132b38a6b262537a96bbc",
      "parents": [
        "1d53160111d821d5d924e220f6b5b423f938d617"
      ],
      "author": {
        "name": "Sylwester Nawrocki",
        "email": "s.nawrocki@samsung.com",
        "time": "Fri Mar 09 06:46:28 2012 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Mon Mar 19 15:33:24 2012 -0300"
      },
      "message": "[media] V4L: Improve the selection API documentation\n\nMake the VIDIOC_G/S_SELECTION ioctls documentation more consistent\nwith the rest of media Docbook, use capital letters where necessary\nand correct few minor errors.\n\nSigned-off-by: Sylwester Nawrocki \u003cs.nawrocki@samsung.com\u003e\nSigned-off-by: Kyungmin Park \u003ckyungmin.park@samsung.com\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "c7361ae1e7a5a5395693f1f978af032c41cdb10d",
      "tree": "d17eede7e66e85e5eb836fa5755c18bb8053c802",
      "parents": [
        "e8ca6d20a65d9d94693a0ed99b12d95b882dc859"
      ],
      "author": {
        "name": "Sylwester Nawrocki",
        "email": "s.nawrocki@samsung.com",
        "time": "Fri Jan 20 15:37:44 2012 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Tue Feb 28 18:53:16 2012 -0300"
      },
      "message": "[media] V4L: Add JPEG compression control class\n\nThe V4L2_CID_JPEG_CLASS control class is intended to expose various\nadjustable parameters of JPEG encoders and decoders. Following controls\nare defined:\n\n - V4L2_CID_JPEG_CHROMA_SUBSAMPLING,\n - V4L2_CID_JPEG_RESTART_INTERVAL,\n - V4L2_CID_JPEG_COMPRESSION_QUALITY,\n - V4L2_CID_JPEG_ACTIVE_MARKER.\n\nThis covers only a part of relevant standard specifications. More\ncontrols should be added in future if required.\n\nThe purpose of V4L2_CID_JPEG_CLASS class is also to replace some\nfunctionality covered by VIDIOC_S/G_JPEGCOMP ioctls, i.e. the JPEG\nmarkers presence and compression quality control. The applications\nand drivers should switch from the ioctl to control based API, as\ndescribed in the subsequent patches for the Media API DocBook.\n\nSigned-off-by: Sylwester Nawrocki \u003cs.nawrocki@samsung.com\u003e\nSigned-off-by: Kyungmin Park \u003ckyungmin.park@samsung.com\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "24c19a217e543b6b4a7715229f0e1fcf4bbd2659",
      "tree": "b3eab287a0b61ff3750ade822b5ac82ffb6c06c2",
      "parents": [
        "da8ec560e3b4e25d73c64a9e08f9f90ebfbfbf7c"
      ],
      "author": {
        "name": "Hans Verkuil",
        "email": "hans.verkuil@cisco.com",
        "time": "Thu Dec 15 10:46:16 2011 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Tue Feb 14 13:43:49 2012 -0200"
      },
      "message": "[media] v4l2-ctrls: add new controls for MPEG decoder devices\n\nAs discussed during the 2011 V4L-DVB workshop we want to create a proper V4L2\ndecoder API that replaces the DVBv5 API that has been used until now.\n\nThis adds the four controls necessary to be able to switch ivtv over to this\nnew API.\n\nSigned-off-by: Hans Verkuil \u003chans.verkuil@cisco.com\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "a45c0ad51d344dad18c6fb67304b4f87cf0ffd59",
      "tree": "acdd8cac43a26db7f5d993adffb5e7e6a2634498",
      "parents": [
        "32d7e63c1f4f86ad18404e3f36be99c9910fae9b"
      ],
      "author": {
        "name": "Hans Verkuil",
        "email": "hans.verkuil@cisco.com",
        "time": "Thu Nov 24 09:53:43 2011 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Tue Feb 14 13:41:42 2012 -0200"
      },
      "message": "[media] v4l2: add VIDIOC_(TRY_)DECODER_CMD\n\nAs discussed during the 2011 V4L-DVB workshop, the API in dvb/video.h should\nbe replaced by a proper V4L2 API. This patch turns the VIDEO_(TRY_)DECODER_CMD\nioctls into proper V4L2 ioctls.\n\nSigned-off-by: Hans Verkuil \u003chans.verkuil@cisco.com\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "583aa3a9b5ca846a84f7dd87bdc4b75dca07b011",
      "tree": "a86d9d5f2e9817e9faf9d2e06d212d4380924fe9",
      "parents": [
        "93596ef7db3e9bcc9306c3e93cf28ce1048858b6"
      ],
      "author": {
        "name": "Hans Verkuil",
        "email": "hans.verkuil@cisco.com",
        "time": "Wed Jan 11 06:45:05 2012 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Mon Jan 23 16:34:27 2012 -0200"
      },
      "message": "[media] V4L2: Add per-device-node capabilities\n\nIf V4L2_CAP_DEVICE_CAPS is set, then the new device_caps field is filled with\nthe capabilities of the opened device node.\n\nThe capabilities field traditionally contains the capabilities of the physical\ndevice, being a superset of all capabilities available at the several device\nnodes. E.g., if you open /dev/video0, then if it contains VBI caps then that means\nthat there is a corresponding vbi node as well. And the capabilities field of\nboth the video and vbi nodes should contain identical caps.\n\nHowever, it would be very useful to also have a capabilities field that contains\njust the caps for the currently open device, hence the new CAP bit and field.\n\nSigned-off-by: Hans Verkuil \u003chans.verkuil@cisco.com\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "122804ecb59493fbb4d31b3ba9ac59faaf45276f",
      "tree": "cff4d8a158c412e4a8d3abc8d91bb0eb52b01c9a",
      "parents": [
        "16008d641670571ff4cd750b416c7caf2d89f467",
        "126400033940afb658123517a2e80eb68259fbd7"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Sun Jan 15 12:49:56 2012 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Sun Jan 15 12:49:56 2012 -0800"
      },
      "message": "Merge branch \u0027v4l_for_linus\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media\n\n* \u0027v4l_for_linus\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media: (655 commits)\n  [media] revert patch: HDIC HD29L2 DMB-TH USB2.0 reference design driver\n  mb86a20s: Add a few more register settings at the init seq\n  mb86a20s: Group registers into the same line\n  [media] [PATCH] don\u0027t reset the delivery system on DTV_CLEAR\n  [media] [BUG] it913x-fe fix typo error making SNR levels unstable\n  [media] cx23885: Query the CX25840 during enum_input for status\n  [media] cx25840: Add support for g_input_status\n  [media] rc-videomate-m1f.c Rename to match remote controler name\n  [media] drivers: media: au0828: Fix dependency for VIDEO_AU0828\n  [media] convert drivers/media/* to use module_platform_driver()\n  [media] drivers: video: cx231xx: Fix dependency for VIDEO_CX231XX_DVB\n  [media] Exynos4 JPEG codec v4l2 driver\n  [media] doc: v4l: selection: choose pixels as units for selection rectangles\n  [media] v4l: s5p-tv: mixer: fix setup of VP scaling\n  [media] v4l: s5p-tv: mixer: add support for selection API\n  [media] v4l: emulate old crop API using extended crop/compose API\n  [media] doc: v4l: add documentation for selection API\n  [media] doc: v4l: add binary images for selection API\n  [media] v4l: add support for selection api\n  [media] hd29l2: fix review findings\n  ...\n"
    },
    {
      "commit": "0e8caaceff160ad821c83d798fc03812cb810560",
      "tree": "fd5f0687bff110fddb62b8f22ac31f41e8bc11f6",
      "parents": [
        "dab734ec95168488c4b32632e968ce885a083078"
      ],
      "author": {
        "name": "Tomasz Stanislawski",
        "email": "t.stanislaws@samsung.com",
        "time": "Wed Aug 10 10:37:47 2011 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Tue Jan 10 23:17:45 2012 -0200"
      },
      "message": "[media] v4l: add support for selection api\n\nThis patch introduces new api for a precise control of cropping and composing\nfeatures for video devices. The new ioctls are VIDIOC_S_SELECTION and\nVIDIOC_G_SELECTION.\n\nSigned-off-by: Tomasz Stanislawski \u003ct.stanislaws@samsung.com\u003e\nSigned-off-by: Kyungmin Park \u003ckyungmin.park@samsung.com\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "6c06108be53ca5e94d8b0e93883d534dd9079646",
      "tree": "2b2902e6b1c0d91f4fedd804af47ff33dbae42e1",
      "parents": [
        "e82db75d06ac331ae39b07f57539df3c51d19b94"
      ],
      "author": {
        "name": "Dan Carpenter",
        "email": "dan.carpenter@oracle.com",
        "time": "Thu Jan 05 02:27:57 2012 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Sat Jan 07 11:47:22 2012 -0200"
      },
      "message": "[media] V4L/DVB: v4l2-ioctl: integer overflow in video_usercopy()\n\nIf ctrls-\u003ecount is too high the multiplication could overflow and\narray_size would be lower than expected.  Mauro and Hans Verkuil\nsuggested that we cap it at 1024.  That comes from the maximum\nnumber of controls with lots of room for expantion.\n\n$ grep V4L2_CID include/linux/videodev2.h | wc -l\n211\n\nCc: stable \u003cstable@vger.kernel.org\u003e\nSigned-off-by: Dan Carpenter \u003cdan.carpenter@oracle.com\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "fe3449a4aa4e62404cc1c57c945fd56152b2f877",
      "tree": "541677813e2b6ad1bd284732f07d16dde2106db6",
      "parents": [
        "b35009a9a7e44fd009717b6e3f29e7043dfb29ca"
      ],
      "author": {
        "name": "Theodore Kilgore",
        "email": "kilgota@banach.math.auburn.edu",
        "time": "Tue Dec 13 18:09:15 2011 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Fri Jan 06 10:39:45 2012 -0200"
      },
      "message": "[media] gspca: Add jl2005bcd sub driver\n\nWritten by Theodore Kilgore\n\nWith minor changes by Hans de Goede:\n-Code style fixes\n-Correct the verbose level on various PDEBUG messages\n-Make error messages use pr_err instead of PDEBUG\n-Document the jl20 pixel format\n\nSigned-off-by: Theodore Kilgore \u003ckilgota@auburn.edu\u003e\nSigned-off-by: Hans de Goede \u003chdegoede@redhat.com\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "cc1d327232759647ea56725eab1c6b16c92d52fa",
      "tree": "c929516390d3aade90f4a87f29ceaa05be47aa6a",
      "parents": [
        "b4d48c942c17ce3d3a330ad91e109e522bc97378"
      ],
      "author": {
        "name": "Sylwester Nawrocki",
        "email": "s.nawrocki@samsung.com",
        "time": "Mon Nov 14 08:48:18 2011 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Fri Dec 30 14:05:08 2011 -0200"
      },
      "message": "[media] v4l: Add new alpha component control\n\nThe V4L2_CID_ALPHA_COMPONENT control is intended for the video capture\nor memory-to-memory devices that are capable of setting up the per-pixel\nalpha component to some arbitrary value. It allows to set the alpha\ncomponent for all pixels to an arbitrary value.\n\nSigned-off-by: Sylwester Nawrocki \u003cs.nawrocki@samsung.com\u003e\nSigned-off-by: Kyungmin Park \u003ckyungmin.park@samsung.com\u003e\nAcked-by: Laurent Pinchart \u003claurent.pinchart@ideasonboard.com\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "a597fa78d374c57dcf9a9bac02472a530cd7e60a",
      "tree": "35c9a7794e3473fc33f4e4eaf7f9a6afef0d678e",
      "parents": [
        "fa5034c667c224be48db31a0d043dba305e8e7a8"
      ],
      "author": {
        "name": "Laurent Pinchart",
        "email": "laurent.pinchart@ideasonboard.com",
        "time": "Fri Jun 10 12:23:30 2011 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Tue Dec 20 09:32:48 2011 -0200"
      },
      "message": "[media] v4l: Add over-current and indicator flash fault bits\n\nFlash controllers can report over-current and indicator fault\nconditions. Define flash fault control bits for them.\n\nSigned-off-by: Laurent Pinchart \u003claurent.pinchart@ideasonboard.com\u003e\nAcked-by: Andy Shevchenko \u003candriy.shevchenko@linux.intel.com\u003e\nAcked-by: Sakari Ailus \u003csakari.ailus@maxwell.research.nokia.com\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "0b9eabd77f4867232a9ac6ca54fa39607b0c9bc7",
      "tree": "f5d5eee2d1319eea670337d2f0860a24ef461e63",
      "parents": [
        "fb21c2f42879c05c76ea9e249b6905fc729f8529"
      ],
      "author": {
        "name": "Laurent Pinchart",
        "email": "laurent.pinchart@ideasonboard.com",
        "time": "Tue Dec 13 14:02:27 2011 +0100"
      },
      "committer": {
        "name": "Florian Tobias Schandinat",
        "email": "FlorianSchandinat@gmx.de",
        "time": "Mon Dec 19 20:07:13 2011 +0000"
      },
      "message": "v4l: Add V4L2_PIX_FMT_NV24 and V4L2_PIX_FMT_NV42 formats\n\nNV24 and NV42 are planar YCbCr 4:4:4 and YCrCb 4:4:4 formats with a\nluma plane followed by an interleaved chroma plane.\n\nSigned-off-by: Laurent Pinchart \u003claurent.pinchart@ideasonboard.com\u003e\nAcked-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\nSigned-off-by: Florian Tobias Schandinat \u003cFlorianSchandinat@gmx.de\u003e\n"
    },
    {
      "commit": "d26a6635b24210791cf4b71fd861738270c8cc3c",
      "tree": "2f5a40c24c58a456bf6882b372f8d7620cb9d9b0",
      "parents": [
        "2e56d933fd967a72d5ee4250e1cb6f9de29d936f"
      ],
      "author": {
        "name": "Sylwester Nawrocki",
        "email": "s.nawrocki@samsung.com",
        "time": "Sun Sep 04 19:08:54 2011 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Thu Nov 03 18:29:09 2011 -0200"
      },
      "message": "[media] v4l: Add AUTO option for the V4L2_CID_POWER_LINE_FREQUENCY control\n\nV4L2_CID_POWER_LINE_FREQUENCY control allows applications to instruct\na driver what is the power line frequency so an appropriate filter\ncan be used by the device to cancel flicker by compensating the light\nintensity ripple. Currently in the menu we have entries for 50 Hz and\n60 Hz and for entirely disabling the anti-flicker filter.\nHowever some devices are capable of automatically detecting the\nfrequency, so add V4L2_CID_POWER_LINE_FREQUENCY_AUTO entry for them.\n\nSigned-off-by: Sylwester Nawrocki \u003cs.nawrocki@samsung.com\u003e\nSigned-off-by: Kyungmin Park \u003ckyungmin.park@samsung.com\u003e\nAcked-by: Laurent Pinchart \u003claurent.pinchart@ideasonboard.com\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "09362ec25c3f42d00a4008d0622bfbca68e540f5",
      "tree": "8f9f27d2edad2647df00db89a70d180398b45bc9",
      "parents": [
        "0934d94a52423fac35922c2e29d72a43db7ddd48"
      ],
      "author": {
        "name": "Guennadi Liakhovetski",
        "email": "g.liakhovetski@gmx.de",
        "time": "Wed Sep 07 18:07:23 2011 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Thu Nov 03 18:28:57 2011 -0200"
      },
      "message": "[media] V4L: docbook documentation for struct v4l2_create_buffers\n\nSigned-off-by: Guennadi Liakhovetski \u003cg.liakhovetski@gmx.de\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "2150158b31a3290cc883cf6dea4f5d6803b6b811",
      "tree": "1c06a0fa4688a14df0ed9a630656d7188fb4420a",
      "parents": [
        "ebc087d0905c41d7fe450866eb1afd1f661cba76"
      ],
      "author": {
        "name": "Guennadi Liakhovetski",
        "email": "g.liakhovetski@gmx.de",
        "time": "Wed Sep 28 11:34:06 2011 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Thu Nov 03 18:28:24 2011 -0200"
      },
      "message": "[media] V4L: add two new ioctl()s for multi-size videobuffer management\n\nA possibility to preallocate and initialise buffers of different sizes\nin V4L2 is required for an efficient implementation of a snapshot\nmode. This patch adds two new ioctl()s: VIDIOC_CREATE_BUFS and\nVIDIOC_PREPARE_BUF and defines respective data structures.\n\nSigned-off-by: Guennadi Liakhovetski \u003cg.liakhovetski@gmx.de\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "8d6c0b216fd9a7f4b34aca6bd822756b9ef5690b",
      "tree": "c763effd6255c51491ad23b41fd4cc8a774e864f",
      "parents": [
        "a5abdb6044f558bd5da24f122d7d622f887562c7"
      ],
      "author": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Tue Oct 04 16:33:14 2011 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Sat Oct 08 08:01:06 2011 -0300"
      },
      "message": "[media] videodev2: Reorganize standard macros and add a few more macros\n\nReorganize the standards macro and add a few more, that will be\nused on msp3400 in order to allow it to detect the audio standard.\n\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "74a45790861f659058e8f8b565d98e5a1fdd8440",
      "tree": "753280699fda90996de8006469046876124bea0e",
      "parents": [
        "b57ce4179b502b3f481f7632da20aae3e488e31a"
      ],
      "author": {
        "name": "Hans Verkuil",
        "email": "hans.verkuil@cisco.com",
        "time": "Fri Aug 26 07:31:13 2011 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Wed Sep 21 09:52:21 2011 -0300"
      },
      "message": "[media] videodev2.h: add V4L2_CTRL_FLAG_VOLATILE\n\nAdd a new VOLATILE control flag that is set for volatile controls.\nThat way applications know whether the value of the control is volatile\n(i.e. can change continuously) or not.\n\nUntil now this was an internal property, but it is useful to know in\nuserspace as well.\n\nA typical use case is the gain value when autogain is on. In that case the\nhardware will continuously adjust the gain based various environmental\nfactors.\n\nThis patch just adds and documents the flag, it\u0027s not yet used.\n\nSigned-off-by: Hans Verkuil \u003chans.verkuil@cisco.com\u003e\nAcked-by: Hans de Goede \u003chdegoede@redhat.com\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "eab00a0da292fa7118aaf20da78e834866de00ae",
      "tree": "7e5be2825c3859c39114050a731d97c51d546e48",
      "parents": [
        "c9f88aa976b79a26561fb7754a1e0e00ff7626fe"
      ],
      "author": {
        "name": "Sakari Ailus",
        "email": "sakari.ailus@iki.fi",
        "time": "Mon Jul 18 08:40:03 2011 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Mon Aug 29 12:37:15 2011 -0300"
      },
      "message": "[media] v4l: events: Define V4L2_EVENT_FRAME_SYNC\n\nDefine a frame sync event to tell user space when the reception of a frame\nstarts.\n\nSigned-off-by: Sakari Ailus \u003csakari.ailus@iki.fi\u003e\nAcked-by: Laurent Pinchart \u003claurent.pinchart@ideasonboard.com\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "e65e4f134db36c70f13e9703d8e253e6b196ca47",
      "tree": "eea3b847710e3fea27d6484aa6176f4812a30815",
      "parents": [
        "4fa64dae8c55ea9d3be4eb5f23ad0c9a60fa6d95"
      ],
      "author": {
        "name": "Kamil Debski",
        "email": "k.debski@samsung.com",
        "time": "Tue Jun 14 10:31:04 2011 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Wed Jul 27 17:55:40 2011 -0300"
      },
      "message": "[media] v4l: add control definitions for codec devices\n\nAdd control definitions and documentation for controls\nspecific to codec devices.\n\nSigned-off-by: Kamil Debski \u003ck.debski@samsung.com\u003e\nSigned-off-by: Kyungmin Park \u003ckyungmin.park@samsung.com\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "4fa64dae8c55ea9d3be4eb5f23ad0c9a60fa6d95",
      "tree": "fff70142edbe08004cd2d1ddb741de56a2004d02",
      "parents": [
        "0f4272188dd1c815d9d7f05d593474a67da76594"
      ],
      "author": {
        "name": "Kamil Debski",
        "email": "k.debski@samsung.com",
        "time": "Mon Jul 04 13:25:50 2011 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Wed Jul 27 17:55:39 2011 -0300"
      },
      "message": "[media] v4l: add fourcc definitions for compressed formats\n\nAdd fourcc definitions and documentation for the following\ncompressed formats: H264, H264 without start codes,\nMPEG1/2/4 ES, XVID, VC1 Annex G and Annex L compliant.\n\nSigned-off-by: Kamil Debski \u003ck.debski@samsung.com\u003e\nSigned-off-by: Kyungmin Park \u003ckyungmin.park@samsung.com\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "0b159acdd577dfd961ad14177c23e97d3ad33009",
      "tree": "d64a23e926dc056efb619a1f34364d12643c5138",
      "parents": [
        "aec67f054205da77f83ba52f83239225d6cbe366"
      ],
      "author": {
        "name": "Sakari Ailus",
        "email": "sakari.ailus@iki.fi",
        "time": "Mon Mar 21 12:52:51 2011 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Wed Jul 27 17:55:39 2011 -0300"
      },
      "message": "[media] v4l: Add a class and a set of controls for flash devices\n\nAdd a control class and a set of controls to support LED and Xenon flash\ndevices. An example of such a device is the adp1653.\n\nSigned-off-by: Sakari Ailus \u003csakari.ailus@iki.fi\u003e\nAcked-by: Laurent Pinchart \u003claurent.pinchart@ideasonboard.com\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "fa4d7096d1fb7c012ebaacefee132007a21e0965",
      "tree": "b33643476d3df4c675b7edaada6a0f35d3837272",
      "parents": [
        "1de5be5e91ee10d8f42be2aebc1cede718b48d50"
      ],
      "author": {
        "name": "Hans Verkuil",
        "email": "hans.verkuil@cisco.com",
        "time": "Mon May 23 04:07:05 2011 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Wed Jul 27 17:55:38 2011 -0300"
      },
      "message": "[media] v4l2-ctrls: add new bitmask control type\n\nSigned-off-by: Hans Verkuil \u003chans.verkuil@cisco.com\u003e\nReviewed-by: Laurent Pinchart \u003claurent.pinchart@ideasonboard.com\u003e\nAcked-by: Sakari Ailus \u003csakari.ailus@iki.fi\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "21144ea601f1fea37c7add15a099affec7c08425",
      "tree": "7b795e665feb87bf1d83ac674c074ebc58573a6b",
      "parents": [
        "0fdee88e54f0b8bd737810517ba70bde5fd7a70c"
      ],
      "author": {
        "name": "Hans de Goede",
        "email": "hdegoede@redhat.com",
        "time": "Sun Jun 05 08:32:27 2011 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Wed Jul 27 17:53:39 2011 -0300"
      },
      "message": "[media] videodev2.h Add SE401 compressed RGB format\n\nSigned-off-by: Hans de Goede \u003chdegoede@redhat.com\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "60c0732244164f14e376cfae493dba368f761514",
      "tree": "104e04777d3239dabb1c4dba20ec17a7b1089c86",
      "parents": [
        "3ad57c33846d884cfeed770238b27f3dcf3742f1"
      ],
      "author": {
        "name": "Hans Verkuil",
        "email": "hans.verkuil@cisco.com",
        "time": "Wed Jun 29 08:56:22 2011 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Wed Jul 27 17:53:34 2011 -0300"
      },
      "message": "[media] v4l2-ctrls.c: add support for V4L2_EVENT_SUB_FL_ALLOW_FEEDBACK\n\nNormally no control events will go to the filehandle that called the\nVIDIOC_S_CTRL/VIDIOC_S_EXT_CTRLS ioctls. This is to prevent a feedback\nloop.\n\nThis can now be overridden by setting the new V4L2_EVENT_SUB_FL_ALLOW_FEEDBACK\nflag.\n\nBased on suggestions from Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e and\nLaurent Pinchart \u003claurent.pinchart@ideasonboard.com\u003e.\n\nSigned-off-by: Hans Verkuil \u003chans.verkuil@cisco.com\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "6e239399e5807132f86f64af6c659411c6a3d1a5",
      "tree": "eeb564a25341111f1c7d6e92137e910c4e4d37f3",
      "parents": [
        "ab892bac8438c5c2ff09a60d765d9b0c14941ba9"
      ],
      "author": {
        "name": "Hans Verkuil",
        "email": "hans.verkuil@cisco.com",
        "time": "Tue Jun 07 11:13:44 2011 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Wed Jul 27 17:53:20 2011 -0300"
      },
      "message": "[media] v4l2-ctrls: add control events\n\nWhenever a control changes value or state an event is sent to anyone\nthat subscribed to it.\n\nThis functionality is useful for control panels but also for applications\nthat need to wait for (usually status) controls to change value.\n\nSigned-off-by: Hans Verkuil \u003chans.verkuil@cisco.com\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "0e59fd0592430cee4595c600427899a3404861e7",
      "tree": "8c5ecbab4e4548b329f12ae32080133247aa1d02",
      "parents": [
        "7296944759c41001122fc95110468a1a572352cd"
      ],
      "author": {
        "name": "Hans de Goede",
        "email": "hdegoede@redhat.com",
        "time": "Wed May 11 09:56:20 2011 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Fri May 20 12:17:35 2011 -0300"
      },
      "message": "[media] v4l: Add M420 format definition\n\nM420 is a hybrid YUV 4:2:0 packet/planar format. Two Y lines are\nfollowed by an interleaved U/V line.\n\nSigned-off-by: Hans de Goede \u003chdegoede@redhat.com\u003e\n[laurent.pinchart@ideasonboard.com: split into v4l/uvcvideo patches]\n[laurent.pinchart@ideasonboard.com: add documentation]\nSigned-off-by: Laurent Pinchart \u003claurent.pinchart@ideasonboard.com\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "8bb36c2139f7bcea32a78472272f1d0de3b00f7b",
      "tree": "7899e6e19978e5d36ccf528d5091aaeb5785fdec",
      "parents": [
        "da75191b43c9078c4a2b8f656872c10e9b3fbe64"
      ],
      "author": {
        "name": "Antonio Ospite",
        "email": "ospite@studenti.unina.it",
        "time": "Thu Apr 07 12:45:51 2011 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Fri May 20 09:27:26 2011 -0300"
      },
      "message": "[media] Add Y10B, a 10 bpp bit-packed greyscale format\n\nAdd a 10 bits per pixel greyscale format in a bit-packed array representation,\nnaming it Y10B. Such pixel format is supplied for instance by the Kinect\nsensor device.\n\nSigned-off-by: Antonio Ospite \u003cospite@studenti.unina.it\u003e\nSigned-off-by: Jean-François Moine \u003cmoinejf@free.fr\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "d924de09cac6e18bdfbe9461a2ab2adeb36e77b0",
      "tree": "4f82c1965937f5549324a889482bf43570e121af",
      "parents": [
        "5a3ddcde35ecadd92d3390552d153f906b120175"
      ],
      "author": {
        "name": "Michael Jones",
        "email": "michael.jones@matrix-vision.de",
        "time": "Tue Mar 29 05:19:06 2011 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Tue Apr 19 11:20:56 2011 -0300"
      },
      "message": "[media] v4l: add V4L2_PIX_FMT_Y12 format\n\nY12 is a grey-scale format with a depth of 12 bits per pixel stored in\n16-bit words.\n\nSigned-off-by: Michael Jones \u003cmichael.jones@matrix-vision.de\u003e\nAcked-by: Laurent Pinchart \u003claurent.pinchart@ideasonboard.com\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "ce5b2acce60405b938d1f1f994024cde4e2cdd7e",
      "tree": "14ce6f56e6aece2fa18547e5ca21862b609213e2",
      "parents": [
        "59929cefa5f573178df3c4abfb36d55f7b33f214"
      ],
      "author": {
        "name": "Jean-François Moine",
        "email": "moinejf@free.fr",
        "time": "Mon Mar 14 08:49:28 2011 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Tue Mar 22 04:54:51 2011 -0300"
      },
      "message": "[media] gspca - nw80x: New subdriver for Divio based webcams\n\n[mchehab@redhat.com: Fix a few CodingStyle issues]\nTested-by: Kjell Claesson \u003ckjell.claesson@epost.tidanet.se\u003e\nTested-by: Hans de Goede \u003chdegoede@redhat.com\u003e\nSigned-off-by: Jean-François Moine \u003cmoinejf@free.fr\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "39187e177dc6372a967aa17a49a79189dc4fa8de",
      "tree": "e2d44bc3d0e8883a2512016747b5a78ed65720e7",
      "parents": [
        "7140c55738561907a1f66abf533d6358bf69ed9f"
      ],
      "author": {
        "name": "Laurent Pinchart",
        "email": "laurent.pinchart@ideasonboard.com",
        "time": "Thu Dec 23 11:14:50 2010 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Tue Mar 22 04:53:38 2011 -0300"
      },
      "message": "[media] v4l: Add 12 bits bayer pixel formats\n\nAdd FCCs for the following pixel formats:\n\n- V4L2_PIX_FMT_SBGGR12\n- V4L2_PIX_FMT_SGBRG12\n- V4L2_PIX_FMT_SGRBG12\n- V4L2_PIX_FMT_SRGGB12\n\nSigned-off-by: Laurent Pinchart \u003claurent.pinchart@ideasonboard.com\u003e\nAcked-by: Hans Verkuil \u003chverkuil@xs4all.nl\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "7ee40aadabd59b6cab60835f0ef9cdbe385df438",
      "tree": "61e8856b6c2d159f489ec0147bedb190ac951fcf",
      "parents": [
        "dae86ccbc3c185aebfc396e8e668aa3d73d748d8"
      ],
      "author": {
        "name": "Hans Verkuil",
        "email": "hverkuil@xs4all.nl",
        "time": "Sat Feb 05 10:10:38 2011 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Mon Mar 21 20:32:12 2011 -0300"
      },
      "message": "[media] v4l: removal of old, obsolete ioctls\n\nSome ioctl\u0027s were defined wrong on 2.6.2 and 2.6.6, using the wrong\ntype of R/W arguments. They were fixed, but the old ioctl names are\nstill there, maintained to avoid breaking binary compatibility:\n\nThere\u0027s no sense on preserving those forever, as it is very doubtful\nthat someone would try to use a such old binary with a modern kernel.\nRemoving them will allow us to remove some magic done at the V4L ioctl\nhandler.\n\nNote that any application compiled with a videodev2.h from 2.6.7 or later\nwill be using the correct ioctls.\n\nSigned-off-by: Hans Verkuil \u003chverkuil@xs4all.nl\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "4a3c9b4f0df43207eb0b4d0da9cb51e185506bd5",
      "tree": "47c72cd0acb635826212d35bf6d43654dc0d9714",
      "parents": [
        "d80ee38cd845baadef175893b99df24e7a03ec40"
      ],
      "author": {
        "name": "Sylwester Nawrocki",
        "email": "s.nawrocki@samsung.com",
        "time": "Tue Dec 28 12:32:39 2010 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Mon Mar 21 20:31:35 2011 -0300"
      },
      "message": "[media] v4l: Add multiplanar format fourccs for s5p-fimc driver\n\nAdd definitions for format with color planes non-contiguous\nin physical memory. These formats apply only if the V4L2 multiplane\nextension is used.\n\nV4L2_PIX_FMT_NV12M   - 2-plane Y/CbCr\nV4L2_PIX_FMT_NV12MT  - 2-plane Y/CbCr tiled (64x32 pixel macroblocks)\nV4L2_PIX_FMT_YUV420M - 3-plane Y/Cb/Cr\n\nSigned-off-by: Sylwester Nawrocki \u003cs.nawrocki@samsung.com\u003e\nSigned-off-by: Kyungmin Park \u003ckyungmin.park@samsung.com\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "f8f3914cf922f5f9e1d60e9e10f6fb92742907ad",
      "tree": "41441ca44b6dc88a18a1886935aa83b2f9ac30b4",
      "parents": [
        "4ec02ea0d88d811f61e2c7765418eff770936871"
      ],
      "author": {
        "name": "Pawel Osciak",
        "email": "p.osciak@samsung.com",
        "time": "Thu Jul 29 14:44:25 2010 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Mon Mar 21 20:31:33 2011 -0300"
      },
      "message": "[media] v4l: Add multi-planar API definitions to the V4L2 API\n\nMulti-planar API is as a backwards-compatible extension of the V4L2 API,\nwhich allows video buffers to consist of one or more planes. Planes are\nseparate memory buffers; each has its own mapping, backed by usually\nseparate physical memory buffers.\n\nMany different uses for the multi-planar API are possible, examples\ninclude:\n- embedded devices requiring video components to be placed in physically\nseparate buffers, e.g. for Samsung S3C/S5P SoC series\u0027 video codec,\nY and interleaved Cb/Cr components reside in buffers in different\nmemory banks;\n- applications may receive (or choose to store) video data of one video\nbuffer in separate memory buffers; such data would have to be temporarily\ncopied together into one buffer before passing it to a V4L2 device;\n- applications or drivers may want to pass metadata related to a buffer and\nit may not be possible to place it in the same buffer, together with video\ndata.\n\n[mchehab@redhat.com: CodingStyle fixes]\nSigned-off-by: Pawel Osciak \u003cp.osciak@samsung.com\u003e\nSigned-off-by: Kyungmin Park \u003ckyungmin.park@samsung.com\u003e\nReviewed-by: Marek Szyprowski \u003cm.szyprowski@samsung.com\u003e\nSigned-off-by: Marek Szyprowski \u003cm.szyprowski@samsung.com\u003e\nReviewed-by: Hans Verkuil \u003chverkuil@xs4all.nl\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "44a81550410ada5b30f0a611d9446dc9cbf4cb59",
      "tree": "a2292fd1c5ba3045b9178f97121c23b4094bb03f",
      "parents": [
        "352a587ccdd4690b4465e29fef91942d8c94826d"
      ],
      "author": {
        "name": "Matti Aaltonen",
        "email": "matti.j.aaltonen@nokia.com",
        "time": "Thu Oct 07 10:16:11 2010 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Thu Oct 21 07:55:58 2010 -0200"
      },
      "message": "[media] V4L2: Add seek spacing and RDS CAP bits\n\nAdd spacing field to v4l2_hw_freq_seek.\n\nAdd V4L2_TUNER_CAP_RDS_BLOCK_IO, which indicates that the tuner/\ntransmitter if capable of transmitting/receiving RDS blocks.\n\nAdd V4L2_TUNER_CAP_RDS_CONTROLS capability, which indicates that the\nRDS data is handled as values of predefined controls like radio text,\nprogram ID and so on.\n\nSigned-off-by: Matti J. Aaltonen \u003cmatti.j.aaltonen@nokia.com\u003e\nAcked-by: Hans Verkuil \u003chverkuil@xs4all.nl\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "3fd8e647eaa76a1eb5bdd0fcecf49364a089b71d",
      "tree": "262fec3628c13f004a49477fc19cc1ff20c12521",
      "parents": [
        "e3cfd447d01cf723ccda0ad6bfa2e85b73d3d747"
      ],
      "author": {
        "name": "Hans Verkuil",
        "email": "hverkuil@xs4all.nl",
        "time": "Thu Sep 30 09:29:37 2010 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Thu Oct 21 01:06:19 2010 -0200"
      },
      "message": "V4L/DVB: v4l2-common: Move v4l2_find_nearest_format from videodev2.h to v4l2-common.h\n\nThis function is an internal API and belongs in v4l2-common.h, not\nvideodev.h. The return pointer and probe argument should be const as well.\n\nSigned-off-by: Hans Verkuil \u003chverkuil@xs4all.nl\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "79c6ff93c74e793ccceb464ee3698478c812ce79",
      "tree": "9750ba1a7d14619e8e74449513af0a31ccf8c803",
      "parents": [
        "45f4d4e8799ff1d7ef72747203935f1f2533743d"
      ],
      "author": {
        "name": "Guennadi Liakhovetski",
        "email": "g.liakhovetski@gmx.de",
        "time": "Fri Aug 27 13:41:44 2010 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Thu Oct 21 01:06:18 2010 -0200"
      },
      "message": "V4L/DVB: V4L2: add a generic function to find the nearest discrete format to the required one\n\nMany video drivers implement a fixed set of frame formats and thus face a task\nof finding the best match for a user-requested format. Implementing this in a\ngeneric function has also an advantage, that different drivers with similar\nsupported format sets will select the same format for the user, which improves\nconsistency across drivers.\n\nSigned-off-by: Guennadi Liakhovetski \u003cg.liakhovetski@gmx.de\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "008d35f2f5256751a18f1f4aea79e3caf140098d",
      "tree": "db88373c477e246846349e5ac6b79050edf6c28e",
      "parents": [
        "2a3b501ffd28b2be355f558479543028ccdead48"
      ],
      "author": {
        "name": "Jean-François Moine",
        "email": "moinejf@free.fr",
        "time": "Mon Sep 13 07:04:49 2010 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Thu Oct 21 01:05:54 2010 -0200"
      },
      "message": "V4L/DVB: v4l2: Add illuminator controls\n\nSome media devices (microscopes) may have one or many illuminators.\nThis patch makes them controlable by the applications.\n\nAcked-by: Hans Verkuil \u003chverkuil@xs4all.nl\u003e\nAcked-by: Andy Walls \u003cawalls@md.metrocast.net\u003e\nSigned-off-by: Jean-François Moine \u003cmoinejf@free.fr\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "b517af722860dcf9878754217575137be35ea0cc",
      "tree": "c9ae1b01d7df221f640fb72d91b01c916522cbfe",
      "parents": [
        "1fddcf0e8b3b6e6405b051da0a6faa93ea7af5cf"
      ],
      "author": {
        "name": "Hans de Goede",
        "email": "hdegoede@redhat.com",
        "time": "Sun Sep 05 16:30:30 2010 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Thu Oct 21 01:04:46 2010 -0200"
      },
      "message": "V4L/DVB: gspca_konica: New gspca subdriver for konica chipset using cams\n\nThis new driver replaces the (known to not work / crash) usbvideo konicawc\ndriver.\n\nSigned-off-by: Hans de Goede \u003chdegoede@redhat.com\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "1f33de0f8b91b70ccadb44958f09aa5bee7c1a44",
      "tree": "3af617c6e9672536c153f9674c4eb6095784155b",
      "parents": [
        "f1edeea6c2ec6f2a1362fe53b2f4e8b1c50c4216"
      ],
      "author": {
        "name": "Hans de Goede",
        "email": "hdegoede@redhat.com",
        "time": "Sun Sep 05 16:05:22 2010 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Thu Oct 21 01:04:44 2010 -0200"
      },
      "message": "V4L/DVB: gspca_xirlink_cit: New gspca subdriver replacing v4l1 usbvideo/ibmcam.c\n\nThe old usbvideo ibmcam driver needs to be replaced with a v4l2 driver\npreferably using the gspca webcam framework rather then the old usbvideo\nframework.\n\nThis new gspca sub driver sets a first step in that direction. The ibmcam\ndriver supports 4 different model webcams. This new driver (for now) only\nsupports Model 3 cameras, as my test cam is a Model 3 cam, or so I thought.\n\nUpon reading:\nhttp://www.linux-usb.org/ibmcam/\nI learned that the IBM Netcamera Pro I have even though having the same\nusb id and the same bcd version is different from the Model 3 cameras\nsupported by the ibmcam driver. So this new gscpa subdriver supports Model 3\ncameras (untested), and the IBM Netcamera Pro. Currently use with the\nIBM Netcamera Pro requires a module parameter. I hope to be able to\nautodetect which is which in the future.\n\nSigned-off-by: Hans de Goede \u003chdegoede@redhat.com\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "5fd8f7388c9a8601c2dbe0da458df602fe427e83",
      "tree": "ea4e3a6b6ea3639370d0e2905cdd76412c0b08c5",
      "parents": [
        "70092c26dcfcdcc463e157c103ec4c9d2d49de67"
      ],
      "author": {
        "name": "Sylwester Nawrocki",
        "email": "s.nawrocki@samsung.com",
        "time": "Tue Aug 03 09:50:29 2010 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Sun Aug 08 23:43:01 2010 -0300"
      },
      "message": "V4L/DVB: v4l: Add driver for Samsung S5P SoC video postprocessor\n\nThis driver exports a video device node per each camera interface/\nvideo postprocessor (FIMC) device contained in Samsung S5P SoC series.\nThe driver is based on v4l2-mem2mem framework.\n\nSigned-off-by: Sylwester Nawrocki \u003cs.nawrocki@samsung.com\u003e\nSigned-off-by: Kyungmin Park \u003ckyungmin.park@samsung.com\u003e\nSigned-off-by: Pawel Osciak \u003cp.osciak@samsung.com\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "bc0f7f19ab9ba5c7ec648b400d1360b525fa1a3a",
      "tree": "d574a05efcfa88bc4ee1a5f066a656acfee2faf8",
      "parents": [
        "7ded150f573d0ce26ac96fd4c214eee7984ad339"
      ],
      "author": {
        "name": "Pawel Osciak",
        "email": "p.osciak@samsung.com",
        "time": "Wed Apr 28 04:05:21 2010 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Wed May 19 12:58:37 2010 -0300"
      },
      "message": "V4L/DVB: Add a new ERROR flag for DQBUF after recoverable streaming errors\n\nThis flag is intended to indicate streaming errors, which might have\nresulted in corrupted video data in the buffer, but the buffer can still\nbe reused and streaming may continue.\n\nSetting this flag and returning 0 is different from returning EIO. The\nlatter should now indicate more serious (unrecoverable) errors.\n\nThis patch also solves a problem with the ioctl handling code in\nvl42-ioctl.c, which does not copy buffer identification data back to the\nuserspace when EIO is returned, so there is no way for applications\nto discover on which buffer the operation failed in such cases.\n\nSigned-off-by: Pawel Osciak \u003cp.osciak@samsung.com\u003e\nSigned-off-by: Kyungmin Park \u003ckyungmin.park@samsung.com\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "1bcaf4bd53872e70c4fceec6bbb76044325f337f",
      "tree": "ec4325572702805d33e91be10a7d38e65b2067b3",
      "parents": [
        "dd96608369be9d3cfc604eaa3a53a2d38f1cb415"
      ],
      "author": {
        "name": "Hans Verkuil",
        "email": "hverkuil@xs4all.nl",
        "time": "Sat Mar 27 14:09:52 2010 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Wed May 19 12:58:08 2010 -0300"
      },
      "message": "V4L/DVB: v4l: add VSYNC and EOS events for use with ivtv\n\nSigned-off-by: Hans Verkuil \u003chverkuil@xs4all.nl\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "fda1021477b390506ebed0225eaa6d31a903e2b7",
      "tree": "ad76ba0cf4346ba917a6020aaa10852f15b8f467",
      "parents": [
        "6cd84b78edc6f35b01603f85d8769cbb6c568306"
      ],
      "author": {
        "name": "Sakari Ailus",
        "email": "sakari.ailus@maxwell.research.nokia.com",
        "time": "Wed Feb 24 19:19:05 2010 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Wed May 19 12:58:06 2010 -0300"
      },
      "message": "V4L/DVB: V4L: Events: Add new ioctls for events\n\nThis patch adds a set of new ioctls to the V4L2 API. The ioctls conform to\nV4L2 Events RFC version 2.3:\n\n\u003cURL:http://www.spinics.net/lists/linux-media/msg12033.html\u003e\n\nSigned-off-by: Sakari Ailus \u003csakari.ailus@maxwell.research.nokia.com\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "35e6aa9fc38fb7f47f39711e52cb0f58fbf4441c",
      "tree": "ba420ac455a5a3937f631db24aac429dcbe9fa22",
      "parents": [
        "aec11e5d495a6c9b10ded81dde5b0e42b0875541"
      ],
      "author": {
        "name": "Xiaolin Zhang",
        "email": "xiaolin.zhang@intel.com",
        "time": "Sun Apr 18 23:06:50 2010 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Wed May 19 12:58:03 2010 -0300"
      },
      "message": "V4L/DVB: core: add support for more color effects\n\nAdd support for more color effects (negative, sketch, emboss, etc) by\nextending the  v4l2_colorfx enum items.\n\nSigned-off-by: Xiaolin Zhang \u003cxiaolin.zhang@intel.com\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "ea64f8c2204cd8b9a95072c7ef85cc9a120a2693",
      "tree": "9c1bf22ddee14ec28fd78ae82fe95652944c4279",
      "parents": [
        "860553023bfed0179b3fe5d01838635f54a314a3"
      ],
      "author": {
        "name": "Hans Verkuil",
        "email": "hverkuil@xs4all.nl",
        "time": "Tue Apr 06 06:53:57 2010 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Wed May 19 12:57:06 2010 -0300"
      },
      "message": "V4L/DVB: videodev2.h: move definition of enum v4l2_ctrl_type to the other control types\n\nFor some reason the definition of enum v4l2_ctrl_type is far from the\nplace where it is actually needed. This makes it hard to work with this\nheader.\n\nMove it to just before struct v4l2_queryctrl, which is the one that\nactually uses it.\n\nSigned-off-by: Hans Verkuil \u003chverkuil@xs4all.nl\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "48213fe3f981d2cbccd926d6858fa9cf8617beed",
      "tree": "e0d7b046c576f5cf1914a0486194d8ac8ff4c730",
      "parents": [
        "f129b03ba272c86c42ad476684caa0d6109cb383"
      ],
      "author": {
        "name": "Laurent Pinchart",
        "email": "laurent.pinchart@ideasonboard.com",
        "time": "Wed Jan 20 12:12:57 2010 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Tue May 18 00:52:51 2010 -0300"
      },
      "message": "V4L/DVB: v4l: Add V4L2_CID_IRIS_ABSOLUTE and V4L2_CID_IRIS_RELATIVE controls\n\nThose control, as their names imply, control the camera aperture\nsettings.\n\nSigned-off-by: Laurent Pinchart \u003claurent.pinchart@ideasonboard.com\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "b3e212dcbddb10b44d472a5f4c23d5aa0b5876ca",
      "tree": "c2ce210a264b18450443dff06bdad3e24b3f4464",
      "parents": [
        "4bfdd58604ead4d49b29630ee8f72c99b7803b7d"
      ],
      "author": {
        "name": "Hans Verkuil",
        "email": "hverkuil@xs4all.nl",
        "time": "Mon Mar 22 04:52:21 2010 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Tue May 18 00:51:29 2010 -0300"
      },
      "message": "V4L/DVB: v4l: add V4L2_PIX_FMT_Y4 and V4L2_PIX_FMT_Y6 pixelformats\n\nOld 4 and 6 bit greyscale pixel formats for the old bw-qcam webcam.\nThis is needed to convert it to V4L2.\n\nSigned-off-by: Hans Verkuil \u003chverkuil@xs4all.nl\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "7a01f6dbc7abb85a6ec048dd45db92ef1b91fe78",
      "tree": "e851423ecb63c95e326f45707fce8852641379e9",
      "parents": [
        "fea551fae99c79f43e519cf53e35462ff5ce2a03"
      ],
      "author": {
        "name": "Devin Heitmueller",
        "email": "dheitmueller@kernellabs.com",
        "time": "Thu Mar 11 21:27:59 2010 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Tue May 18 00:50:16 2010 -0300"
      },
      "message": "V4L/DVB: videodev2: introduce a common control for chroma gain\n\nIntroduce a new control for modifying the chroma gain.  This allows for user\nintervention in abnormal signal conditions cases where the decoder\u0027s chroma\nAGC cannot compensate and the value needs to be adjusted manually.\n\nThis work was sponsored by EyeMagnet Limited.\n\nSigned-off-by: Devin Heitmueller \u003cdheitmueller@kernellabs.com\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "9701dc94a14e54a33c3c99744ec3a761f6385fc6",
      "tree": "108ba8e47fd309b34a8fddb85f43231a53b4c8ac",
      "parents": [
        "e40152ee1e1c7a63f4777791863215e3faa37a86"
      ],
      "author": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Mon Sep 14 09:42:41 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Tue May 18 00:39:25 2010 -0300"
      },
      "message": "V4L/DVB (12770): Add tm6000 driver to staging tree\n\nAdds a driver for Trident TV Master tm5600/tm6000 chips.\n\nThose USB devices are usually found with a Xceive xc2028/xc3028\ntuner, although the firmware seems to be modified to work with\nthose chips on some older devices.\n\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "54e8bc5d64a651e2fb8b2366637e6a7d920a4c70",
      "tree": "92333fdfaeb7c2a0261e2443dcce05ba4edffc0d",
      "parents": [
        "ed9885aa8145d0cd531ac53d1456a6b3d238150c"
      ],
      "author": {
        "name": "Hans de Goede",
        "email": "hdegoede@redhat.com",
        "time": "Thu Jan 14 09:37:18 2010 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Fri Feb 26 15:10:40 2010 -0300"
      },
      "message": "V4L/DVB (14003): gspca_cpai1: New gspca subdriver for CPIA CPiA version 1 cams\n\nThis new driver supports USB PIA CPiA version 1 cams, replacing the\nold v4l1 driver.\n\nSigned-off-by: Hans de Goede \u003chdegoede@redhat.com\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "5bdd00b93e368acc793748340c15cd2811fdd02b",
      "tree": "5cad69e63d5ccd9119129e25f204f67c35cf737d",
      "parents": [
        "70136081fc67ea77d849f86fa323e5773c8e40ea"
      ],
      "author": {
        "name": "Theodore Kilgore",
        "email": "kilgota@banach.math.auburn.edu",
        "time": "Fri Dec 25 05:16:32 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Fri Feb 26 15:10:39 2010 -0300"
      },
      "message": "V4L/DVB (13992): gspca_sn9c2028: New gspca subdriver\n\nNew gspca subdriver adding support for SN9C2028 dual-mode cameras.\n\nSigned-off-by: Theodore Kilgore \u003ckilgota@banach.math.auburn.edu\u003e\nSigned-off-by: Hans de Goede \u003chdegoede@redhat.com\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "ee81152ff007a94f90327809566a4b7ff771ffd3",
      "tree": "ed2bf2fcd36a26fce7146fb3805389baf5cd2868",
      "parents": [
        "6ed7c03884ee7c05ff880cafb46ae20915e22e3c"
      ],
      "author": {
        "name": "Guennadi Liakhovetski",
        "email": "g.liakhovetski@gmx.de",
        "time": "Fri Dec 11 11:15:06 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Wed Dec 16 09:27:16 2009 -0200"
      },
      "message": "V4L/DVB (13647): v4l: Add a 10-bit monochrome and missing 8- and 10-bit Bayer fourcc codes\n\nThe 16-bit monochrome fourcc code has been previously abused for a 10-bit\nformat, add a new 10-bit code instead. Also add missing 8- and 10-bit Bayer\nfourcc codes for completeness.\n\nSigned-off-by: Guennadi Liakhovetski \u003cg.liakhovetski@gmx.de\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "b6456c0cfe9d94e6d2bf684e6e6c031fc0b10031",
      "tree": "e5742dc96ec8b2a74708787e6cb4ceefcc3e2bac",
      "parents": [
        "20d15a200d34cfb7141fb4558895d7d5233db84b"
      ],
      "author": {
        "name": "Muralidharan Karicheri",
        "email": "m-karicheri2@ti.com",
        "time": "Thu Nov 19 12:00:31 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Wed Dec 16 00:18:03 2009 -0200"
      },
      "message": "V4L/DVB (13571): v4l: Adding Digital Video Timings APIs\n\nThis adds the above APIs to the v4l2 core. This is based on version v1.2\nof the RFC titled \"V4L - Support for video timings at the input/output interface\"\nFollowing new ioctls are added:-\n\n        - VIDIOC_ENUM_DV_PRESETS\n        - VIDIOC_S_DV_PRESET\n        - VIDIOC_G_DV_PRESET\n        - VIDIOC_QUERY_DV_PRESET\n        - VIDIOC_S_DV_TIMINGS\n        - VIDIOC_G_DV_TIMINGS\n\nPlease refer to the RFC for the details. This code was tested using vpfe\ncapture driver on TI\u0027s DM365. Following is the test configuration used :-\n\nBlu-Ray HD DVD source -\u003e TVP7002 -\u003e DM365 (VPFE) -\u003eDDR\n\nA draft version of the TVP7002 driver (currently being reviewed in the mailing\nlist) was used that supports V4L2_DV_1080I60 \u0026 V4L2_DV_720P60 presets.\n\nA loopback video capture application was used for testing these APIs. This calls\nfollowing IOCTLS :-\n\n -  verify the new v4l2_input capabilities flag added\n -  Enumerate available presets using VIDIOC_ENUM_DV_PRESETS\n -  Set one of the supported preset using VIDIOC_S_DV_PRESET\n -  Get current preset using VIDIOC_G_DV_PRESET\n -  Detect current preset using VIDIOC_QUERY_DV_PRESET\n -  Using stub functions in tvp7002, verify VIDIOC_S_DV_TIMINGS\n    and VIDIOC_G_DV_TIMINGS ioctls are received at the sub device.\n -  Tested on 64bit platform by Hans Verkuil\n\nSigned-off-by: Muralidharan Karicheri \u003cm-karicheri2@ti.com\u003e\nSigned-off-by: Hans Verkuil \u003chverkuil@xs4all.nl\u003e\nReviewed-by: Randy Dunlap \u003crandy.dunlap@oracle.com\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "3e7468313758913c5e4d372f35b271b96bad1298",
      "tree": "eb612d252a9e2349a1173451cd779beebd18a33e",
      "parents": [
        "6825fbc4cb219f2c98bb7d157915d797cf5cb823",
        "e97f4677961f68e29bd906022ebf60a6df7f530a"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Wed Dec 09 19:50:49 2009 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Wed Dec 09 19:50:49 2009 -0800"
      },
      "message": "Merge branch \u0027for_linus\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6\n\n* \u0027for_linus\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6: (345 commits)\n  V4L/DVB (13542): ir-keytable: Allow dynamic table change\n  V4L/DVB (13541): atbm8830: replace 64-bit division and floating point usage\n  V4L/DVB (13540): ir-common: Cleanup get key evdev code\n  V4L/DVB (13539): ir-common: add __func__ for debug messages\n  V4L/DVB (13538): ir-common: Use a dynamic keycode table\n  V4L/DVB (13537): ir: Prepare the code for dynamic keycode table allocation\n  V4L/DVB (13536): em28xx: Use the full RC5 code on HVR-950 Remote Controller\n  V4L/DVB (13535): ir-common: Add a hauppauge new table with the complete RC5 code\n  V4L/DVB (13534): ir-common: Remove some unused fields/structs\n  V4L/DVB (13533): ir: use dynamic tables, instead of static ones\n  V4L/DVB (13532): ir-common: Add infrastructure to use a dynamic keycode table\n  V4L/DVB (13531): ir-common: rename the debug routine to allow exporting it\n  V4L/DVB (13458): go7007: subdev conversion\n  V4L/DVB (13457): s2250: subdev conversion\n  V4L/DVB (13456): s2250: Change module structure\n  V4L/DVB (13528): em28xx: add support for em2800 VC211A card\n  em28xx: don\u0027t reduce scale to half size for em2800\n  em28xx: don\u0027t load audio modules when AC97 is mis-detected\n  em28xx: em2800 chips support max width of 640\n  V4L/DVB (13523): dvb-bt8xx: fix compile warning\n  ...\n\nFix up trivial conflicts due to spelling fixes from the trivial tree in\n\tDocumentation/video4linux/gspca.txt\n\tdrivers/media/video/cx18/cx18-mailbox.h\n"
    },
    {
      "commit": "d8008562379b927758ca08eded1508c68d9beb4e",
      "tree": "d392a92b0b225f0b275a441408bdde09f668bb6c",
      "parents": [
        "d73bfc5fe625f6962d0ced84066e201249f14e53"
      ],
      "author": {
        "name": "Vaibhav Hiremath",
        "email": "hvaibhav@ti.com",
        "time": "Tue Nov 10 13:46:36 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Sat Dec 05 18:42:04 2009 -0200"
      },
      "message": "V4L/DVB (13470): V4L2: Add Capability and Flag field for Chroma Key\n\nSigned-off-by: Vaibhav Hiremath \u003chvaibhav@ti.com\u003e\nSigned-off-by: Hans Verkuil \u003chverkuil@xs4all.nl\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "85213630731605503c8fd4df9bf06beefb2cc7c4",
      "tree": "928ca88cac320a569b2953364d78ae60ead3b9a4",
      "parents": [
        "1ead696b4c1b719eeae313618bca89e7b37c7d9b"
      ],
      "author": {
        "name": "Vaibhav Hiremath",
        "email": "hvaibhav@ti.com",
        "time": "Tue Nov 10 13:32:53 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Sat Dec 05 18:42:02 2009 -0200"
      },
      "message": "V4L/DVB (13467): V4L2: Added CID\u0027s V4L2_CID_ROTATE/BG_COLOR\n\nSigned-off-by: Vaibhav Hiremath \u003chvaibhav@ti.com\u003e\nSigned-off-by: Hans Verkuil \u003chverkuil@xs4all.nl\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "21f1b932dbcc5ed18444e6995aeb856e583804ae",
      "tree": "3a378aaf90c4937482b8fb1b06f902aa09c12ed0",
      "parents": [
        "73997870c64d604f521e85a57511f36a2dc22ed0"
      ],
      "author": {
        "name": "Hans de Goede",
        "email": "hdegoede@redhat.com",
        "time": "Fri Oct 23 06:50:12 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Sat Dec 05 18:40:47 2009 -0200"
      },
      "message": "V4L/DVB (13183): gspca: add stv0680 subdriver\n\nThis patch adds a new subdriver to gspca supporting cams with the stv0680\nbridge (replacing the old in kernel v4l1 driver).\n\nMany thanks to Hans Verkuil for providing me with one of the 2 cams used in\ntesting this new sub driver.\n\nSigned-off-by: Hans de Goede \u003chdegoede@redhat.com\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "af901ca181d92aac3a7dc265144a9081a86d8f39",
      "tree": "380054af22521144fbe1364c3bcd55ad24c9bde4",
      "parents": [
        "972b94ffb90ea6d20c589d9a47215df103388ddd"
      ],
      "author": {
        "name": "André Goddard Rosa",
        "email": "andre.goddard@gmail.com",
        "time": "Sat Nov 14 13:09:05 2009 -0200"
      },
      "committer": {
        "name": "Jiri Kosina",
        "email": "jkosina@suse.cz",
        "time": "Fri Dec 04 15:39:55 2009 +0100"
      },
      "message": "tree-wide: fix assorted typos all over the place\n\nThat is \"success\", \"unknown\", \"through\", \"performance\", \"[re|un]mapping\"\n, \"access\", \"default\", \"reasonable\", \"[con]currently\", \"temperature\"\n, \"channel\", \"[un]used\", \"application\", \"example\",\"hierarchy\", \"therefore\"\n, \"[over|under]flow\", \"contiguous\", \"threshold\", \"enough\" and others.\n\nSigned-off-by: André Goddard Rosa \u003candre.goddard@gmail.com\u003e\nSigned-off-by: Jiri Kosina \u003cjkosina@suse.cz\u003e\n"
    },
    {
      "commit": "3418f165cc1cbcb30a8c017d7ebbc774710066bb",
      "tree": "6b9d53f641278b7cf628fbc5e33aec81afe96203",
      "parents": [
        "979ea1ddf80ac7383acdea03471355ca62702539"
      ],
      "author": {
        "name": "Guennadi Liakhovetski",
        "email": "g.liakhovetski@gmx.de",
        "time": "Tue Aug 25 11:44:14 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Sat Sep 19 00:18:36 2009 -0300"
      },
      "message": "V4L/DVB (12511): V4L2: add a new V4L2_CID_BAND_STOP_FILTER integer control\n\nAdd a new V4L2_CID_BAND_STOP_FILTER integer control, which either switches the\nband-stop filter off, or sets it to a certain strength.\n\nSigned-off-by: Guennadi Liakhovetski \u003cg.liakhovetski@gmx.de\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "1e3c1f7695a446742e24ea1f0c80715be98edbc4",
      "tree": "375bded1ad32fba4e6d1d69fbe549529890a6bbe",
      "parents": [
        "823902defe89b1de8caab1ae82c8916feeb19b01"
      ],
      "author": {
        "name": "Hans de Goede",
        "email": "hdegoede@redhat.com",
        "time": "Mon Aug 31 11:32:46 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Sat Sep 12 12:20:00 2009 -0300"
      },
      "message": "V4L/DVB (12625): Add new V4L2_FMT_FLAG_EMULATED flag to videodev2.h\n\nV4L2_FMT_FLAG_EMULATED\t0x0002\tThis format is not native to the device but\nemulated through software (usually libv4l2), where possible try to use a\nnative format instead for better performance.\n\nSigned-off-by: Hans de Goede \u003chdegoede@redhat.com\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "6b4249413abb634d9b2ff44c685da744f02e49d1",
      "tree": "3aa7d4b72a1d2f6ab2631499af70896bfb853553",
      "parents": [
        "d6bacea6cfc3bb8a385f8c4104ee6b3d5768af8a"
      ],
      "author": {
        "name": "Eduardo Valentin",
        "email": "eduardo.valentin@nokia.com",
        "time": "Sat Aug 08 08:38:58 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Sat Sep 12 12:19:18 2009 -0300"
      },
      "message": "V4L/DVB (12548): v4l2: video device: Add V4L2_CTRL_CLASS_FM_TX controls\n\nThis patch adds a new class of extended controls. This class\nis intended to support FM Radio Modulators properties such as:\nrds, audio limiters, audio compression, pilot tone generation,\ntuning power levels and preemphasis properties.\n\nSigned-off-by: Eduardo Valentin \u003ceduardo.valentin@nokia.com\u003e\nSigned-off-by: Hans Verkuil \u003chverkuil@xs4all.nl\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "6b5a9492ca0c991bab1ac495624e17520e9edf18",
      "tree": "4ee2bc89d42ceae84989df965ce426932d3a6fbe",
      "parents": [
        "a138ebcf826b9cbf6683e1db25905d7cd89e2dd1"
      ],
      "author": {
        "name": "Hans Verkuil",
        "email": "hverkuil@xs4all.nl",
        "time": "Tue Aug 11 18:47:18 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Sat Sep 12 12:19:17 2009 -0300"
      },
      "message": "V4L/DVB (12543): v4l: introduce string control support.\n\nThe upcoming RDS encoder needs support for string controls. This patch\nimplements the core implementation.\n\nSigned-off-by: Hans Verkuil \u003chverkuil@xs4all.nl\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "6ace40effd34331a604c5eeae90838cf8dd7eb8f",
      "tree": "71d26734e51619dd53fbf32bd07f0eea7edf344d",
      "parents": [
        "8db6d633be17a1ed3459dbc0d4d43c4238ccf082"
      ],
      "author": {
        "name": "Hans Verkuil",
        "email": "hverkuil@xs4all.nl",
        "time": "Sat Jun 20 09:50:39 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Sat Sep 12 12:18:05 2009 -0300"
      },
      "message": "V4L/DVB (12316): v4l: add V4L2_CAP_RDS_OUTPUT and V4L2_CAP_MODULATOR caps\n\nAdd capabilities to describe an FM transmitter device.\n\nSigned-off-by: Hans Verkuil \u003chverkuil@xs4all.nl\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "ef5b5b7e73038f2c7d0d1b020c6eac6435c2b552",
      "tree": "73ca6cd5b2aa9916335a8e85d9f84197223c735d",
      "parents": [
        "3bd10fc9f53fffe5913619733d7b1707a06899cf"
      ],
      "author": {
        "name": "Hans Verkuil",
        "email": "hverkuil@xs4all.nl",
        "time": "Sat Jun 20 05:37:27 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Sat Sep 12 12:17:29 2009 -0300"
      },
      "message": "V4L/DVB (12212): v4l2: add RDS API to videodev2.h\n\nSigned-off-by: Hans Verkuil \u003chverkuil@xs4all.nl\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "65dd2f93febf6345ce9e39d2f6e35ce1122f4a4a",
      "tree": "bdc4bb72aa79ff9bfa637b4f7ed4ba96dc5df0a0",
      "parents": [
        "c85e46e3486e786a4ce5ff9febf0028882987029"
      ],
      "author": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Tue Jun 30 16:14:17 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Sat Sep 12 12:17:14 2009 -0300"
      },
      "message": "V4L/DVB (12149): videodev2.h: Reorganize fourcc table\n\nWith the changes this file suffered along the time, things got a little disorganized.\nIn particular, V4L2_PIX_FMT_YVYU were shown as a device-specific format, instead of\nyet another variant of YUV.\n\nThere\u0027s no functional change on this patch. It just adds some comments and reorder\nfourcc formats to their proper places.\n\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "26e744b6b61066203fd57de0d3962353621e06f8",
      "tree": "b8f6941a2b37ee46594bd336ca100916ece8ac38",
      "parents": [
        "af1d9afa75082663ea9e2b67b9381d1af403f52b"
      ],
      "author": {
        "name": "Brian Johnson",
        "email": "brijohn@gmail.com",
        "time": "Sun Jul 19 05:52:58 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Fri Jul 24 14:03:30 2009 -0300"
      },
      "message": "V4L/DVB (12283): gspca - sn9c20x: New subdriver for sn9c201 and sn9c202 bridges.\n\nSigned-off-by: Brian Johnson \u003cbrijohn@gmail.com\u003e\nSigned-off-by: Jean-Francois Moine \u003cmoinejf@free.fr\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "509dd025a4ac6f32921211557cfd434b81d8d7a7",
      "tree": "135138ce33e21dfab5080f80ef5c0bc0f5eb1ae5",
      "parents": [
        "ff861fb21e44ab178eddc6a1dd7c5478e3eb2ec5"
      ],
      "author": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Tue Jun 30 16:07:26 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Sun Jul 05 14:30:00 2009 -0300"
      },
      "message": "V4L/DVB (12148): move V4L2_PIX_FMT_SGRBG8 to the proper place\n\nInstead of defining a new pif format on an internal header, move it to\nthe V4L2 API header.\n\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "1876bb923c98c605eca69f0bfe295f7b5f5eba28",
      "tree": "ddc996e7e15a9ec803e5cfeb8bf341af30fae7fa",
      "parents": [
        "f5cee95c2e4c56b50cdb8edd33cf04902946cd25"
      ],
      "author": {
        "name": "Hans de Goede",
        "email": "hdegoede@redhat.com",
        "time": "Sun Jun 14 06:45:50 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Tue Jun 23 03:12:37 2009 -0300"
      },
      "message": "V4L/DVB (12079): gspca_ov519: add support for the ov511 bridge\n\ngspca_ov519: add support for the ov511 bridge\n\nSigned-off-by: Hans de Goede \u003chdegoede@redhat.com\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "02ab18b0f497bed623814677577b76cc97234085",
      "tree": "4f110a6b30419cae8077546946cf221cfef5a8cb",
      "parents": [
        "b8bfb5fb348d939a96fc8f71996a2e5e48b4544b"
      ],
      "author": {
        "name": "Hans de Goede",
        "email": "hdegoede@redhat.com",
        "time": "Sun Jun 14 04:32:04 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Tue Jun 23 03:11:16 2009 -0300"
      },
      "message": "V4L/DVB (12072): gspca-ov519: add extra controls\n\nThis patch adds autobrightness (so that it can\nbe turned off to make the already present brightness\ncontrol work) and light frequency filtering controls.\n\nThe lightfreq control needed 2 different entries\nin the ctrls array, as the number of options differs\ndepending on the sensor. Always one of the 2 entires is\ndisabled ofcourse.\n\nSigned-off-by: Hans de Goede \u003chdegoede@redhat.com\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "49809d6a511960e5ccfb85b780894f45ac119065",
      "tree": "ef00b16e944adf94774f65e47ddff6787e75b991",
      "parents": [
        "253f13d5cd05204aa3174ffb53490f2b0fad055c"
      ],
      "author": {
        "name": "Hans de Goede",
        "email": "hdegoede@redhat.com",
        "time": "Sun Jun 07 12:10:39 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Tue Jun 16 19:07:42 2009 -0300"
      },
      "message": "V4L/DVB (11970): gspca - ov519: Add support for the ov518 bridge.\n\nSigned-off-by: Hans de Goede \u003chdegoede@redhat.com\u003e\nSigned-off-by: Jean-Francois Moine \u003cmoinejf@free.fr\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "dfa76fa2824967c0ec196fbcba36d3e74b66d3aa",
      "tree": "96f1a646ca8b204e237d6aa72579825cdcedd0b0",
      "parents": [
        "2659e468a38d7baa758baa5e59529e48eb8930c9"
      ],
      "author": {
        "name": "Adam Baker",
        "email": "linux@baker-net.org.uk",
        "time": "Sun Mar 29 19:17:10 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Mon Apr 06 21:44:29 2009 -0300"
      },
      "message": "V4L/DVB (11387): Sensor orientation reporting\n\nAdd support to the SQ-905 driver to pass back to user space the\nsensor orientation information obtained from the camera during init.\nModifies gspca and the videodev2.h header to create the necessary\nAPI.\n\n[mchehab@redhat.com: Changed \"Output is\" to \"Frames are\" at the comments, as suggested at LMML]\nSigned-off-by: Adam Baker \u003clinux@baker-net.org.uk\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "14a19c0a2254ba58ed7559e072456ab94c9a2d3c",
      "tree": "5aa420f6240fdbcc83b763cfcd1dd8ff1d528a95",
      "parents": [
        "58e2ded892cf05023bf533936cadc9d264e8a20f"
      ],
      "author": {
        "name": "Theodore Kilgore",
        "email": "kilgota@auburn.edu",
        "time": "Wed Mar 25 07:13:13 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Mon Mar 30 12:43:40 2009 -0300"
      },
      "message": "V4L/DVB (11213): gspca - sq905c: New subdriver.\n\nThe code in the new sq905c.c is based upon the structure of the code in\ngspca/sq905.c, and upon the code in libgphoto2/camlibs/digigr8, which supports\nthe same set of cameras in stillcam mode. I am a co-author of gspca/sq905.c and\nI am the sole author of libgphoto2/camlibs/digigr8, which is licensed under the\nLGPL. I hereby give myself permission to use my own code from libgphoto2 in\ngspca/sq905c.c.\n\nSigned-off-by: Theodore Kilgore \u003ckilgota@auburn.edu\u003e\nSigned-off-by: Jean-Francois Moine \u003cmoinejf@free.fr\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "6273fda6e32e2cd9a478545d0cbc15ac497b1f4b",
      "tree": "0b44d28fd3fb2092b332c8372b7325ca18f004ee",
      "parents": [
        "77ac0baf24d1a43498f7bdf6efa2ee6c4ed0ebaa"
      ],
      "author": {
        "name": "Andy Walls",
        "email": "awalls@radix.net",
        "time": "Sat Mar 14 17:06:07 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Mon Mar 30 12:43:22 2009 -0300"
      },
      "message": "V4L/DVB (11042): v4l2-api: Add definitions for V4L2_MPEG_STREAM_VBI_FMT_IVTV payloads\n\nThis addition to the v4l2-api add definitions for the constants and\ndata structures used for sliced VBI data insertion into MPEG streams triggered\nby V4L2_MPEG_STREAM_VBI_FMT_IVTV.  This simply declares what the ivtv and\ncx18 drivers and MythTV have already been doing and provides a proper data\nstructure definition to user space.\n\nSigned-off-by: Andy Walls \u003cawalls@radix.net\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "fbc9fa4e8781170e2fbca2859feda114d4758132",
      "tree": "7d4337c59c94bc6299a64d40e4092b613da35fc7",
      "parents": [
        "cf5193c74009e33428daefbf74f4770733c8ee36"
      ],
      "author": {
        "name": "Hans Verkuil",
        "email": "hverkuil@xs4all.nl",
        "time": "Fri Mar 06 09:55:42 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Mon Mar 30 12:43:15 2009 -0300"
      },
      "message": "V4L/DVB (10910): videodev2.h: remove deprecated VIDIOC_G_CHIP_IDENT_OLD\n\nAs announced VIDIOC_G_CHIP_IDENT_OLD is now removed for 2.6.30.\n\nSigned-off-by: Hans Verkuil \u003chverkuil@xs4all.nl\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "1a367f3bc3a750b839c5711ecd0c9941e2c5aafa",
      "tree": "8208fb2d45acd53a5df4ae6545d4247460279ed0",
      "parents": [
        "11c469e6160f2f829819787bc86f177e7c5a3623"
      ],
      "author": {
        "name": "Hans Verkuil",
        "email": "hverkuil@xs4all.nl",
        "time": "Fri Feb 20 05:55:39 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Mon Mar 30 12:42:54 2009 -0300"
      },
      "message": "V4L/DVB (10686): v4l2: add V4L2_CTRL_FLAG_WRITE_ONLY flag.\n\nSigned-off-by: Hans Verkuil \u003chverkuil@xs4all.nl\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "2c32cc0c1f54d62c7e9ab81d1c1a3aa5b9efd73d",
      "tree": "d5fa1fbea3429e57bbd0169e198a19c0aaf6ff21",
      "parents": [
        "314893605e07547c372ebc6187e28c784ce0b1ed"
      ],
      "author": {
        "name": "Sergio Aguirre",
        "email": "saaguirre@ti.com",
        "time": "Tue Jan 20 18:34:43 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Mon Mar 30 12:42:48 2009 -0300"
      },
      "message": "V4L/DVB (10575): V4L2: Add COLORFX user control\n\nThis is a common feature on many cameras. the options are:\nDefault colors,\nB \u0026 W,\nSepia\n\nSigned-off-by: Sergio Aguirre \u003csaaguirre@ti.com\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "553d0d839b93550780d1b46e6bcd01a3c5c5883e",
      "tree": "1ca07a7339a743cb795ab2bcbb14318164ef700c",
      "parents": [
        "48d7a8912751d46f5401cbd86eb6408b48050da2"
      ],
      "author": {
        "name": "Kyle Guinn",
        "email": "elyk03@gmail.com",
        "time": "Fri Jan 16 05:28:38 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Mon Mar 30 12:42:32 2009 -0300"
      },
      "message": "V4L/DVB (10365): Add Mars-Semi MR97310A format\n\nThe MR97310A is a dual-mode webcam controller that provides compressed BGGR\nBayer frames.  The decompression algorithm for still images is the same as for\nvideo, and is currently implemented in libgphoto2.\n\nSigned-off-by: Kyle Guinn \u003celyk03@gmail.com\u003e\nSigned-off-by: Jean-Francois Moine \u003cmoinejf@free.fr\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "aecde8b53b8ee1330a5a8206200f0d6b8845a6e0",
      "tree": "53a1aef6597a9d829864c054230b312010abc3a7",
      "parents": [
        "da1b5c95e49bb564ae8c61ed135d34ed09acbb66"
      ],
      "author": {
        "name": "Hans Verkuil",
        "email": "hverkuil@xs4all.nl",
        "time": "Tue Dec 30 07:14:19 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Fri Jan 02 17:11:52 2009 -0200"
      },
      "message": "V4L/DVB (10141): v4l2: debugging API changed to match against driver name instead of ID.\n\nSince the i2c driver ID will be removed in the near future we have to\nmodify the v4l2 debugging API to use the driver name instead of driver ID.\n\nNote that this API is not used in applications other than v4l2-dbg.cpp\nas it is for debugging and testing only.\n\nShould anyone use the old VIDIOC_G_CHIP_IDENT, then this will be logged\nwith a warning that it is deprecated and will be removed in 2.6.30.\n\nSigned-off-by: Hans Verkuil \u003chverkuil@xs4all.nl\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "91962fa713bd8bf47434b02ac661fdc201365fa5",
      "tree": "244412f4ee57908d444b45428d58eac251275d5f",
      "parents": [
        "d7f83a5106f2da9eb59bf49e7b48414e27d6618a"
      ],
      "author": {
        "name": "Magnus Damm",
        "email": "damm@igel.co.jp",
        "time": "Thu Dec 18 11:45:00 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Tue Dec 30 09:40:20 2008 -0200"
      },
      "message": "V4L/DVB (10078): video: add NV16 and NV61 pixel formats\n\nThis patch adds support for NV16 and NV61 pixel formats.\n\nThese pixel formats use two planes; one for 8-bit Y values and\none for interleaved 8-bit U and V values. NV16/NV61 formats are\nvery similar to NV12/NV21 with the exception that NV16/NV61 are\nusing the same number of lines for both planes. The difference\nbetween NV16 and NV61 is the U and V byte order.\n\nThe fourcc values are extrapolated from the NV12/NV21 case.\n\nSigned-off-by: Magnus Damm \u003cdamm@igel.co.jp\u003e\nSigned-off-by: Guennadi Liakhovetski \u003cg.liakhovetski@gmx.de\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "531c98e71805b32e9ea35a218119100bbd2b7615",
      "tree": "548f878b2d4abd66bee8d0fa0b19eeb9cf3182c9",
      "parents": [
        "4b00eb25340c1a9b9eedaf0bc5b0f0d18eddb028"
      ],
      "author": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Mon Dec 22 13:18:27 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Tue Dec 30 09:39:27 2008 -0200"
      },
      "message": "V4L/DVB (9953): em28xx: Add suport for debugging AC97 anciliary chips\n\nThe em28xx driver can be coupled to an anciliary AC97 chip. This patch\nallows read/write AC97 registers directly.\n\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "4b00eb25340c1a9b9eedaf0bc5b0f0d18eddb028",
      "tree": "1f49f4f5257f816f247c38b73fe3e965b92fdf6b",
      "parents": [
        "a47ddf1425554ca0b1e9b16b20a9d631e5daaaa8"
      ],
      "author": {
        "name": "Hans Verkuil",
        "email": "hverkuil@xs4all.nl",
        "time": "Fri Dec 19 11:17:56 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Tue Dec 30 09:39:27 2008 -0200"
      },
      "message": "V4L/DVB (9944): videodev2.h: fix typo.\n\nThe comment said CX2584X instead of CX2341X.\n\nSigned-off-by: Hans Verkuil \u003chverkuil@xs4all.nl\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "92f45badbbaccdbc1be25085292a1e258948e221",
      "tree": "8ef5a0ea174e0661fdd96da509096ebcf161df84",
      "parents": [
        "b6070f0756fe1bccda1c8c67a6bfdfa51022b664"
      ],
      "author": {
        "name": "Hans Verkuil",
        "email": "hverkuil@xs4all.nl",
        "time": "Sun Dec 21 10:35:25 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Tue Dec 30 09:39:22 2008 -0200"
      },
      "message": "V4L/DVB (9932): v4l2-compat32: fix 32-64 compatibility module\n\nAdded all missing v4l1/2 ioctls and fix several broken conversions.\nPartially based on work done by Cody Pisto \u003ccpisto@gmail.com\u003e.\n\nTested-by: Brandon Jenkins \u003cbcjenkins@tvwhere.com\u003e\nSigned-off-by: Hans Verkuil \u003chverkuil@xs4all.nl\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    }
  ],
  "next": "046425f8c4ac431db00c09a6d9fba16560b8e5b9"
}
