Show a cover letter.

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

{
    "id": 1023,
    "url": "https://patchwork.libcamera.org/api/1.1/covers/1023/?format=api",
    "web_url": "https://patchwork.libcamera.org/cover/1023/",
    "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": "<20190417135858.23914-1-jacopo@jmondi.org>",
    "date": "2019-04-17T13:58:50",
    "name": "[libcamera-devel,v7,0/8] libcamera: Framework changes to prepare for multiple streams support",
    "submitter": {
        "id": 3,
        "url": "https://patchwork.libcamera.org/api/1.1/people/3/?format=api",
        "name": "Jacopo Mondi",
        "email": "jacopo@jmondi.org"
    },
    "mbox": "https://patchwork.libcamera.org/cover/1023/mbox/",
    "series": [
        {
            "id": 254,
            "url": "https://patchwork.libcamera.org/api/1.1/series/254/?format=api",
            "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=254",
            "date": "2019-04-17T13:58:50",
            "name": "libcamera: Framework changes to prepare for multiple streams support",
            "version": 7,
            "mbox": "https://patchwork.libcamera.org/series/254/mbox/"
        }
    ],
    "comments": "https://patchwork.libcamera.org/api/covers/1023/comments/",
    "headers": {
        "Return-Path": "<jacopo@jmondi.org>",
        "Received": [
            "from relay2-d.mail.gandi.net (relay2-d.mail.gandi.net\n\t[217.70.183.194])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTPS id 96AC3600F9\n\tfor <libcamera-devel@lists.libcamera.org>;\n\tWed, 17 Apr 2019 15:58:15 +0200 (CEST)",
            "from uno.lan (2-224-242-101.ip172.fastwebnet.it [2.224.242.101])\n\t(Authenticated sender: jacopo@jmondi.org)\n\tby relay2-d.mail.gandi.net (Postfix) with ESMTPSA id EC6CB4000B;\n\tWed, 17 Apr 2019 13:58:14 +0000 (UTC)"
        ],
        "X-Originating-IP": "2.224.242.101",
        "From": "Jacopo Mondi <jacopo@jmondi.org>",
        "To": "libcamera-devel@lists.libcamera.org",
        "Date": "Wed, 17 Apr 2019 15:58:50 +0200",
        "Message-Id": "<20190417135858.23914-1-jacopo@jmondi.org>",
        "X-Mailer": "git-send-email 2.21.0",
        "MIME-Version": "1.0",
        "Content-Type": "text/plain; charset=UTF-8",
        "Content-Transfer-Encoding": "8bit",
        "Subject": "[libcamera-devel] [PATCH v7 0/8] libcamera: Framework changes to\n\tprepare for multiple streams support",
        "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, 17 Apr 2019 13:58:15 -0000"
    },
    "content": "Hello, we're getting close, hopefully.\n\nI have included the received comments, mostly on documentation.\nNotable changes:\n\n3/7: do not squash with 2/7 and update the IPU3 allocateBuffers() implementation\nto clean up after itself.\n4/7: new patch\n7/7: drop the IPU3 example (and include review comments)\n\nThanks\n  j\n\nJacopo Mondi (8):\n  libcamera: stream: Make Stream inheritable\n  libcamera: camera: Pass the stream set to allocate/freeBuffers()\n  libcamera: camera: Don't call freeBuffer() on allocateBuffer() error\n  libcamera: v4l2_device: Propagate releaseBuffers() error\n  libcamera: request: Add hasPendingBuffers() method\n  libcamera: camera: Validate Request before queueing it\n  libcamera: request: Expose the Stream to Buffers map\n  libcamera: buffer: Store Request reference in Buffer\n\n include/libcamera/buffer.h               |  6 ++++\n include/libcamera/request.h              |  3 ++\n include/libcamera/stream.h               |  4 +--\n src/libcamera/buffer.cpp                 | 25 +++++++++++++++-\n src/libcamera/camera.cpp                 | 25 ++++++++--------\n src/libcamera/include/pipeline_handler.h |  6 ++--\n src/libcamera/pipeline/ipu3/ipu3.cpp     | 32 ++++++++++++++------\n src/libcamera/pipeline/uvcvideo.cpp      | 13 ++++++---\n src/libcamera/pipeline/vimc.cpp          | 13 ++++++---\n src/libcamera/pipeline_handler.cpp       | 11 +++----\n src/libcamera/request.cpp                | 37 ++++++++++++++++++++++--\n src/libcamera/v4l2_device.cpp            |  3 +-\n 12 files changed, 134 insertions(+), 44 deletions(-)\n\n--\n2.21.0"
}