Cover Letter Detail
Show a cover letter.
GET /api/1.1/covers/665/?format=api
{ "id": 665, "url": "https://patchwork.libcamera.org/api/1.1/covers/665/?format=api", "web_url": "https://patchwork.libcamera.org/cover/665/", "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": "<20190228185126.32475-1-niklas.soderlund@ragnatech.se>", "date": "2019-02-28T18:51:23", "name": "[libcamera-devel,v3,0/3] libcamera: improve validation of camera operations", "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/665/mbox/", "series": [ { "id": 197, "url": "https://patchwork.libcamera.org/api/1.1/series/197/?format=api", "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=197", "date": "2019-02-28T18:51:24", "name": "libcamera: improve validation of camera operations", "version": 3, "mbox": "https://patchwork.libcamera.org/series/197/mbox/" } ], "comments": "https://patchwork.libcamera.org/api/covers/665/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 CF57D610B7\n\tfor <libcamera-devel@lists.libcamera.org>;\n\tThu, 28 Feb 2019 19:51:37 +0100 (CET)", "from bismarck.berto.se (unknown [89.233.230.99])\n\tby bin-vsp-out-03.atm.binero.net (Halon) with ESMTPA\n\tid d9e2cfff-3b89-11e9-8144-0050569116f7;\n\tThu, 28 Feb 2019 19:51:34 +0100 (CET)" ], "X-Halon-ID": "d9e2cfff-3b89-11e9-8144-0050569116f7", "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 19:51:23 +0100", "Message-Id": "<20190228185126.32475-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 v3 0/3] 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 18:51:38 -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 (3):\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\n include/libcamera/camera.h | 29 ++-\n src/cam/main.cpp | 28 ++-\n src/libcamera/camera.cpp | 274 +++++++++++++++++++----\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, 274 insertions(+), 77 deletions(-)" }