Show a cover letter.

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

{
    "id": 649,
    "url": "https://patchwork.libcamera.org/api/covers/649/?format=api",
    "web_url": "https://patchwork.libcamera.org/cover/649/",
    "project": {
        "id": 1,
        "url": "https://patchwork.libcamera.org/api/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": "<20190228021626.15062-1-niklas.soderlund@ragnatech.se>",
    "date": "2019-02-28T02:16:22",
    "name": "[libcamera-devel,v2,0/4] libcamera: improve validation of camera operations",
    "submitter": {
        "id": 5,
        "url": "https://patchwork.libcamera.org/api/people/5/?format=api",
        "name": "Niklas Söderlund",
        "email": "niklas.soderlund@ragnatech.se"
    },
    "mbox": "https://patchwork.libcamera.org/cover/649/mbox/",
    "series": [
        {
            "id": 195,
            "url": "https://patchwork.libcamera.org/api/series/195/?format=api",
            "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=195",
            "date": "2019-02-28T02:16:23",
            "name": "libcamera: improve validation of camera operations",
            "version": 2,
            "mbox": "https://patchwork.libcamera.org/series/195/mbox/"
        }
    ],
    "comments": "https://patchwork.libcamera.org/api/covers/649/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 86EE4610B2\n\tfor <libcamera-devel@lists.libcamera.org>;\n\tThu, 28 Feb 2019 03:16:36 +0100 (CET)",
            "from bismarck.berto.se (unknown [89.233.230.99])\n\tby bin-vsp-out-02.atm.binero.net (Halon) with ESMTPA\n\tid da31a1ce-3afe-11e9-985a-005056917f90;\n\tThu, 28 Feb 2019 03:16:32 +0100 (CET)"
        ],
        "X-Halon-ID": "da31a1ce-3afe-11e9-985a-005056917f90",
        "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": "Thu, 28 Feb 2019 03:16:22 +0100",
        "Message-Id": "<20190228021626.15062-1-niklas.soderlund@ragnatech.se>",
        "X-Mailer": "git-send-email 2.20.1",
        "MIME-Version": "1.0",
        "Content-Type": "text/plain; charset=UTF-8",
        "Content-Transfer-Encoding": "8bit",
        "Subject": "[libcamera-devel] [PATCH v2 0/4] libcamera: improve validation of\n\tcamera operations",
        "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": "Thu, 28 Feb 2019 02:16:36 -0000"
    },
    "content": "Hi,\n\nThis series fix a few bugs in the camera as well as introduce a state\nmachine to better keep track on what applications can do with a camera\nat any given point in its life cycle. As well as add a few new checks to\ncatch problems early.\n\nNiklas Söderlund (4):\n  cam: fix order camera is operated on\n  libcamera: store stream pointers in sets instead of a vectors\n  libcamera: camera: add state machine to control access from\n    applications\n  libcamera: camera: ensure streams belong to camera\n\n include/libcamera/camera.h               |  29 ++-\n src/cam/main.cpp                         |  28 +--\n src/libcamera/camera.cpp                 | 248 +++++++++++++++++++----\n src/libcamera/include/pipeline_handler.h |   2 +-\n src/libcamera/pipeline/ipu3/ipu3.cpp     |   6 +-\n src/libcamera/pipeline/uvcvideo.cpp      |   6 +-\n src/libcamera/pipeline/vimc.cpp          |   6 +-\n 7 files changed, 249 insertions(+), 76 deletions(-)"
}