Show a cover letter.

GET /api/1.1/covers/1740/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 1740,
    "url": "https://patchwork.libcamera.org/api/1.1/covers/1740/?format=api",
    "web_url": "https://patchwork.libcamera.org/cover/1740/",
    "project": {
        "id": 1,
        "url": "https://patchwork.libcamera.org/api/1.1/projects/1/?format=api",
        "name": "libcamera",
        "link_name": "libcamera",
        "list_id": "libcamera_core",
        "list_email": "libcamera-devel@lists.libcamera.org",
        "web_url": "",
        "scm_url": "",
        "webscm_url": ""
    },
    "msgid": "<20190807204915.23942-1-niklas.soderlund@ragnatech.se>",
    "date": "2019-08-07T20:49:11",
    "name": "[libcamera-devel,v2,0/4] libcamera: Fix issues with vimc and Linux v5.2",
    "submitter": {
        "id": 5,
        "url": "https://patchwork.libcamera.org/api/1.1/people/5/?format=api",
        "name": "Niklas Söderlund",
        "email": "niklas.soderlund@ragnatech.se"
    },
    "mbox": "https://patchwork.libcamera.org/cover/1740/mbox/",
    "series": [
        {
            "id": 447,
            "url": "https://patchwork.libcamera.org/api/1.1/series/447/?format=api",
            "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=447",
            "date": "2019-08-07T20:49:13",
            "name": "libcamera: Fix issues with vimc and Linux v5.2",
            "version": 2,
            "mbox": "https://patchwork.libcamera.org/series/447/mbox/"
        }
    ],
    "comments": "https://patchwork.libcamera.org/api/covers/1740/comments/",
    "headers": {
        "Return-Path": "<niklas.soderlund@ragnatech.se>",
        "Received": [
            "from vsp-unauthed02.binero.net (vsp-unauthed02.binero.net\n\t[195.74.38.227])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTPS id A9E066161A\n\tfor <libcamera-devel@lists.libcamera.org>;\n\tWed,  7 Aug 2019 22:49:22 +0200 (CEST)",
            "from bismarck.berto.se (unknown [145.14.112.32])\n\tby bin-vsp-out-01.atm.binero.net (Halon) with ESMTPA\n\tid cdea1c0a-b954-11e9-bdc3-005056917a89;\n\tWed, 07 Aug 2019 22:49:12 +0200 (CEST)"
        ],
        "X-Halon-ID": "cdea1c0a-b954-11e9-bdc3-005056917a89",
        "Authorized-sender": "niklas@soderlund.pp.se",
        "From": "=?utf-8?q?Niklas_S=C3=B6derlund?= <niklas.soderlund@ragnatech.se>",
        "To": "libcamera-devel@lists.libcamera.org",
        "Date": "Wed,  7 Aug 2019 22:49:11 +0200",
        "Message-Id": "<20190807204915.23942-1-niklas.soderlund@ragnatech.se>",
        "X-Mailer": "git-send-email 2.22.0",
        "MIME-Version": "1.0",
        "Content-Type": "text/plain; charset=UTF-8",
        "Content-Transfer-Encoding": "8bit",
        "Subject": "[libcamera-devel] [PATCH v2 0/4] libcamera: Fix issues with vimc\n\tand Linux v5.2",
        "X-BeenThere": "libcamera-devel@lists.libcamera.org",
        "X-Mailman-Version": "2.1.23",
        "Precedence": "list",
        "List-Id": "<libcamera-devel.lists.libcamera.org>",
        "List-Unsubscribe": "<https://lists.libcamera.org/options/libcamera-devel>,\n\t<mailto:libcamera-devel-request@lists.libcamera.org?subject=unsubscribe>",
        "List-Archive": "<https://lists.libcamera.org/pipermail/libcamera-devel/>",
        "List-Post": "<mailto:libcamera-devel@lists.libcamera.org>",
        "List-Help": "<mailto:libcamera-devel-request@lists.libcamera.org?subject=help>",
        "List-Subscribe": "<https://lists.libcamera.org/listinfo/libcamera-devel>,\n\t<mailto:libcamera-devel-request@lists.libcamera.org?subject=subscribe>",
        "X-List-Received-Date": "Wed, 07 Aug 2019 20:49:30 -0000"
    },
    "content": "Hi,\n\nThe recently release Linux v5.2 changes the vimc drivers behavior in a\nway which breaks libcameras vimc pipeline and some of our tests. This\nsmall series aims to solve this and keep libcamera functioning on both\nv5.1 (and earlier) and v5.2.\n\nPatch 1/4 is a small preparation patch. While 2/4 and 3/4 fixes issues\nintroduced by [1] and finally 4/4 fixes an issue introduced by [2]. The\nwhole series is tested on v5.1 and v5.2 on top of libcamera master\nbranch and all tests pass again.\n\n1. 85ab1aa1fac17bcd (\"media: vimc: deb: fix default sink bayer format\")\n2. b6c61a6c37317efd (\"media: vimc: propagate pixel format in the stream\")\n\nNiklas Söderlund (4):\n  libcamera: pipeline: vimc: Initialize device pointers\n  libcamera: pipeline: vimc: Set media bus formats for sensor and\n    debayer\n  tests: v4l2_videodevice: Set media bus and pixel formats for vimc\n  tests: camera-sensor: Test using invalid media bus format\n\n src/libcamera/pipeline/vimc.cpp               | 54 ++++++++++++++++---\n test/camera-sensor.cpp                        |  3 +-\n test/camera/buffer_import.cpp                 |  6 +--\n .../v4l2_videodevice_test.cpp                 | 26 +++++++++\n test/v4l2_videodevice/v4l2_videodevice_test.h |  7 ++-\n 5 files changed, 83 insertions(+), 13 deletions(-)"
}